ワンクリックで
codegraph-lookup
Query code graph database for function callers, callees, dependencies, and dead code in CubeOS and MeshSat repos.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Query code graph database for function callers, callees, dependencies, and dead code in CubeOS and MeshSat repos.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Meta-skill chaining /specify → /constitute → /plan → /tasks → spec-validation → dispatch-ready. Greenfield project from idea to parallel-dev-ready in one flow. Halts with clear remediation if any phase fails the DoD gate.
Phase C of greenfield project bootstrap. Produce constitution.md (5-15 non-negotiable articles) + steering/*.md (cross-cutting agent-wide rules). Pauses for operator review before exit.
Phase D of greenfield project bootstrap. Produce design.md + data-model.md + contracts/{openapi,asyncapi,schemas/*} + adr/NNNN-*.md. Validates contracts via swagger-cli/asyncapi/ajv before exit.
Phase B of greenfield project bootstrap. Interview the operator to produce PROJECT.json + PROJECT.md + spec/NNN-*/requirements.md (EARS-only) + acceptance/*.feature scenarios. Iterates until ears-lint.py passes.
Phase E of greenfield project bootstrap. Atomize design.md + contracts into tasks.json with files_owned + dependencies + acceptance_test + risk_score per task. Iterates until task-dag-validate passes.
When multiple hosts alert simultaneously (burst), create a master YouTrack issue, run per-host triage, link children, analyze correlation, and escalate the master to Claude Code.
| name | codegraph-lookup |
| description | Query code graph database for function callers, callees, dependencies, and dead code in CubeOS and MeshSat repos. |
| allowed-tools | Bash |
| metadata | {"openclaw":{"always":true}} |
Query the code graph database (Neo4j) for code relationships.
./skills/codegraph-lookup/codegraph-lookup.sh callers <function_name>
./skills/codegraph-lookup/codegraph-lookup.sh callees <function_name>
./skills/codegraph-lookup/codegraph-lookup.sh search <keyword>
./skills/codegraph-lookup/codegraph-lookup.sh deadcode [repo_name]