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.

tomevault-io 3fa28e1 2 files · 1.7 KB Updated

File contents

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 — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/imyousuf--codeeagle--codeeagle-review commit 3fa28e1a97

Frequently asked questions

npx skillmds@latest add tomevault-io/codeeagle-review