comprehensive-review
Installation
SKILL.md
Comprehensive Code Review
Run parallel specialized code reviews via subagents, covering architecture, security, performance, code quality, requirements compliance, and bugs. Merge findings and let the user act on them. Works with both GitHub PRs and local branch diffs.
Variables
{TEMP_DIR}— the OS temporary directory (e.g./tmpon Unix,%TEMP%on Windows). Use it for all intermediate files.
Workflow
Step 1: Determine review mode
Check if the user provided a GitHub PR link.
- PR mode: A PR URL is provided matching
https://github.com/<OWNER>/<REPO>/pull/<PR_NUMBER>. Extract owner, repo, and PR number. - Local mode: No PR URL provided. The review will be based on the diff between the current branch and its base branch, plus any uncommitted changes.