github
Installation
SKILL.md
Default output: return only the result, blockers, and required evidence. Omit preambles, process narration, repeated context, confidence scores, and follow-up offers. Use at most five bullets unless a required artifact or schema needs more.
GitHub Operations
Current Versions (Verify Before Use)
gh --version # GitHub CLI
act --version # Local Actions runner (optional)
Check GitHub CLI releases and GitHub Actions runner releases.
Core Principles
- PRs are the unit of review. Every change goes through a PR. No direct pushes to main.
- Actions are code. Workflows get the same review as application code.
- Branch protection is mandatory. Main requires: PR, review, passing checks, up-to-date branch.
- gh CLI over web UI. Scriptable, reproducible, faster.