Skillquality 0.46

code-review

Multi-agent code review with parallel specialized reviewers, architecture validation, and challenge validation. Use `rq` to request a review of diffs (defaults to main branch), `rs` to respond to review findings. Triggers on "review this", "review my code", "code review", "check

Price
free
Protocol
skill
Verified
no

What it does

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

Capabilities

skillsource-martinffxskill-code-reviewtopic-agent-skillstopic-agentic-codingtopic-anthropictopic-claude-codetopic-claude-skillstopic-code-reviewtopic-codextopic-codex-skilltopic-opencodetopic-prompt-engineeringtopic-sddtopic-spec-driven-development

Install

Installnpx skills add martinffx/atelier
Transportskills-sh
Protocolskill

Quality

0.46/ 1.00

deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 23 github stars · SKILL.md body (2,484 chars)

Provenance

Indexed fromgithub
Enriched2026-05-18 19:05:22Z · deterministic:skill-github:v1 · v1
First seen2026-05-10
Last seen2026-05-18

Agent access