一键导入
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)