What problem does it solve? Manually configuring branch protection, security features, access controls, and standard file artifacts across GitHub repositories is repetitive and error-prone. This Skill applies a consistent, opinionated repository baseline directly through the gh CLI, with file artifacts delivered as a single pull request. ## Core Features & Use Cases - Direct settings application: Configures merge policy, branch protection on main and develop, Dependabot, secret scanning, push protection, CodeQL, and Actions permissions via gh api calls. - Profiles and contexts: Supports four profiles (standard, collaborative, monorepo, regulated) and two contexts (internal org repos, external personal repos), with guards against invalid combinations. - Artifact pull request: Opens one PR from chore/apply-github-standards containing CODEOWNERS, SECURITY.md, CONTRIBUTING.md, issue templates, a PR template, a CodeQL workflow, and dependabot.yml. - Use Case: Ask the agent to standardize all repos matching service-* in your org with the regulated profile; it discovers current settings, confirms a plan, applies the changes, and opens one artifact PR per repo. ## Quick Start Ask the agent to standardize the GitHub repo my-org/api-service with the standard profile using the gh CLI.