Releases: thinkyou0714/github-flow-kit
Releases · thinkyou0714/github-flow-kit
v0.2.0: Zenn articles, Book scaffold, and automation
What's new in v0.2.0
Articles (Zenn)
articles/github-flow-kit-pr-respond.md— pr-respond complete guide (Japanese)articles/ccmux-stream-timeout-zero.md— ccmux v1.0 intro (Japanese)articles/en-run-business-with-ai-oss.md— Running half your business with AI + OSS (English)articles/en-rethinking-ai-coworker.md— Rethinking the AI co-worker with n8n + Obsidian (English)
Book scaffold
books/claude-code-skill-pack/— Zenn Book: Claude Code スキルパック完全ガイド (¥980, unpublished)- ch01: Overview + 4-skill setup
- ch02: pr-respond deep dive
- ch03: release-notes + issue-triage + repo-tour combinations
GitHub Actions workflows
auto-release-notes.yml— triggers on release published → generates notes via Claude APIweekly-triage.yml— Monday cron → scores issues → posts to GitHub Discussionsskill-release-announce.yml— release published → Slack notification
Community / Growth
PROMOTION.md— awesome-list PR template, Product Hunt copy, HN post, 4-tweet X thread.github/DISCUSSION_TEMPLATE/general.yml— GitHub Discussions formCONTRIBUTING.md,SECURITY.md- README: 4 shields badges, FAQ section, Secrets Setup guide
Install / upgrade:
for skill in pr-respond release-notes issue-triage repo-tour; do
gh skill install thinkyou0714/github-flow-kit $skill --agent claude-code --scope user
donev0.1.0 — Initial release: 4 skills for GitHub-native devs
What's included
- `pr-respond`: Classify PR comments (MUST-FIX/ACK/DISCUSS/SKIP) → fix → commit → reply
- `release-notes`: git log + merged PRs → user-facing + developer-facing release notes
- `issue-triage`: Impact×Effort×Urgency scoring → TRIAGE.md + priority labels
- `repo-tour`: File tree analysis → REPO_TOUR.md + Mermaid architecture diagram
Install
```bash
gh skill install thinkyou0714/github-flow-kit pr-respond --agent claude-code --scope user
gh skill install thinkyou0714/github-flow-kit release-notes --agent claude-code --scope user
gh skill install thinkyou0714/github-flow-kit issue-triage --agent claude-code --scope user
gh skill install thinkyou0714/github-flow-kit repo-tour --agent claude-code --scope user
```
Or install all at once:
```bash
gh skill install thinkyou0714/github-flow-kit --agent claude-code --scope user
```
Requirements
- GitHub CLI v2.90.0+
- Claude Code (any plan)
License
MIT