Add generic GitHub workflow skills - #1
Merged
Merged
Conversation
Two domain-agnostic Claude Code skills capturing a reusable GitHub playbook: - github-cli-setup: front-load the gh session checks (right account active, repo visibility, token scopes repo/project/workflow) so GitHub tasks don't fail halfway on account/scope errors. - github-project-tracking: turn a roadmap into milestones + issues + a Projects (v2) board laid out by Status, with the daily-use handoff. Register both in CLAUDE.md and log the addition in LOG.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two domain-agnostic Claude Code skills that document a reusable GitHub playbook — so any project built from this template inherits a consistent way to set up and track work on GitHub.
Skills
github-cli-setup— front-loads theghsession checks (which account is active, whether it can see the target repo, and whether its token carries the needed scopes:repo/project/workflow) so GitHub tasks don't fail halfway on an account or scope error. Encodes the real gotchas: a 404 usually means the active account can't see a private repo, and adding a scope needs an interactivegh auth refresh.github-project-tracking— turns a roadmap into trackable artifacts: milestones per phase, issues per task (--milestone), and a Projects (v2) board laid out by Status, then the daily-use handoff. Notes that milestones/issues need onlyreposcope while the board needsproject, and to verify board membership by listing issue numbers (item counts are eventually consistent).Housekeeping
CLAUDE.md's repo map.LOG.md(newest-at-top convention).Both skills are generic (no project-specific detail), matching the template's goal of being reused across projects.
🤖 Generated with Claude Code