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",
"implement now",
"do it"
],
"description": "Execute a concrete implementation task with concise progress updates and validation evidence.",
"primaryRole": "executor"
}
Execute Skill (oh-my-product)
Use this skill when the task is clear enough to implement immediately.
Execution policy
- make reasonable assumptions instead of blocking on minor ambiguity
- prefer minimal, coherent changes
- keep output focused on what changed and how it was validated
Report format
- objective
- changed files
- commands run
- result / remaining follow-ups
Version History
- 4f49e99 Current 2026-07-25 06:34


