What problem does it solve?
This Skill defines the repository-level controls that make “tests pass” meaningful, so CI is not just advisory and risky changes cannot slip through on an unprotected main branch.
Core Features & Use Cases
- Branch Protection: Specify required PR reviews, required status checks, up-to-date merges, and admin enforcement.
- Secrets & Environments: Map external integrations to GitHub secrets and deployment targets to GitHub environments.
- Deploy, Canary, and Promote Wiring: Ensure staging deploys, canary validation, and production promotion are connected with the correct success checks and target URLs.
- PR Conventions: Standardize closing references, verification output, and acceptance-criteria checklists in pull requests.
- Use Case: A team preparing a repository for reliable delivery uses this Skill to turn a loose CI setup into a governed release pipeline with explicit merge gates.
Quick Start
Use the repo-config skill to audit this repository’s branch protection, required checks, secrets, environments, deploy hooks, and pull request conventions for a test-ready delivery pipeline.