code-review-orchestration

Installation
SKILL.md

Code Review Orchestration

Process and risk assessment for the review orchestrator. Layer-specific rules live in the matching rails-* skills — this skill does not restate them.

Role boundaries

  • Per-layer reviewers — each loads exactly one rails-* skill (e.g., rails-models, rails-controllers, rails-hotwire-frontend) and emits findings only for its layer. They do not assess overall risk and do not post the review.
  • Orchestrator (this skill) — selects which reviewers to dispatch based on changed files, aggregates their findings, assesses risk, applies the label, and posts one review.

Reviewer dispatch

Map changed files to skills; dispatch one reviewer per matched skill in parallel:

Installs
2
First Seen
May 8, 2026
code-review-orchestration — gierd-inc/dev-skills