From codeeagle
Review code changes and diffs against codebase conventions using CodeEagle's knowledge graph. Use for code review, convention checking, and identifying missing tests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codeeagle:codeeagle-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
Run the CodeEagle code review agent to review changes against codebase conventions.
Run the CodeEagle code review agent to review changes against codebase conventions.
Use the Bash tool to run:
codeeagle agent review "$ARGUMENTS"
To review a specific git diff or PR reference:
codeeagle agent review --diff <ref>
codeeagle init) with an indexed graph (codeeagle sync)npx claudepluginhub imyousuf/codeeagle --plugin codeeagleReviews code changes, diffs, or PRs for correctness, edge cases, naming clarity, test gaps, and conventions from .context/CONVENTIONS.md.
Performs ad-hoc code reviews across four dimensions (security, performance, correctness, maintainability) for PRs, diffs, or files.
Performs structured code reviews with severity-ranked findings and multi-agent analysis. Use when auditing PRs, MRs, diffs, or general code quality.