deep-review
Installation
SKILL.md
Deep Review
Multi-dimensional PR review orchestrator. Replaces ad-hoc "please review this PR" with a structured dispatch of specialized reviewers.
When to Use
- User explicitly invokes
/deep-reviewor asks for a "deep review" / "formal review" / "thorough review" - PR is transitioning from Draft to Ready for Review
- A high-risk change needs independent verification before merge
Don't use for: quick sanity checks (just do it yourself), typo fixes, or single-line changes.
Prerequisites
ghCLI is authenticated (gh auth status)- Target PR is identified — either the current branch's PR or an explicit PR number
- You have
git/ghread access to the repo