What problem does it solve?
This Skill solves the problem of stalled or unmanaged GitHub development workflows by standardizing repo setup, branch protection, PR creation/review, and issue backlogs so merges happen safely and predictably.
Core Features & Use Cases
- Repo scaffolding with safe defaults: Creates a new repository with README, gitignore, LICENSE, PR/issue templates, and an optional CI workflow stub.
- Pull request workflow automation: Generates PRs with clear summaries and test plans, and performs structured review using PR files and status checks.
- Branch protection and team review rules: Enforces PR-only changes to main, prevents force-pushes on shared branches, and optionally sets CODEOWNERS for path-based reviewer assignment.
- Issue and milestone hygiene: Guides labeling and milestone assignment so backlog items remain discoverable and roadmap-ready.
Quick Start
Use the github-workflow Skill to scaffold a new repository for your team and set up branch protection so PRs require review and CI before merging.