CodeEagle Review
Run the CodeEagle code review agent to review changes against codebase conventions.
Usage
Use the Bash tool to run:
code
codeeagle agent review "$ARGUMENTS"
To review a specific git diff or PR reference:
code
codeeagle agent review --diff <ref>
Prerequisites
- •CodeEagle must be installed and on PATH
- •Project must be initialized (
codeeagle init) with an indexed graph (codeeagle sync)
Notes
- •Reviews diffs against codebase conventions and patterns
- •Flags deviations from established patterns
- •Identifies missing tests for changed code paths
- •Highlights complexity hotspots in modified code
- •Performs security pattern checks (auth, input validation, secrets)