# ce-code-review

> Claude/Codex skill by [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars · Updated 2026-08-31

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.

Tags: compound, engineering

## Install

```sh
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.

## Links

- HTML page: https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-code-review/
- GitHub: https://github.com/EveryInc/compound-engineering-plugin
- Author: [@everyinc](https://omgskills.com/library/everyinc/index.md)

## More from this repo

- [ce-brainstorm](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-brainstorm/index.md) — Explore vague or ambitious ideas into a right-sized requirements-only unified plan.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
- [ce-commit](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-commit/index.md) — Used to create a git commit with a clear, value-communicating message.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
- [ce-commit-push-pr](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-commit-push-pr/index.md) — Commit, push, and open a PR.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
