원클릭으로
plan-fix-targets-schema
Repair targets.json into strict schema-valid shape without losing planning semantics.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Repair targets.json into strict schema-valid shape without losing planning semantics.
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_fix_targets_schema |
| description | Repair targets.json into strict schema-valid shape without losing planning semantics. |
| compatibility | opencode |
| metadata | {"stage":"plan-fix-targets-schema","owner":"tianheng"} |
Fixes fuzz/targets.json schema violations while preserving target intent.
Use this skill when coordinator reports targets.json schema errors.
fuzz/targets.jsonfuzz/targets.jsonfuzz/targets.json must be a non-empty JSON array.name, api, lang, target_type, seed_profile.lang must be in c-cpp|cpp|c|c++|java.target_type must be in parser|decoder|archive|image|document|network|database|serializer|interpreter|generic.seed_profile must be in parser-structure|parser-token|parser-format|parser-numeric|decoder-binary|archive-container|serializer-structured|document-text|network-message|generic.name = LLVMFuzzerTestOneInput.api to harness paths like fuzz/*.cc.Read and fix <path>[:line].fuzz/targets.json as the sole text of ./done (run echo 'fuzz/targets.json' > ./done; do not copy the file's contents).