← ClaudeAtlas

code-reviewlisted

Coordinate a delegated full multi-persona code review for a Moraine PR or local change. Use when asked to review a PR, run review agents, get code review feedback, or iterate on review feedback using all CodeReview personas: elegance, idiom, correctness, completeness, security, YAGNI, and scope. Invoking this skill is an explicit request to launch reviewer subagents.
eric-tramel/moraine · ★ 112 · Code & Development · score 79
Install: claude install-skill eric-tramel/moraine
# Code Review ## Overview Use this skill to run one coordinated review wave across all focused review personas, merge their feedback, apply accepted fixes, and follow up only with the reviewer sessions that need another look. Invoking this skill is an explicit user request for delegated multi-agent review. Do not ask for separate permission to spawn reviewer subagents, and do not collapse the personas into a single local review. If subagent tooling is unavailable, report the delegated review as blocked. ## Review Wave Launch exactly one delegated subagent for each focused skill. Use the invocation form native to the current harness: | Persona skill | Codex | Kiro | | --- | --- | --- | | `code-review-elegance` | `$moraine-dev:code-review-elegance` | `/code-review-elegance` | | `code-review-idomatic` | `$moraine-dev:code-review-idomatic` | `/code-review-idomatic` | | `code-review-correctness` | `$moraine-dev:code-review-correctness` | `/code-review-correctness` | | `code-review-completeness` | `$moraine-dev:code-review-completeness` | `/code-review-completeness` | | `code-review-security-review` | `$moraine-dev:code-review-security-review` | `/code-review-security-review` | | `code-review-yagni` | `$moraine-dev:code-review-yagni` | `/code-review-yagni` | | `code-review-scope` | `$moraine-dev:code-review-scope` | `/code-review-scope` | Give each reviewer the same raw review packet: PR description, cited issue or objective, relevant diff, changed files, validation results,