omgskills Get the Mac app
Skill

ce-code-review

@everyinc 23k stars Updated 2026-07-24 Author match: High

Structured code review for bugs, regressions, tests, and standards. Use before PRs or when asked for review; report-only by default, with explicit local apply available for user-directed fix workflows.

compoundengineering

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/EveryInc/compound-engineering-plugin /tmp/compound-engineering-plugin && ln -s /tmp/compound-engineering-plugin/skills/ce-code-review ~/.claude/skills/ce-code-review

View on GitHub

From README

Code Review Reviews code changes using dynamically selected reviewer personas. Dispatches bounded specialist subagents that return structured JSON, then merges and deduplicates findings into a single report. When to Use Before creating a PR After completing a task during iterative implementation When feedback is needed on any code changes Can be invoked standalone Can run inside larger workflows; use mode:agent when the caller needs JSON instead of markdown tables Artifact Root This skill discovers plans under /plans/, scans learnings under /solutions/, and passes the resolved root to review-scope.py (--docs-root) and to its persona subagents. Resolve before you first compose a / path or the --docs-root " " argument (per the block below), and substitute it everywhere those appear. Resolve the CE artifact root before composing any artifact path. Read docsroot from /.compound-engineering/config.local.yaml, then config.yaml; first non-empty value wins ( = git rev-parse --show-toplevel).

More from this repo