with one click
issues
GitHub issue management - create, search, comment, close, view
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
GitHub issue management - create, search, comment, close, view
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | issues |
| description | GitHub issue management - create, search, comment, close, view |
Manage GitHub issues: create, search, list, comment, close, view.
$1: Action — create, search, list, comment, close, view$2+: Action-specific argumentsgh issue list --limit 20
Present results grouped by labels or milestones.
gh issue view $2
Interactive issue creation:
qdrant-find MCP tool for "issue description" style if availablegh issue create --title "[title]" --body "[body]"
gh issue list --search "$2" --limit 20
gh issue comment $2 --body "[ghostwriter-styled message]"
gh issue close $2
Confirm before closing. Show the issue title first.
### Open Issues
| # | Title | Labels | Assignee | Updated |
|---|-------|--------|----------|---------|
| 42 | [title] | bug, api | @user | 2d ago |
### Issue Created: #[number]
**Title**: [title]
**URL**: [url]
### Issue #[number]: [title]
**State**: Open/Closed
**Author**: @[author]
**Labels**: [labels]
**Assignees**: [assignees]
---
[body]
---
### Comments ([count])
[Recent comments]
is:open label:bug)Weekly backlog audit — field completeness, staleness tiers, and duplicate detection. Run during grooming to clean up the backlog.
Creates a JIRA Bug with steps to reproduce, expected/actual behavior, and fix criteria. Activates when users ask to create a bug report, file a bug, or report an issue.
Creates a JIRA Epic with scope, success criteria, and child story breakdown. Activates when users ask to create an epic.
Creates a JIRA Story with user story format, acceptance criteria, and technical notes. Activates when users ask to create a story or user story.
Creates a JIRA Task for tech debt, infrastructure, documentation, or spike work. Activates when users ask to create a task, spike, tech debt ticket, or infrastructure work.
Daily briefing — sprint progress, new tickets, and recent comments in one report. Run this to get oriented at the start of the day.