managing-github-issues

Use when starting a session to find work, creating/triaging issues, or completing work and updating issue status

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "managing-github-issues" with this command: npx skills add hjewkes/agent-skills/hjewkes-agent-skills-managing-github-issues

Managing GitHub Issues

Use this skill when starting a session to find work, creating/triaging issues, or completing work and updating issue status.

Finding Work

Start of session — check what's ready:

gh issue list --label priority:high --label status:ready
gh issue list --label priority:high
gh issue list --milestone "v0.1.0" --state open

Creating Issues

Use structured bodies with Summary + Acceptance Criteria checklist:

gh issue create --title "Add X component" \
  --body "## Summary\n\nBrief description.\n\n## Acceptance Criteria\n\n- [ ] Criterion 1\n- [ ] Criterion 2" \
  --label "type:feature,area:components,priority:medium"

Working on Issues

  • Reference #N in commit messages
  • Use Fixes #N in PR descriptions to auto-close

Completing Work

  • Close issues via PR merge (preferred) or gh issue close N
  • After closing, check for newly unblocked work

Label Taxonomy

CategoryLabels
Typetype:feature, type:bug, type:task
Prioritypriority:high (do next), priority:medium (soon), priority:low (backlog)
Areaarea:components, area:tokens, area:infra, area:docs, area:storybook
Statusstatus:ready (can start), status:needs-design (needs decisions)
OSSgood first issue

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

github-pr

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

subagent-driven-development

No summary provided by upstream source.

Repository SourceNeeds Review