Agent Skills
› CopilotKit/OpenTag
› implement-issue
implement-issue
GitHub根据 Linear 简报在指定 GitHub 仓库中实现新功能,包括创建分支、编辑文件、运行测试并提交 PR,严禁自行探索或猜测。
触发场景
用户要求基于 Linear 简报实现 Issue
需要创建新分支和草稿 PR
安装
npx skills add CopilotKit/OpenTag --skill implement-issue -g -y
SKILL.md
Frontmatter
{
"name": "implement-issue",
"description": "Implement a Linear brief in a named GitHub repo. Use when the brief skill is implement-issue or the user wants a new branch and draft PR."
}
implement-issue
Implement only the brief. Do not rediscover the issue. Do not explore the repo to invent a plan.
The brief must include repo, issue, files, change, and one
test command. If any of those are missing, stop. Return
status: failed and say the brief is incomplete. Do not guess.
- Call
prepare_repositorywith the repo and branchopentag/<issue-id>. - Work from the returned directory and branch.
- Edit only the listed files.
- Run the one test command from the brief.
- Do not guess
pnpm test. Do not run the full monorepo suite. - If green, commit locally and call
publish_changes. - If red, do not call
publish_changesunless the brief saysopen_anyway: true.
版本历史
- 6a770d8 当前 2026-08-19 13:55


