Skip to main content

runtime-evidence-debug

Stars6
Forks1
UpdatedJuly 30, 2026 at 04:00

Methodology for escalating from static code analysis to runtime evidence gathering when static analysis hits a wall. Covers the lifecycle: escalation decision, instrumentation design (structured logging, NOT shotgun console.log), reproduction (MRE/MCVE), evidence analysis, confidence gating, escape hatch (git bisect, web research), and fix verification (before/after comparison). Use when root-cause confidence is low or fuzzy after static analysis, when you need logging or instrumentation to observe runtime behavior, when reproducing a bug requires runtime data, when a previous fix did not work, or when verifying a fix needs before/after evidence. Triggers — 「打点调试」「打日志调试」「运行时调试」「运行时验证」「复现验证」「日志分析根因」「根因置信度不足」「静态分析受限」「升级运行时调试」「证据驱动调试」「静态分析碰壁」「需要打点」 / runtime evidence debugging, instrumentation debugging, add logging to debug, reproduce and verify, runtime verification, confidence gating, escalate to runtime, evidence-driven debugging.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
3 files
SKILL.md
readonly