implement-issue

仓库创建 2026年7月4日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

可将问题自动化为可提交的开发工作流,适合需要无人值守实现的小任务。

▸ 风险提示

会修改代码并推送,且说明依赖你的 Claude 订阅与本地 gh/git,需授权与审查。

这个 Skill 做什么

从 issue 抓取规格、建分支、以 TDD 实现、提交并打开草稿 PR 的端到端流程。

从 GitHub issue 拉规格、创建分支、用 TDD 写代码、跑检查、提交并 push、打开 draft PR 到关闭 issue 的端到端流程全自动化。适合你想把某个 issue 本地实现并交出草稿 PR 的场景,过程用 gh CLI 和 git,不需要额外 API 或容器。优点是把分支、测试与提交流程规范化,减少人工步骤。

开发编程GitHub Issue端到端实现TDDClaude Code
2
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sgomez/developer-skills/main/skills/implement-issue/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sgomez/developer-skills/main/skills/implement-issue/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
---
name: implement-issue
description: Implements a GitHub issue end-to-end: fetches spec, creates branch, writes code with TDD, runs checks, commits, pushes, opens draft PR, closes issue. No API key, no containers — uses gh CLI and git directly with your Claude subscription. Use when user says "implement issue", "work on issue #N", "/implement-issue", or wants to process a GitHub issue locally.
---

# Implement Issue

Full issue → PR → close flow, locally, using `gh` and `git`.

## Invoke

```
/implement-issue          # lists open issues to pick from
/implement-issue 42       # implements issue #42 directly
/implement-issue 17       # if #17 has sub-issues, picks the first unblocked open o
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有