Agent Skills
› jjongguet/oh-my-product
› execute
execute
GitHub用于在任务明确时直接执行实现,强调最小化变更、合理假设及验证。输出包含目标、文件变更、验证结果及后续跟进项。
触发场景
任务目标清晰且需立即实施
需要执行具体编码或配置修改
安装
npx skills add jjongguet/oh-my-product --skill execute -g -y
SKILL.md
Frontmatter
{
"name": "execute",
"aliases": [
"\/execute",
"run task",
"do it now"
],
"description": "Execute a concrete implementation task with concise progress and validation.",
"primaryRole": "executor"
}
Execute
Use this skill when the task is sufficiently clear and the next best action is to implement.
Execution Policy
- Start from the stated objective and current repository context.
- Make reasonable assumptions instead of blocking on minor ambiguity.
- Prefer minimal, coherent changes over broad refactors.
- End with validation evidence and any residual risks.
Output
- Objective
- Files changed
- Validation run
- Remaining follow-ups
版本历史
- 4f49e99 当前 2026-07-25 06:34


