ワンクリックで
analyze
Run read-only deep repository analysis with ranked synthesis, concrete evidence, and explicit Evidence/Inference/Unknown boundaries.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run read-only deep repository analysis with ranked synthesis, concrete evidence, and explicit Evidence/Inference/Unknown boundaries.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | analyze |
| description | Run read-only deep repository analysis with ranked synthesis, concrete evidence, and explicit Evidence/Inference/Unknown boundaries. |
| argument-hint | <question> |
Use this skill when the user wants a grounded repository explanation before code changes: "analyze", "investigate", "why does", "what is causing", "how is this wired", or "what would be impacted".
This is the Omagy adaptation of OMX analyze. It is read-only by contract and
uses agy-native read-only inspection or bounded omagy explore probes instead
of Codex-specific runtime APIs.
Create the analysis contract and an initial safe probe:
omagy analyze --prompt "<question>" --json
omagy analyze --prompt "<question>" --probe "<narrow repo lookup>" --json
The command returns:
read_only: trueEvidence, Inference, and Unknown labelsexplorer and analystomagy explore probe result when a safe local route matchesIf a next step is useful, keep it to a discriminating read-only probe that would reduce uncertainty.
Answer the user's actual question first.
Every material claim must be labeled as one of:
Never present an inference as direct evidence. Never present a guess as an inference.
Prefer stronger evidence over weaker evidence:
Unsupported speculation is not evidence.
omagy analyze --prompt "<question>" --json or include a narrower
--probe when the first file/text lookup is obvious.explorer or analyst subagent only for bounded read-only
sub-questions when parallel exploration helps.Default to direct read-only analysis for simple questions.
When parallelism helps, prefer bounded in-session or agy-native exploration first:
explorer for specific code path, file, symbol, or config questions.analyst for a bounded subsystem explanation or evidence synthesis.Use /omagy:team only when the analysis needs durable coordination, shared task
state, mailbox/dispatch flow, worktrees, explicit lifecycle control, or
long-running parallel investigation that should survive beyond one local
reasoning burst.
Team escalation rules:
/omagy:team as the default analyze path./omagy:team with ad-hoc prompt fanout when durable team
runtime is required./omagy:team is used, follow the Omagy team runtime lifecycle: context
intake, startup evidence, state-backed monitoring, terminal task evidence, and
shutdown evidence.explorer / analyst lanes
and state the limitation.Question
<brief restatement>
Ranked synthesis
| Rank | Explanation | Confidence | Basis |
|------|-------------|------------|-------|
| 1 | ... | High/Medium/Low | ... |
Evidence
- path/to/file:line - direct evidence
Inference
- conclusion drawn from evidence
Unknowns / limits
- what repository evidence does not establish
[OMAGY] Run an anti-slop cleanup/refactor/deslop workflow
Full OMX-style autonomous pipeline for Omagy: interview, plan, goal execution, optional team, review, and UltraQA.
Professor-critic research workflow with durable Omagy artifacts for agy.
Stateful validator-gated research loop with artifact-gated completion.
[Omagy] Bounded best-practice research wrapper using official/upstream evidence first
Cancel the active Omagy workflow or all Omagy workflow state.