Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
A direct command skips the review prompt. Inspect the source before running it.
Drop or label UNVERIFIED any defect the verifier fails (exit 1); only
verified defects enter the report. See Skill(imbue:review-core) Step 5
for the protocol and Skill(imbue:structured-output) for the schema.
Defect Classification (Condensed)
Severity: Critical (crash/data loss) → High (broken features) → Medium (degraded UX) → Low (edge cases)
## Summary
[Brief scope description]
## Defects Found### [D1] file.rs:142 - Title- Severity: High
- Anchor: `verbatim source text at file.rs:142`- Root Cause: Logic error
- Impact: Data corruption possible
- Fix: [description]
## Proposed Fixes### Fix for D1
[code diff with explanation]
## Test Updates
[new/updated tests with Red → Green verification]
## Evidence- Commands executed
- Logs and outputs
- External references
Verification: Run pytest -v to verify tests pass.
Best Practices
Evidence-based: Every finding has file:line reference
Reproducible: Clear steps to reproduce each bug
Minimal fixes: Smallest change that fixes the issue
Test coverage: Every fix has corresponding test
Risk awareness: Document remaining risks with severity scoring
Exit Criteria
All defects documented with precise references
Every defect carries a file:line + verbatim Anchor, and citation_verifier.py confirmed all citations (exit 0) or unverified defects were dropped or labeled UNVERIFIED
Fixes prepared with test coverage verified
Verification plan includes commands and expected outputs