implement
仓库创建 2026年6月26日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
把人交代的 issue 端到端落地并持续跟进。
▸ 风险提示
会在仓库中创建分支并推送代码,需要写权限
这个 Skill 做什么
将 ready-for-agent issue 端到端实现、验证并提交为 PR。
把一个 ready-for-agent 的 GitHub issue 从头做到合入并跟进 PR:先确认阻塞项,按项目约定实现并跑验证,打开 PR 并在上面处理评论直到能合并。适合别人交付了可直接实现的 issue 或你用 /implement 时调用。特点是专注端到端执行和交付,不负责拆分任务或制定产品愿景。
▸ 展开 SKILL.md 英文原文
Implement a ready-for-agent GitHub issue end to end — confirm its blockers, build it in the project's own conventions, verify, open a PR, and stay on it. Use when handed a ready-for-agent issue or asked to "implement this issue" or "/implement"; the ready-for-agent branch of /issue runs it. Not for shaping or splitting work — that's vision-align and to-issues.
0
Stars
0
Forks
11
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Svendsys/agent-skills/master/skills/implement/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Svendsys/agent-skills/master/skills/implement/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Implement You've been handed a single ready-for-agent issue: build it, verify it, ship it, and stay on the PR. The issue is the contract for *what*; this codebase is the contract for *how*. ## 1. Ground yourself If you weren't handed an issue — a link, a number, or one `/issue` routed here — list the open `ready-for-agent` issues (`gh issue list --label ready-for-agent`) and ask which to take; don't pick one yourself. Otherwise fetch it (`gh issue view`, or a GitHub MCP server), and confirm every blocker is closed; if one is still open, stop and tell the human — don't build on an unmerged foundation. Then read `AGENTS.md` / `CLAUDE.md`, any nested convention docs, and the code around w
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有