review-code

Solid

Review a change along one specific quality dimension — bugs, design, simplicity, maintainability, testability, test quality, type safety, contracts, operational readiness, docs, prose value, change intent, or CLAUDE.md adherence. Loads exactly one dimension reference and audits the diff against it, returning a structured PASS/FAIL report with severities. Use when verifying a change before merge, auditing a diff for a named concern, or running a manifest acceptance gate.

Code & Development 69 stars 9 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# review-code — one dimension per invocation Audit a change along **one** review dimension and report findings. This skill is the single home for the quality reviewers that used to be separate agents; each dimension's detection content lives in its own reference file and loads only when requested (progressive disclosure). ## Input `$ARGUMENTS` carries the **dimension** plus optional scope, e.g. `dimension=code-bugs` or `code-bugs src/foo.ts`. Callers (manifest verifiers) typically spawn a general-purpose agent and activate this skill with the dimension. If no dimension is given, list the available dimensions and ask which one — never audit "everything at once"; one invocation = one dimension. ## Dimensions and thresholds Load `references/<dimension>.md` for the requested dimension and follow it. The threshold is the bar a change must clear to PASS on that dimension: | Dimension | Reference | Role | Threshold (PASS requires) | |-----------|-----------|------|---------------------------| | `change-intent` | `references/change-intent.md` | defect-finder | no LOW-or-higher findings | | `code-bugs` | `references/code-bugs.md` | defect-finder | no LOW-or-higher findings | | `contracts` | `references/contracts.md` | defect-finder | no LOW-or-higher findings | | `type-safety` | `references/type-safety.md` | defect-finder | no LOW-or-higher findings | | `operational-readiness` | `references/operational-readiness.md` | advisory | no MEDIUM-or-higher findings | | `code-design` | `...

Details

Author
doodledood
Repository
doodledood/manifest-dev
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category