Agent Skills
› Hmbown/Codewhale
› implement
implement
GitHub用于执行已授权或批准的明确需求实施。强调在限定范围内进行最小化代码变更,并执行针对性验证,确保变更可控且可追溯。
触发场景
需要实现明确的功能需求
执行经过审批的开发计划
安装
npx skills add Hmbown/Codewhale --skill implement -g -y
SKILL.md
Frontmatter
{
"name": "implement",
"invocation": "model+user",
"description": "Carry an authorized, defined request or approved plan through scoped edits and proportionate verification. Skill loading is not write authorization by itself."
}
Implement
When to use
Use for scoped implementation of a clear request or approved plan.
Non-goals
- Loading this skill is not write authorization by itself.
- Do not expand scope without saying so.
- Do not skip verification after risky edits.
Workflow
- Confirm scope and acceptance criteria.
- Make the smallest coherent change set.
- Run the narrowest useful verification.
- Report what changed and what remains.
Failure mode
If blocked by missing permissions or failing verification, stop and report evidence.
版本历史
- b0e4926 当前 2026-07-24 17:42


