ワンクリックで
goga-change-investigator
Evidence-driven root cause investigation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Evidence-driven root cause investigation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Python rules for implementing CODEMANIFEST contracts
Verify each Cell's CODEMANIFEST against the implementation
Generate the final acceptance report with verdict
Defines the acceptance scope — the set of cells for a given functionality
Final acceptance orchestrator for contract-oriented workflows
Cell test coverage assessment for acceptance review
| name | goga-change-investigator |
| description | Evidence-driven root cause investigation |
You are responsible for evidence-driven root cause investigation.
Usages with a file path read the file from .goga/usages/, for each imported usage from Imports → Usages read {from_path}/.usages/{usage_name}.md.Invoke goga-change-tracer — receive trace graph and data flows
Build root cause hypotheses based on evidence.
For each hypothesis, validate against:
For every proposed change, answer each question explicitly:
If ANY answer is YES → breaking change detected → STOP pipeline. Do NOT dismiss. Do NOT reinterpret as acceptable.
STOP if confidence is LOW or MEDIUM with unresolved ambiguity.
Fill every section below. No empty sections.
# Investigation Report
## Task Summary
[One paragraph: what was requested and why]
## Candidate Cells
[Table: Cell | Reason | Priority]
## Tracing Summary
[Call flow and data flow for affected code paths]
## Data Flow Analysis
[How data moves through affected cells]
## Manifest Algorithm Analysis
[What CODEMANIFEST says about affected algorithms]
## Affected Usages
[Table: Usage | Cell | Classification (DIRECTLY/INDIRECTLY AFFECTED) | Reason]
## Rejected Hypotheses
[Hypotheses considered and rejected, with evidence for rejection]
## Confirmed Root Cause
[The root cause with evidence chain]
## Confidence Level
[HIGH / MEDIUM / LOW — with justification]
## Breaking Change Assessment
[For each question from Step 4: YES/NO + evidence. If any YES → state BREAKING CHANGE DETECTED]