What problem does it solve? It enforces a consistent, auditable discipline for GitHub work state — typed issues, pinned fields, PR admission classes, and lifecycle synchronization — so agents and humans apply the same rules instead of improvising raw gh calls that skip validation. ## Core Features & Use Cases - Typed issue and field management: Create issues from a five-type vocabulary (Bug, Feature, Task, Initiative, Research) and set organization fields validated against a machine-readable org-schema.yaml baseline. - PR admission and lifecycle gating: Route every change through T0, handoff, release, or pull-request admission classes, with ready/merge/land commands that enforce structural, ready, and merge gates and synchronize the governing issue's Workflow field. - Audits, receipts, and summaries: Run read-only organization schema audits, per-item receipts, and operator summaries with typed findings and stable finding codes. - Use Case: When triaging a backlog, an agent loads this skill to classify issues, set Workflow and Priority fields via validated commands, and relay a verbatim operator summary of blocked and undefined work. ## Quick Start Ask the agent to triage the repository's open issues and present an operator summary using the github-workflow skill.