Agent Skills
› Hmbown/Codewhale
› implement
implement
GitHub用于执行已授权或批准的明确需求,遵循最小化变更原则,进行范围确认、实施及验证,并在受阻时报告证据。
Trigger Scenarios
需要实现明确的开发任务
执行经过审批的技术方案
Install
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.
Version History
- b0e4926 Current 2026-07-24 17:42


