What problem does it solve? Setting up a GitHub repository to work with the github-workflow skill requires many exact fixtures — a Project board with specific fields and views, a canonical label set, branch rulesets, account grants, and docs/process files — and any drift breaks the workflow. This Skill creates those fixtures, audits them for drift, and captures an edited Project as the new standard. ## Core Features & Use Cases - Apply mode: Runs a ten-step ordered setup covering the Project board, collaborator and Project admin grants, canonical plus area labels, docs/process scaffolding, branch rulesets, an optional reviewer account, and skill propagation. - Audit mode: A read-only check that verifies every fixture is present and exact, exiting non-zero with a gap list when labels drift, rulesets are missing, or docs/process markers are unfilled. - Capture mode: Snapshots an owner-edited Project (fields, options, views, workflows) into manifests/project.json so the next repository gets the new standard. - Use Case: After adopting the github-workflow skill on a new repository, run the apply flow to provision the board, labels, and branch protections idempotently, then re-run the audit any time someone edits the Project by hand. ## Quick Start Ask the agent to configure this repository for the github-workflow skill, providing the Project owner login and project number.