with one click
implement
实现阶段主操作手册 — 指导 agent 完成改码与局部验证,并把提交留给独立 commit phase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
实现阶段主操作手册 — 指导 agent 完成改码与局部验证,并把提交留给独立 commit phase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Runtime extension 验证规范 — 验证 harness package 中 tools、rails、skills 是否能真实热加载并可运行
扩展实现阶段 — 在 worktree 中生成运行时扩展代码
扩展方案设计 — 将能力缺口转化为 ExtensionDesign 结构
Generates a multimodal Skill markdown file from a source URL. Use this Skill when a user wants to turn a web tutorial, product support article, or software guide into a reusable agent Skill with concise steps and embedded screenshots.
Comprehensive step-by-step workflow for navigating the Booking.com mobile site to search for destinations, select dates/occupancy, browse results, and extract detailed hotel information including pricing and facilities.
Navigate github.com in mobile Chrome to retrieve repository information (files, README, contributors, languages, releases, packages) and switch to desktop site mode for richer metadata (forks, stars). Use for in-browser research, not git CLI or GitHub API operations.
| 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/ 根目录或其他子目录新增文档glob / grep 搜索文件时,不要传递 path 参数,让工具自动从当前工作目录(即 worktree)开始搜索**/目标文件名 即可,工具会自动在工作目录下递归查找path 参数容易导致搜索范围跑出 worktree,找到原始 repo 中的文件,进而误写到原始 repo以下操作绝对禁止:
prompts/identity.md 或 resources/ci_gate.yaml__init__.py 导出的符号)openjiuwen/core/ 下的文件(除非任务明确要求)git add、git commit 或其他提交动作commit phase 中按 commit skill 完成