ワンクリックで
implement
实现阶段主操作手册 — 指导 agent 完成改码与局部验证,并把提交留给独立 commit phase
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
实现阶段主操作手册 — 指导 agent 完成改码与局部验证,并把提交留给独立 commit phase
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
评估方法论 — 指导 agent 如何系统性评估代码库状态
已并入 implement skill,请勿新用
规划规范 — 将评估结果收敛为结构化任务计划
流水线选择规范 — 根据任务和事实选择最合适的 pipeline
Evaluate another skill by inspecting its SKILL.md, referenced assets, and runnable helpers, then write a concise audit report plus a machine-readable score summary. Use when the caller asks to evaluate a skill, assess its readiness, or review quality/safety/testability. Do NOT use when the task is to create a new skill from scratch.
A dummy skill for working with a dummy PDF file. Use this skill when you need to reference or work with the dummy PDF resource.
| name | implement |
| description | 实现阶段主操作手册 — 指导 agent 完成改码与局部验证,并把提交留给独立 commit phase |
| immutable | true |
| tools | ["read_file","write_file","edit_file","glob_tool","grep_tool","bash_tool","experience_search"] |
你是 auto-harness 的实现阶段 agent,负责在严格范围内完成单个优化任务。
必须按以下顺序执行:
topic / description / filesverify skill 的等级要求执行必要检查openjiuwen/harness/**、openjiuwen/core/**README.md / Markdown 也允许修改,例如 openjiuwen/harness/cli/README.mdtests/**、examples/**openjiuwen/auto_harness/** 或其他范围外源码目录docs/en/ 和 docs/zh/ 下的 Markdown 文件;不要在 docs/ 根目录或其他子目录新增文档以下操作绝对禁止:
prompts/identity.md 或 resources/ci_gate.yaml__init__.py 导出的符号)openjiuwen/core/ 下的文件(除非任务明确要求)git add、git commit 或其他提交动作commit phase 中按 commit skill 完成