From python
Multi-agent code review with parallel specialized reviewers, architecture validation, and challenge validation. Automatically activates on PRs, branches, diffs, and review requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/python:code-review rq [branch] | rsrq [branch] | rsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Multi-agent code analysis with parallel reviewers and challenge validation.
Multi-agent code analysis with parallel reviewers and challenge validation.
Uses explicit subagent dispatch patterns from code-subagents.
| Invocation | Behavior |
|---|---|
| (no arguments) | Review diff to main branch |
rq | Review diff to main branch |
rq main | Review diff to main branch |
rq develop | Review diff to develop branch |
feat/foo | Review diff to feat/foo (bare branch = rq) |
rs | Respond to review findings (interview mode) |
| Step | Subagent | Uses | Parallel | Purpose |
|---|---|---|---|---|
| 1 | Triage | scout agent | No | Detect context, select reviewers, identify skills to load |
| 2 | Reviewers | general subagent | Yes (per reviewer) | Specialty analysis (loads detected skills) |
| 3 | Synthesis | general subagent | No | Deduplicate findings |
| 4 | Architect | architect agent | No | Architecture review |
| 5 | Challenge | oracle agent | No | Validate findings with sequential-thinking |
No subagents. Interactive interview mode — see rs.md.
Follows code-subagents patterns:
| Agent | Used In Step |
|---|---|
scout | Triage (context retrieval, file analysis) |
architect | Architect (architecture review) |
oracle | Challenge (validate findings, sequential-thinking) |
general | Reviewers, Synthesis |
See agents/ for agent definitions.
| Reference | Purpose |
|---|---|
| rq.md | Request review workflow - detailed steps with prompts |
| rs.md | Respond to review workflow - interview mode |
| reviewers.md | Reviewer definitions and prompts |
| output.md | Output format specification |
npx claudepluginhub martinffx/atelier --plugin codeConducts deep PR reviews using 6-7 parallel specialized agents for code quality, security, testing, frontend/backend architecture. Use for thorough pull request analysis before merging.
Reviews code changes using parallel personas for correctness, testing, maintainability, and conditional areas like security, performance, APIs. Merges into P0-P3 severity reports for PR prep and iterative feedback.
Orchestrates parallel multi-agent code reviews with ≥80% confidence filtering for quality, security, and auto-detected discipline-specific issues via git diffs.