preflight

Solid

Runs a rigorous multi-dimensional quality audit of a plan, requirements, or any artifact, grounded in the actual codebase. Use for "preflight", "quality audit", "review gate", "audit this plan", "audit these requirements", or "review my plan/requirements before I build it". An adversarial review gate that hunts for every ambiguity, contradiction, gap, and risk, verifies every claim against the real code, scores findings on a 13-dimension scan, and presents each one with options and a recommendation for the user to decide — it never fixes silently. Takes an artifact target (e.g. requirements, requirements RD-03, <feature-name>, <feature-name> 03-api-design, or a file/dir path) plus optional --continue to resume an interrupted session.

AI & Automation 4 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# preflight — Multi-Dimensional, Codebase-Grounded Quality Audit > **CodeOps Skills Version**: 3.19.0 Run a rigorous quality audit of the artifact named in `$ARGUMENTS`, **grounded in the actual codebase**. Find every issue, ambiguity, contradiction, gap, and risk; verify every claim and assumption against the real code; present each finding with options + a recommendation; iterate until the artifact passes clean. > **Resolve artifact paths layout-aware.** A requirements set or plan named in `$ARGUMENTS` lives at > a flat path (`requirements/`, `plans/<feature>/`) or, in a nested-layout repo, under > `codeops/features/<f>/…` — resolve it via **[../../_shared/layout-convention.md](../../_shared/layout-convention.md)**. > If the target feature is ambiguous in a nested repo, ask; never guess. `preflight --continue` resumes an interrupted session (see [Session resume](#session-resume)). ## Artifact reference formats | User types | What gets reviewed | |---|---| | `preflight requirements` | All requirement docs in `requirements/` | | `preflight requirements RD-03` | A specific requirement doc | | `preflight <feature-name>` | All plan docs in `plans/<feature-name>/` | | `preflight <feature-name> 03-api-design` | A specific plan doc | | `preflight <path>` | Any ad-hoc file or directory | ## Core directive > **You are a senior technical reviewer performing a formal quality audit GROUNDED IN THE ACTUAL > CODEBASE. Find every defect, gap, ambiguity, contradiction, and risk in t...

Details

Author
blendsdk
Repository
blendsdk/claude-codeops
Created
1 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category