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


