ce-code-review
Structured code review for bugs, regressions, tests, and standards. Use before PRs or when asked to review code. Use when the user asks to apply this review's findings locally. Not for resolving feedback already left on a PR; that is ce-resolve-pr-feedback.
Install
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
From README
Code Review Artifact Root Resolve the CE artifact root before composing any artifact path. Read docsroot from /.compound-engineering/config.yaml only ( = git rev-parse --show-toplevel). Do not read it from config.local.yaml. Unset -> is docs, exactly as before. Validate a set value: a repo-relative directory whose real, symlink-resolved path stays inside the repo and is neither the repo root nor under .git/. Otherwise stop with an error naming docsroot and the value -- never fall back to docs. Use as the sole artifact location: create it if absent, compose each path as / with this skill's own subdirectory, and never also read docs. Execution spine Follow these steps in order; the references supply the detail but never change the order. Each reference named below is a required read for its step: load it before doing that step's work. Read references/modes-and-output.md first.
