From ctx
Reviews code changes, diffs, or PRs for correctness, edge cases, naming clarity, test gaps, and conventions from .context/CONVENTIONS.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ctx:ctx-code-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the specified code change focusing on substance over style.
Review the specified code change focusing on substance over style.
/gitnexus-pr-review instead)/ctx-architecture)Work through each dimension. Flag issues, don't fix them unless asked.
.context/CONVENTIONS.md?.context/CONVENTIONS.md to load project patternsgit diff for unstaged changesLead with the most important finding. Use this structure:
## Review: <scope>
### Issues
- **[severity]** file:line - description
### Observations
- Note anything non-obvious but not necessarily wrong
### Verdict
One sentence: ship it, fix N issues first, or needs rethink.
Flag but don't fix style issues. Focus review on substance over formatting.
npx claudepluginhub activememory/ctx --plugin ctxAutomates code reviews on git diffs, staged changes, PRs, files, or branches against CLAUDE.md conventions and prioritized best practices (security first).
Reviews code changes for correctness, readability, architecture, security, and performance. Checks lint, type safety, test coverage, and security issues. Use for PRs, audits, or pre-merge reviews.
Reviews local changes, PRs/MRs, or branch diffs against project coding guidelines using 5-7 parallel review agents (bug detection, security/logic, guideline compliance, code simplification, test coverage, contract quality). High-signal findings only.