Code Review Pipeline banner
guyathomas guyathomas

Code Review Pipeline

Data community

Description

--- description: "Run the full code review pipeline on your changes. Creates an agent team of parallel reviewers covering both the implementation and the design, adversarially verifies findings, fixes confirmed critical implementation issues, and surfaces design decisions for you." argument-hint: "[PR# | branch | path | focus notes]" --- Run the code-review-pipeline skill. If the argument is a PR number, branch, or path, use it as the review target; anything else is a focus note for the reviewe

Installation

Installs to ~/.claude/skills/guyathomas-amux-code-review-pipeline/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository