ワンクリックで
plan-repair-crash
Re-plan after crash/repro failures while preserving crash-path reachability and target relation clarity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Re-plan after crash/repro failures while preserving crash-path reachability and target relation clarity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Classify reproduced crashes into harness bug, upstream bug, or inconclusive using evidence only.
Generate complete fuzz scaffold artifacts aligned to selected targets and execution plan.
Discover, update, and rank vulnerability candidates before execution planning.
Apply minimal evidence-driven build fixes in fuzz scaffold files for next build attempt.
Repair fuzz scaffold after build failures with strategy change and mapping consistency.
Repair scaffold for coverage replan cycles using seed and harness feedback as primary signals.
| name | plan_repair_crash |
| description | Re-plan after crash/repro failures while preserving crash-path reachability and target relation clarity. |
| compatibility | opencode |
| metadata | {"stage":"plan-repair-crash","owner":"tianheng"} |
Repairs planning artifacts for crash/repro recovery cycles.
Use this skill when workflow is in repair mode with repair_origin_stage related to crash/repro stages.
repair_* diagnosticsrepair_error_digest (if provided)fuzz/PLAN.md, fuzz/targets.json, fuzz/execution_plan.json (if present)fuzz/PLAN.mdfuzz/targets.jsonfuzz/execution_plan.jsonfuzz/harness_index.json remains mappableKnown Issues section in fuzz/PLAN.mdfuzz/PLAN.md must include Known Issues with unresolved crash/repro blockers and concrete next-step checks.target_name uses API-centric suffix-free naming.expected_fuzzer_name maps to real harness/binary stem (prefer <target_name>_fuzz / <target_name>_fuzzer).fuzz/harness_index.json.api_surface_exception with non-empty reason and evidence.non_public_api_usage, prioritize replacing offending symbols first.fuzz/PLAN.md.Known Issues exists and lists concrete unresolved crash risks for this cycle.fuzz/PLAN.md as the sole text of ./done (run echo 'fuzz/PLAN.md' > ./done; do not copy the file's contents).