원클릭으로
plan-repair-fix-harness
Repair planning loop for crash-triaged harness bugs with evidence-first strategy changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Repair planning loop for crash-triaged harness bugs with evidence-first strategy changes.
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_fix_harness |
| description | Repair planning loop for crash-triaged harness bugs with evidence-first strategy changes. |
| compatibility | opencode |
| metadata | {"stage":"plan-repair-fix-harness","owner":"tianheng"} |
Builds a harness-bug-focused repair plan that feeds directly into synthesize/build recovery.
Use this skill when repair_origin_stage=fix-harness and crash triage classified the issue as harness_bug.
crash_info.mdcrash_triage.jsoncrash_analysis.md when present; if absent on the crash-triage repair path, continue with explicit degraded reasoningrepair_error_digest and repair_recent_attemptsfuzz/PLAN.md, fuzz/targets.json, fuzz/execution_plan.jsonfuzz/PLAN.mdfuzz/targets.jsonfuzz/execution_plan.jsonKnown Issues section in fuzz/PLAN.mdrepair_error_digest first.fuzz/ files.execution_plan must stay mappable to harness files).fuzz/PLAN.md as the sole text of ./done (run echo 'fuzz/PLAN.md' > ./done; do not copy the file's contents).fuzz/PLAN.md must include Known Issues with concrete blockers and next action.fuzz/crash_* paths.crash_analysis.md is unavailable on this route, record crash_analysis_not_available_yet in Known Issues and proceed from crash_info.md + crash_triage.json.fuzz/; doc-only/no-op is invalid.api_surface_exception with non-empty reason and evidence.non_public_api_usage, plan must fix offending symbols first.fuzz/PLAN.md.