بنقرة واحدة
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).