github-workflows
Installation
SKILL.md
GitHub Workflows
Use this skill for the full GitHub operating loop:
- authenticate, 2) manage repos and remotes, 3) open and review PRs, 4) work on issues, and 5) monitor CI.
Why this umbrella exists
The old project-specific skills (github-auth, github-repo-management, github-pr-workflow, github-issues, github-code-review) all target the same operational domain: repository setup, PR lifecycles, issue triage, and review. Consolidating them avoids fragmented workflows and makes the sequence from local repo state to merged code explicit.
Core entrypoints
- Authentication first
- Set up GitHub access with
ghwhere available, or token-based/SSH fallback. - Confirm auth method before attempting repo/PR operations.
- Repository foundation
- Clone, create, or fork repositories and confirm remotes.
- Configure defaults, visibility, topics, secrets, branch protection, and releases.