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


