What problem does it solve? Setting up a GitHub repository to match team conventions involves scattered manual work: writing an About description and topics, creating workflow labels, flipping repo settings, scaffolding baseline files, and keeping docs filenames sortable. This Skill consolidates all of that into four auditable, preview-before-apply modes driven through the gh CLI. ## Core Features & Use Cases - About mode: Infers a one-line description, topics, and homepage from the repo's README and manifest, then reconciles against existing metadata with per-field approval. - Labels mode: Provisions canonical lifecycle, priority, and automation label sets (including an ai-review trigger), reconciling drift and respecting existing label schemes. - Setup mode: Brings a new repo up to convention in one pass by applying house settings (merge-commit-only, delete-branch-on-merge), scaffolding LICENSE, README, .gitignore, and AGENTS.md, then running about and labels. - Docs mode: Renumbers docs/ artifacts with zero-padded serials in creation order using git history, repairing references after renames. - Use Case: After creating a fresh GitHub repo, ask the agent to set it up; it previews the settings diff, asks which license to use, writes the baseline files, and provisions the full label vocabulary without committing anything. ## Quick Start Ask the agent to set up this repository's metadata, labels, and baseline files using repokit.