원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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)