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


