Agent Skills
› jjongguet/oh-my-product
› execute
execute
GitHub用于在任务明确时执行具体实现。遵循最小化变更原则,基于当前上下文进行开发,并在完成后提供验证证据和剩余风险提示。
Trigger Scenarios
需要执行具体的代码实现任务
任务目标清晰且下一步是实施
Install
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
Version History
- 4f49e99 Current 2026-07-25 06:34


