compound-code-reviewlisted
Install: claude install-skill JasonxzWen/harness-hub
# Compound Code Review
This is a narrow skill adaptation of `ce-code-review` from `EveryInc/compound-engineering-plugin`.
It preserves the useful review contract: reviewer lenses, evidence-backed findings, anchored confidence, severity grouping, and action routing. It deliberately omits the rest of the Compound Engineering plugin surface.
## Scope
Use this skill for deep code review before a PR or before declaring a change ready.
Do not use it for:
- normal final command gates; use `verification-loop`
- focused security-only checks; use `security-review`
- UI/accessibility audits; use `web-design-guidelines` only when that helper is relevant and available
- addressing GitHub review threads; this skill reports findings only
- committing, pushing, opening PRs, filing issues, or replying on external systems
## Modes
Default mode is report-only.
Accepted argument tokens:
| Token | Behavior |
|---|---|
| `mode:report-only` | Read-only review. This is the default. |
| `mode:autofix` | Apply only local, mechanical `safe_auto` fixes after the review. Never commit or push. |
| `base:<ref>` | Review current checkout against the provided base ref. |
| `plan:<path>` | Use a plan or requirements file as intent context. |
Do not commit, push, create a pull request, file issues, or change external resources from this skill. If the user wants follow-up action, stop after the review and let the normal git or PR workflow handle it.
## Workflow
### 1. Resolve Review Scope
Prefer a