Use when verifying that a fix actually reaches the bug's break-point in the real runtime path — not just at unit-test level. Primary trigger is bugfix / cross-stack PR review (invoked by kc-pr-review). Also invoke standalone when pressure-testing a fix claim, pre-merge verification of cross-layer wiring, or debugging "why is this still broken". Output is a strict YAML contract declaring precision level (A/B/C/D), verified vs unverified failure-chain steps, residual uncertainty, and recommended human probes. Designed to prevent silent verification failure where an agent reports "verified" without actually exercising the runtime path.
$npx -y skills add iamcxa/kc-claude-plugins --skill break-point-probeInstalls into the current project.
Run `npx skills use "https://github.com/iamcxa/kc-claude-plugins" --skill "iamcxa/kc-claude-plugins/break-point-probe"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/iamcxa/kc-claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/iamcxa/kc-claude-plugins"` and select the relevant skills, then follow their instructions.