| name | final-review |
| description | Use before handing off an implementation to compare the diff against the spec, tests, docs, contracts, and safety rules. |
Final Review
Instructions
- Compare the implementation against the relevant spec.
- Confirm acceptance criteria are met or list the unmet criteria.
- Confirm tests and golden tests were run when applicable.
- Check generated outputs for deterministic formatting and intentional fixture changes.
- Check that no literal secrets, production access, unsafe auto-approval, source upload, or automatic dependency installation were introduced.
- Report remaining risks, TODOs, and documentation gaps.
- Confirm debug output added during the change was removed and any new error paths carry a stable event code, per the project's Logging Guidance convention.
Output
Return a concise final review with spec compliance, tests run, contract impact, security impact, and remaining risks.