Setup Tickets — Git skill for Claude Code
永続ドキュメントをもとに実装を段階的なチケットに分割し GitHub Issues に登録する(/setup-project 後に実行).
How to install Setup Tickets
Installs to ~/.claude/commands/fuji18-claude-codex-template-setup-tickets.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fuji18/claude-codex-template/HEAD/.claude/commands/setup-tickets.md -o ~/.claude/commands/fuji18-claude-codex-template-setup-tickets.md Restart Claude Code, or start a new session, for it to be picked up.
What Setup Tickets does
description: 永続ドキュメントをもとに実装を段階的なチケットに分割し GitHub Issues に登録する(/setup-project 後に実行)
実装チケットの作成(GitHub Issues)
`/setup-project` で作成した永続ドキュメント(`docs/`)を読み込み、**段階的に実装できるチケット単位**へ分割して **GitHub Issues** に登録するコマンドです。各チケットはそのまま `/next-ticket` で実装に着手できる粒度で作成します。
チケットを git の外(Issues)に置くことで、ステータス更新のためのコミットが不要になり、複数ブランチ・エージェントの並行作業でも競合しません。PR の `Closes #N` でマージ時に自動クローズされます。
**引数:** なし(任意でスコープやエピック名を渡してよい。例: `/setup-tickets 認証まわり`)
前提
/setup-project済みでdocs/に永続ドキュメント(PRD・機能設計など)
Alternatives in Git
- Claude Code GitHub Issues — by anthropics - 问题反馈和功能请求 81.1k ★
- Git Worktree Setup — Create isolated git worktrees with instant feedback and background Rust verification 25.5k ★
- Triage Issues — Triage open GitHub issues — split into bugs vs features, rank by severity/opportunity, and flag under-specifie 12.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Claude Code Setup.Sh
Configure Claude Code to handle issues in your Github repo
Ship Ticket
Ship an ALREADY-BUILT ticket — code review → PR → merge → learnings → install-local. Skips the build (you buil
My Claude Code Setup
GitHub Repo stars Shared starter template configuration and CLAUDE.md memory bank system Setup template
Gh Init
Initialize git repo and push to GitHub. Triggers on new project setup requiring a GitHub repository.
Install Hooks
Install git hooks for this project. Triggers during project setup or after cloning.
Pull Request
Create a pull request with proper commit and PR setup
Related Agents
DevOps Lead
DevOps team lead. Use for tooling, CI/CD, Makefile, project config, .csproj, git hooks, editor config, and pro
Pocketpal Intake
Intake and routing stage for PocketPal development tasks. Creates isolated worktree, parses issues/tickets, cl
Confluence Searcher
Searches Confluence and related tickets for product, architecture, rollout, and test-data context. Use when im