launch-check

Run a 10-dimension launch audit and produce a go/no-go verdict table.

489|254|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/me2resh/apexyard --skill launch-check-me2resh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch-check
Source: https://github.com/me2resh/apexyard/tree/main/marketplace/audit-pack/.claude/skills/launch-check
Command: npx skills add https://github.com/me2resh/apexyard --skill launch-check-me2resh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Launch-check delivers a fast production readiness sweep that prevents late-stage surprises by evaluating security, compliance, accessibility, SEO, performance, monitoring, documentation, and behavior-quality signals against a one-page go/no-go rubric.

Core Features & Use Cases

  • 10-dimension milestone audit: Produces a scannable verdict table across security, a11y, compliance, analytics, SEO/GEO, performance, monitoring, docs, and behavior-quality (mutation-testing).
  • Launch-bound workflow: Best used at epic completion, release cuts, or launch prep rather than per-PR runs to avoid audit cost and time.
  • Trend-only mode: Supports trend reporting from existing run history via a read-only mode for “are we improving?” checks.

Quick Start

Run the production readiness audit for your project by switching to its workspace directory and invoking /launch-check workspace/my-app.

Frequently Asked Questions about launch-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a production readiness audit for a software launch?

Run a production readiness audit by invoking the command in your project's workspace directory to execute a 10-dimension launch audit. This scans files and generates a scannable table with a go/no-go verdict.

What is a go/no-go launch checklist and when should I use it?

A go/no-go launch checklist evaluates security, compliance, accessibility, and monitoring to produce a launch-ready verdict. Use it at milestone boundaries like epic completion, release cuts, or launch preparation rather than per-PR runs.

Can I track production readiness progress over time using previous audit runs?

You can track readiness progression using a read-only trend-only mode. This renders trend output from existing run history persisted via the shared audit-history library to answer whether your project is improving.

What dimensions are covered in a software release readiness check?

A software release readiness check covers 10 dimensions including security, a11y, compliance, analytics, SEO/GEO, performance, monitoring, documentation, and behavior-quality signals like mutation testing.

Does the production readiness audit require external dependencies or tools?

The production readiness audit requires no external dependencies. It executes fast per dimension using built-in file scanning and grep-style checks to evaluate your project's launch readiness.