Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
martinffx avatar

Code Review

  • 31 installs
  • 38 repo stars
  • Updated August 1, 2026
  • martinffx/atelier

Helps with ai & agent building tasks.

About

code-review is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • code-review
  • AI & Agent Building
  • AI-coding skill

Code Review by the numbers

  • 31 all-time installs (skills.sh)
  • +6 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #9,202 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/martinffx/atelier --skill code-review

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs31
repo stars38
Last updatedAugust 1, 2026
Repositorymartinffx/atelier

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Code Review Skill

Multi-agent code analysis with parallel reviewers and challenge validation.

Uses explicit subagent dispatch patterns from code-subagents.

Prerequisites

  • Required: git

Arguments

Command Routing

InvocationBehavior
(no arguments)Review diff to main branch
rqReview diff to main branch
rq mainReview diff to main branch
rq developReview diff to develop branch
feat/fooReview diff to feat/foo (bare branch = rq)
rsRespond to review findings (interview mode)

Subagent Architecture

rq (Request Review) Subagents

StepSubagentUsesParallelPurpose
1Triagescout agentNoDetect context, select reviewers, identify skills to load
2Reviewersgeneral subagentYes (per reviewer)Specialty analysis (loads detected skills)
3Synthesisgeneral subagentNoDeduplicate findings
4Architectarchitect agentNoArchitecture review
5Challengeoracle agentNoValidate findings with sequential-thinking

rs (Respond to Review)

No subagents. Interactive interview mode — see rs.md.

Dispatch Patterns

Follows code-subagents patterns:

  • Parallel dispatch for independent reviewers
  • Sequential dispatch for dependent steps
  • Fresh subagent per task — no context pollution
  • Skill loading pre-step before each analysis phase
  • Error handling: Log failures, continue with partial results

Agent Dispatch

AgentUsed In Step
scoutTriage (context retrieval, file analysis)
architectArchitect (architecture review)
oracleChallenge (validate findings, sequential-thinking)
generalReviewers, Synthesis

See agents/ for agent definitions.

References

ReferencePurpose
rq.mdRequest review workflow - detailed steps with prompts
rs.mdRespond to review workflow - interview mode
reviewers.mdReviewer definitions and prompts
output.mdOutput format specification

Workflow Routing

  • No arguments, rq, or bare branch → rq.md
  • rsrs.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.