Agent skill · Code Review & Quality

launch-readiness

Assesses pre-launch readiness across every function and produces an explicit Go / Conditional Go / No-Go recommendation. Use when preparing for any product or feature launch, running a pre-launch review, or determining whether a release is safe to ship. Produces a function-by-function readiness status, a ranked blockers list with owners and deadlines, a risk register, and a clearly reasoned launch recommendation.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill launch-readiness --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/launch-readiness/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Launch Readiness Skill Ensure nothing falls through the cracks before launch by systematically checking readiness across every function — and producing a clear, evidenced go/no-go recommendation. ## Required Inputs Ask the user for these if not provided: - **Launch name and target date** - **Launch tier** (Tier 1 = major launch / Tier 2 = significant feature / Tier 3 = incremental update) - **Completed checklist items or self-assessment** (even partial is fine — we'll surface gaps) - **Team and role names** (to assign owners to blockers) ## Readiness Checklist by Function ### Product & Engineering - [ ] Feature complete against launch spec - [ ] Performance benchmarks met - [ ] Accessibility standards checked - [ ] Edge cases documented and handled - [ ] Rollback plan defined and tested ### Marketing & Comms - [ ] Launch messaging approved - [ ] Blog post / press release drafted - [ ] Social content prepared - [ ] Email campaigns scheduled - [ ] Landing page live and tested ### Support & Success - [ ] Support team trained on new feature - [ ] FAQ and help docs published - [ ] Escalation path defined for launch issues - [ ] Customer success briefed (if enterprise) ### Sales & Part

What's inside
Steps it walks through
  1. Required Inputs
  2. Readiness Checklist by Function
  3. Product & Engineering
  4. Marketing & Comms
  5. Support & Success
  6. Sales & Partnerships
  7. Data & Analytics
  8. Process
  9. Output Structure
  10. Launch Readiness Assessment: [Feature/Product Name]
  11. Quality Checks
  12. Anti-Patterns
More from pm-claude-skills
All skills →
About this skill
What does the launch-readiness skill do?

Assesses pre-launch readiness across every function and produces an explicit Go / Conditional Go / No-Go recommendation. Use when preparing for any product or feature launch, running a pre-launch review, or determining whether a release is safe to ship. Produces a function-by-function readiness status, a ranked blockers list with owners and deadlines, a risk register, and a clearly reasoned launch recommendation.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill launch-readiness --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going