Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Une commande directe contourne le prompt de vérification. Examinez la source avant de l'exécuter.
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