al-af

Al Paz Code Review — Git skill for Claude Code

Git community

Review a local git diff with parallel subagents scoped to dimensions detected in the diff.

How to install Al Paz Code Review

Installs to ~/.claude/skills/al-af-al-skills-al-paz-code-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/al-af-al-skills-al-paz-code-review && curl -fsSL https://raw.githubusercontent.com/al-af/al-skills/HEAD/commands/al-paz-code-review.md -o ~/.claude/skills/al-af-al-skills-al-paz-code-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Al Paz Code Review does


description: Review a local git diff with parallel subagents scoped to dimensions detected in the diff

More reviewers catch what one misses (Linus's Law). Resolve the diff against a base branch (arg, or auto-detect origin HEAD/main/master). Compute a review roster from what's actually in the diff — always `general`, plus `architecture` (10+ files or refactor-ish commits/title), one reviewer per language actually present (by extension, capped at 4), and `security`/`testing`/`ci`/`docs` w

Alternatives in Git

  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★
  • Local Review — You are tasked with setting up a local review environment for a colleague's branch 10k ★
  • Review And Fix PR — @description Review an existing PR with parallel agents, fix findings, and push 1.6k ★

Full documentation available on GitHub

View Source Repository