skill-system-github
Installation
SKILL.md
Skill System GitHub
Run consistent GitHub operations through gh with explicit safety checks for workflow writes and predictable return shapes.
Decision Matrix
| Task Intent | Operation | Primary Backend | Notes |
|---|---|---|---|
| Create/list/comment/close/reopen issues | manage-issues |
gh issue |
Check duplicates before creating new issues |
| Create/update/delete labels, apply labels to issue | manage-labels |
gh label, gh issue edit |
Confirm destructive delete before execution |
| List/create pull requests | manage-prs |
gh pr |
Warn on force-push to main/master |
| Bootstrap/update issue templates | manage-templates |
file read/write tools | Edit .github/ISSUE_TEMPLATE/* directly |
| List/check/create/update workflows | manage-workflows |
gh workflow, file read/write tools |
Run safety-check before pushing workflow changes |
| Decide workflow push path based on token scope | safety-check |
gh auth status, gh api |
Use API fallback when workflow scope is missing |