ワンクリックで
codeeagle-sync
Sync the CodeEagle knowledge graph with latest code changes. Supports diff-aware incremental sync and full re-index.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sync the CodeEagle knowledge graph with latest code changes. Supports diff-aware incremental sync and full re-index.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Query and analyze the codebase using CodeEagle's knowledge graph. Provides structured code data (symbols, interfaces, edges), impact analysis, design review, and general Q&A — all grounded in an indexed knowledge graph. Use this FIRST before reading source files.
Review code changes and diffs against codebase conventions using CodeEagle's knowledge graph. Use for code review, convention checking, and identifying missing tests.
Show CodeEagle knowledge graph indexing status and statistics including node/edge counts, types, and git branch info.
| name | codeeagle-sync |
| description | Sync the CodeEagle knowledge graph with latest code changes. Supports diff-aware incremental sync and full re-index. |
| allowed-tools | Bash(codeeagle *) |
Sync the CodeEagle knowledge graph with the latest code changes.
Use the Bash tool to run:
codeeagle sync
For a full re-index (ignoring incremental state):
codeeagle sync --full
To export the graph after syncing:
codeeagle sync --export
codeeagle init)To run linker phases on an existing graph without re-indexing:
codeeagle backpop # new phases only (implements + tests)
codeeagle backpop --all # all 7 linker phases
--full to rebuild the entire knowledge graph from scratch--export to export the graph data after syncingbackpop to run linker phases without re-indexing (useful after adding new linker features)