skills/gh-issues/SKILL.md
Use this skill when managing GitHub issues with structured triage, prioritization, assignment, labels, status tracking, duplicates, and actionable next steps.
npx skillsauth add chatandbuild/skills-repo GH IssuesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Operate issue workflows so backlog health and ownership stay clear.
Label taxonomy. Use a flat or hierarchical scheme: type (bug, feature, chore, docs), priority (P0/P1/P2 or critical/high/medium/low), status (backlog, in-progress, blocked, done), and area (frontend, backend, infra, docs). Avoid overlapping labels (e.g., don't mix "urgent" and "P0"). Define each label in the repo description so triagers use them consistently.
SLA by priority. Tie response and resolution targets to priority: e.g., P0 triaged within 24h and resolved within 1 week; P1 within 3 days and 2 weeks; P2 within 1 week and 1 sprint. Document SLAs in CONTRIBUTING or a triage doc and enforce via automation or weekly review.
Template enforcement. Require issue templates for bug reports and feature requests. Templates should capture: environment, steps to reproduce, expected vs actual behavior, and acceptance criteria. Use GitHub's template chooser and validate that new issues include required sections before labeling.
Track these weekly and set thresholds (e.g., <20% unassigned, <10% stale) to trigger triage sessions.
type: bug).pinned, roadmap), and a clear comment before closing. Avoid closing high-priority issues automatically.## Triage Summary
- Total open issues: <count>
- High priority: <count>
- Unassigned: <count>
- Stale (>N days): <count>
- Duplicate candidates: <count>
## Backlog Health
- Unassigned rate: <percent>
- Stale rate: <percent>
- Label coverage: <percent> (issues with type/priority/area)
## Recommended Actions
- [ ] Assign owners to unassigned critical issues
- [ ] Label and prioritize new issues
- [ ] Close or merge duplicates
- [ ] Mark stale candidates for follow-up
- [ ] Update or close orphaned issues
## Per-Issue Notes (for flagged items)
- #<num>: <brief note and suggested action>
tools
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
development
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
development
Use this skill when turning messy workout information into clear logs, comparing user-provided sessions, surfacing trends or likely PRs, and suggesting realistic next-session steps.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.