What problem does it solve? Teams and solo developers often ship inconsistent commit messages, leaky secrets, missing READMEs, and ad-hoc CI setups across repositories. This Skill codifies repository and workflow conventions distilled from 22+ production repos so every project follows the same enforceable standards. ## Core Features & Use Cases - Secrets Pre-Commit Scanning: Provides grep patterns and remediation steps to catch API keys, tokens, and private keys before they enter git history. - Commit, PR, and Branch Conventions: Defines Conventional Commits message structure, a PR body template with test plan checklist, and kebab-case branch naming rules. - Repo Setup Baselines: Supplies required-file checklists, .gitignore baselines per language, README structure, semantic release tagging, CI/CD workflow templates, and supply-chain hardening (SHA-pinned actions, permissions blocks, Dependabot, CODEOWNERS). - Use Case: When creating a new repository or opening a pull request, invoke this Skill to generate a compliant README, .gitignore, PR description, and CI workflow in one pass. ## Quick Start Ask the assistant to set up a new GitHub repository following the github-standards conventions, including README, .gitignore, branch naming, and CI baseline.