一键导入
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 页面并帮你完成安装。
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]