code-review

Solid

Multi-agent code review with parallel specialized reviewers, architecture validation, challenge validation, and durable handling of previously decided findings. Use `rq` to request a review of diffs (defaults to main branch), `rs` to respond to findings and record intentional non-fix decisions beside the relevant code. Triggers on "review this", "review my code", "code review", "check for bugs", "audit this", when examining PRs, pull requests, branches, or diffs. Always asks user before applying fixes or adding decision comments.

Code & Development 46 stars 4 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
56
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Code Review Skill Multi-agent code analysis with a simplicity gate, focused reviewers, and challenge validation. Uses explicit subagent dispatch patterns from [code-subagents](../code-subagents/SKILL.md). ## Prerequisites - **Required**: git ## Arguments ### Command Routing | 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) | ## Subagent Architecture Use these concrete harness subagent types. If an exact match is unavailable, use the most correct available subagent based on the harness-provided descriptions. | `subagent_type` | Purpose | |-----------------|---------| | `sentinel` | Triage only: changed-file analysis, context retrieval, reviewer selection | | `oracle` | Reviewer personas, evidence-based critique, failure-mode analysis, challenge validation | | `architect` | Architecture, design-boundary, data-model, and API-contract review | Reviewer names such as `Security`, `Correctness`, `Maintainability`, and `PerformanceOperator` are prompt personas, not subagent types. Do not use `general`; it is not a harness agent. `Simplicity` is a mandatory reviewer persona for migrations, refactors, and architectural changes. Run it before the other reviewers; do not include it in...

Details

Author
martinffx
Repository
martinffx/atelier
Created
8 months ago
Last Updated
1 months ago
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category