一键导入
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 职业分类
| 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).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.