.claude/skills/code-review/SKILL.md
Code review the current branch against origin/master using 7 parallel review agents with confidence scoring.
npx skillsauth add the-agency-ai/the-agency .claude/skills/code-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Code review the current branch against origin/master using 7 parallel review agents with confidence scoring. Runs locally against git diff; no GitHub PR required.
gh pr view {number} --json headRefName to get branchgit rev-parse --abbrev-ref HEADgit diff origin/master...{branch}Read all CLAUDE.md files in the repo to understand project conventions.
Run git diff --stat origin/master...{branch} and categorize changed files by area.
Launch all 7 as Sonnet agents in a single parallel call:
git log context, are changes consistent with commit messages?Send all findings to a reviewer-scorer agent (model: haiku) for confidence scoring (0-100).
Remove findings with score < 80. Deduplicate.
Derive the project name from the branch (last segment after /, or the branch name itself).
Save to claude/workstreams/{workstream}/code-reviews/{workstream}-review-{YYYYMMDD-HHMM}.md where {workstream} is derived from the branch name (segment before /).
If a PR exists for the branch, offer to post comments via gh pr review.
Show the review results: total findings, breakdown by category, high-confidence issues.
business
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment