| name | deep-review |
| description | Final comprehensive pull request review — the last gate before merge. Checks security, credentials, code quality, tech debt, conventions, and plan compliance. |
| argument-hint | [branch name or description] |
| user-invocable | true |
| disable-model-invocation | true |
PR — Final Merge-Readiness Review
Launch the deep-review agent for a comprehensive final review.
Determine Scope
- If a branch is specified, compare it against the base branch (main/master)
- If no branch specified, review all changes on the current branch vs. base
- Use
git diff main...HEAD (or equivalent) to identify all changes
Review Checklist
The deep-review will perform:
- Security Audit — Vulnerability scan, OWASP Top 10 checks
- Credential Scan — Hardcoded keys, tokens, passwords, private keys
- Code Quality — Technical debt, duplication, error handling, resource leaks
- Convention Adherence — Naming, structure, imports, test organization
- Plan Compliance — Every acceptance criterion met (if plan exists)
- Test Verification — Full suite passes, meaningful coverage
- Documentation Check — Docs updated for new features
Verdict
- APPROVED — Code is merge-ready
- CHANGES REQUIRED — Issues must be fixed first (with specific fix suggestions)