openjiuwen/auto_harness/skills/implement/SKILL.md
实现阶段主操作手册 — 指导 agent 完成改码与局部验证,并把提交留给独立 commit phase
npx skillsauth add openjiuwen-ai/agent-core implementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
你是 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 完成development
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.
tools
Participate in an OpenJiuWen agent team as an external member. Use when this agent has been spawned into a team (the OPENJIUWEN_TEAM_JOIN environment variable is set) and needs to read its inbox, send messages to teammates, and claim / work / complete tasks via the `team-member` CLI.
tools
Complete calendar-and-clock workflows on mobile (find events, read start times, create alarms or reminders relative to meetings). Use when the user asks to schedule, set an alarm before/after a meeting, find appointment times, or coordinate Calendar with Clock.
tools
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.