ce-code-review
ce code review
What it does
- 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
- Multiple incompatible scope selectors appear together (e.g. base: and a PR number/branch target — base: means "review the current checkout against this base")
- Multiple distinct mode: tokens other than the mode:agent/mode:headless alias pair
Requirements & configuration
- Can run inside larger workflows; use mode:agent when the caller needs JSON instead of markdown tables
- Parse the arguments you were invoked with for optional tokens. Strip each recognized token before interpreting the remainder as a PR number, GitHub URL, or branch name.
- | Token | Example | Effect |
- Deprecated mode:autofix is not a conflict — ignore the token and proceed with the normal flow (see below).
- requiresverification: true means any caller-applied fix needs targeted tests or follow-up validation.
Configuration: BASE_ARGBASECLOSEDMERGEDUNTRACKEDFILESDIFFPR_HEAD_REF
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
ce-code-review FAQ
What does the ce-code-review skill do?
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. Before creating a PR After completing a task during iterative implementation
What does ce-code-review require?
Can run inside larger workflows; use mode:agent when the caller needs JSON instead of markdown tables Parse the arguments you were invoked with for optional tokens. Strip each recognized token before interpreting the remainder as a PR number, GitHub URL, or branch name. | Token | Example | Effect | Deprecated mode:autofix is not a conflict — ignore the token and proceed with the normal flow (see below). requiresverification: true means any caller-applied fix needs targeted tests or follow-up validation. Configuration keys: BASE_ARG, BASE, CLOSED, MERGED, UNTRACKED, FILES, DIFF, PR_HEAD_REF.
How do I install ce-code-review?
Run: npx -y skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-code-review --agent claude-code — the source lives at github.com/everyinc/compound-engineering-plugin.
Maintain ce-code-review?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[ce-code-review on getagentictools](https://getagentictools.com/skills/everyinc-compound-engineering-plugin-ce-code-review?ref=badge) npx agentictools info skills/everyinc-compound-engineering-plugin-ce-code-review The second line is the CLI lookup for this page — handy in READMEs and docs.