imyousuf

codeeagle-status

Show CodeEagle knowledge graph indexing status and statistics including node/edge counts, types, and git branch info.

imyousuf 1 Updated 3mo ago
GitHub

Install

npx skillscat add imyousuf/codeeagle/codeeagle-status

Install via the SkillsCat registry.

SKILL.md

CodeEagle Status

Show the current indexing status and statistics for the CodeEagle knowledge graph.

Usage

Use the Bash tool to run:

codeeagle status

Prerequisites

  • CodeEagle must be installed and on PATH
  • Project must be initialized (codeeagle init)

Notes

  • Displays node and edge counts by type
  • Shows indexed files (File + TestFile), packages, services, functions (Function + TestFunction), methods, classes, interfaces
  • Reports edge counts: Calls, Contains, Imports, Implements, Tests, DependsOn, Exposes, Consumes
  • Reports current git branch information
  • Useful for verifying that sync and linker phases completed successfully