code:review

Multi-agent code review. Use `rq` to request review, `rs` to respond to feedback. Triggers on "review this", "code review", "check for bugs".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "code:review" with this command: npx skills add martinffx/atelier/martinffx-atelier-code-review

Code Review Skill

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

Arguments

$0 = command (rq or rs) $1 = target (branch or PR number)

Argument Parsing

InvocationParsed As
(no args)rq main
rqrq main
rq developrq develop
rq 42rq 42
rsrs <find PR for current branch>
rs 42rs 42

Finding PR for Current Branch

gh pr list --head $(git branch --show-current) --json number --jq '.[0].number'

Workflow Routing

  • $0 == rq or no arguments → rq.md
  • $0 == rsrs.md

Reviewer Pool

See reviewers.md

Output Format

See output.md

gfreview Integration

See gfreview.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

python:architecture

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python:build-tools

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python:sqlalchemy

No summary provided by upstream source.

Repository SourceNeeds Review