@tank/github-issues
Installation
SKILL.md
GitHub Issues
Core Philosophy
- Issues are the unit of work -- Every code change traces back to an issue. No issue, no PR. This creates accountability and traceability.
- Triage within 48 hours -- Every new issue gets classified, labeled, and either accepted, closed, or flagged for more info within 2 days.
- Structure beats freedom -- Use Issue Forms (.yml) over classic templates. Enforce required fields. Disable blank issues. Structured input produces actionable issues.
- Automate the boring parts -- Labeling, staleness, assignment, and project routing belong in GitHub Actions, not human checklists.
- gh CLI is the primary interface -- Every issue operation is faster
from the terminal. Master
gh issue,gh search issues, andgh api.