بنقرة واحدة
issues
GitHub issue management - create, search, comment, close, view
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
GitHub issue management - create, search, comment, close, view
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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)