What problem does it solve?
Bootstrap an issue-driven development workflow for monorepo projects. This skill generates GitHub label setup, issue templates, PR templates, and Claude Code commands to orchestrate the full lifecycle from issue creation to history archiving.
Core Features & Use Cases
- GitHub Label Setup Script: scripts/github/setup-labels.sh
- Issue Templates: .github/ISSUE_TEMPLATE/{default,bug,feature}.md
- PR Template: .github/PULL_REQUEST_TEMPLATE.md
- Claude Code Commands: .claude/commands/{PREFIX}-{issue,start,review,address}.md
- Self-contained design.md and task.md in .claude/issues/issue-N/ for each issue
- Archive after PR merge in .claude/history/
- Supports multiple tech stacks across backends (Rust, Python, Go, Java), frontends (React, Next.js, Svelte v5), mobile (iOS/Android)
- Phase-driven workflow from gathering project info to post-merge archiving
- Tech-stacks guidance in references/tech-stacks.md
Quick Start
Run the GitHub workflow bootstrap to generate labels, templates, and Claude commands for your project.