← スキル一覧に戻る

github-issue
by randlee
The neural network of developer creativity
⭐ 1🍴 0📅 2026年1月25日
SKILL.md
name: github-issue version: 0.7.0 description: GitHub issue lifecycle management with worktree isolation entry_point: /github-issue
GitHub Issue Lifecycle Skill
Manage GitHub issues from listing to fixing to PR creation with clean worktree isolation.
Commands
/github-issue- Main entry point for all issue operations
Agents
issue-intake-agent- List and fetch issue detailsissue-mutate-agent- Create and update issuesissue-fix-agent- Implement fixes in isolated worktreesissue-pr-agent- Create pull requests
Operations
--list [--repo owner/repo]- List open issues--create- Create issue interactively--update <id>- Update issue fields--fix --issue <id/url> [--yolo]- Full fix workflow: fetch → confirm → worktree → implement → test → commit → push → PR
Dependencies
- Skills: sc-managing-worktrees (worktree operations)
- CLI: GitHub CLI (
gh) required - Config:
.claude/config.yaml(base_branch, worktree_root, github settings)
Configuration
base_branch: main
worktree_root: ../worktrees
github:
branch_pattern: "fix-issue-{number}"
Data Contracts
All agents return fenced JSON:
{
"success": true|false,
"data": { /* operation results */ },
"error": null|"message"
}
Safety
- Pre-flight
ghCLI auth checks - Approval gates before destructive ops (unless
--yolo) - Test failure prompts
- Actionable error messages
References
.claude/references/github-issue-apis.md- GitHub CLI patterns.claude/references/github-issue-checklists.md- Workflow checklists
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です