launch-review

Aggregate repository audit outputs into a prioritized launch-readiness report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CleanExpo/Pi-Dev-Ops --skill launch-review-cleanexpo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch-review
Source: https://github.com/CleanExpo/Pi-Dev-Ops/tree/main/skills/launch-review
Command: npx skills add https://github.com/CleanExpo/Pi-Dev-Ops --skill launch-review-cleanexpo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns a set of separate repo audit lenses into one clear, de-duplicated launch-readiness verdict that focuses on what’s missing for an end-to-end user journey and on conversion from a cold stranger.

Core Features & Use Cases

  • Fan-out review aggregation (review only): Orchestrates existing auditors (security/engineering, design, agentic quality, and leverage where relevant) without re-implementing them.
  • Adds two critical missing lenses: An end-to-end PM journey lens and a growth/SEO conversion lens framed for first-time arrival and action.
  • One prioritized report: Merges findings across all lenses into a single set of CRITICAL/WARNING/SUGGESTION items with locations, why-it-matters, and handoff-ready guidance.
  • Launch judge workflow: Intended for “is this ready to launch” and as the review step of /ship-it, including a “safe to take money” check via auth + webhook integrity expectations.

Quick Start

Ask the AI to run a launch-readiness review for your GitHub repo and produce a single prioritized report with CRITICAL/WARNING/SUGGESTION findings for PM journey and growth/SEO conversion plus aggregated results from the existing audit lenses.

Frequently Asked Questions about launch-review

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

FAQPage Schema
How do I aggregate multiple audit outputs into a single launch-readiness report?

A launch-readiness review adds a PM journey lens to assess end-to-end user flows and a growth/SEO conversion lens for first-time arrivals. These critical lenses identify missing user experience steps and conversion gaps that standard code and design audits overlook.

Can I use this review workflow to check if my GitHub repo is safe to take money?

Yes, the launch judge workflow includes a safe-to-take-money check that validates auth and webhook integrity expectations. It operates as a review-only process, emitting a report with CRITICAL and WARNING items to ensure your launch readiness without making code changes.

What's the best way to prioritize launch gaps found across different review lenses?

The best way to prioritize launch gaps is by merging all audit findings into a single set of CRITICAL, WARNING, and SUGGESTION items. This cross-lens priority ranking includes why-it-matters context and handoff-ready guidance for each gap location.

Does the launch review process modify my repository code during the audit?

No, the launch review process uses safety bindings that prevent code changes entirely. It operates strictly as review-only orchestration, meaning it reads existing audit outputs and generates a report without executing any modifications to your repository.