ワンクリックで
synrepo
Use synrepo in repositories with a .synrepo/ directory. Prefer synrepo cards and search before reading source files cold.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use synrepo in repositories with a .synrepo/ directory. Prefer synrepo cards and search before reading source files cold.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | synrepo |
| description | Use synrepo in repositories with a .synrepo/ directory. Prefer synrepo cards and search before reading source files cold. |
synrepo is a code-context compiler. When .synrepo/ exists in the repo root, prefer MCP tools (or the CLI fallback) over cold file reads for orientation and navigation.
The required sequence is orient, find, impact or risks, edit, tests, changed.
synrepo_orient before reading the repo cold.synrepo_find or synrepo_search to find candidate files and symbols.tiny cards to route and normal cards to understand. Use synrepo_minimum_context once a focal target is known but the surrounding neighborhood risk is unclear.synrepo_impact (or its shorthand synrepo_risks) before editing and synrepo_tests before claiming done.synrepo_changed after edits to review changed context and validation commands.deep cards only after bounded cards identify the target or when the card content is insufficient. Full-file reads are an explicit escalation, not the default first step.Graph-backed structural facts (files, symbols, edges) remain the authoritative source of truth. Overlay commentary, explain docs, and proposed cross-links are advisory, labeled machine-authored, and freshness-sensitive. Treat stale labels as information, not as errors. Refresh is explicit: every tool returns what is currently in the overlay. To get fresh commentary after a code change, you must call synrepo_refresh_commentary(target).
tiny and escalate only when a specific field forces it.--generate-cross-links, deep commentary refresh) unless the task justifies the cost.synrepo watch is explicitly running.Use these when the synrepo MCP server is running:
synrepo_card target=<id> budget=<tiny|normal|deep> — structured card for a file or symbol.synrepo_search query=<text> — lexical search across indexed files.synrepo_overview — graph counts and mode summary.synrepo_where_to_edit task=<description> — file suggestions for a plain-language task.synrepo_change_impact target=<id> — first-pass reverse dependencies for this file or symbol.synrepo_minimum_context target=<id> budget=<...> — budget-bounded 1-hop neighborhood.synrepo_entrypoints — entry-point discovery (binaries, CLI commands, HTTP handlers, lib roots).synrepo_findings [node_id=<id>] [kind=<kind>] [freshness=<state>] — operator-facing cross-link findings.synrepo_recent_activity [kinds=<list>] [limit=<n>] — bounded synrepo operational events.Use synrepo_search to find node IDs (format: file_0000000000000042, symbol_0000000000000024) before calling card, impact, or findings tools.
Treat synrepo_change_impact as routing help, not exact blast-radius proof. The current impact signal is file-level and approximate.
synrepo status # health: mode, graph counts, last reconcile
synrepo status --recent # bounded operational history
synrepo graph stats # node and edge counts as JSON
synrepo search <query> # lexical search
synrepo node <id> # node metadata as JSON
synrepo graph query "inbound <node_id>" # what depends on this node
synrepo graph query "outbound <node_id>" # what this node depends on
synrepo graph query "outbound <node_id> defines" # filtered by edge kind
synrepo reconcile # refresh graph against current files
synrepo links list [--tier <tier>] # active cross-link candidates
synrepo findings [--node <id>] [--freshness <state>] # audit findings