# Codeeagle Review

> Review code changes and diffs against codebase conventions using CodeEagle's knowledge graph. Use for code review, convention checking, and identifying missing tests. Use when this capability is needed.

- Skill: `tomevault-io/codeeagle-review` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/codeeagle-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/codeeagle-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/codeeagle-review

---


# CodeEagle Review

Run the CodeEagle code review agent to review changes against codebase conventions.

## Usage

Use the Bash tool to run:
```
codeeagle agent review "$ARGUMENTS"
```

To review a specific git diff or PR reference:
```
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)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/imyousuf) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

