بنقرة واحدة
my-tasks
List all your assigned JIRA tasks in the current project
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
List all your assigned JIRA tasks in the current project
التثبيت باستخدام 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 | my-tasks |
| description | List all your assigned JIRA tasks in the current project |
| allowed-tools | ["mcp__atlassian__jira_search","mcp__atlassian__jira_get_issue"] |
Show all JIRA tickets currently assigned to the user in the configured project. Uses mcp__atlassian__* MCP tools exclusively (not jira-cli).
Story points live in customfield_10028 on this JIRA instance.
Important: This field is NOT returned by default by MCP tools. When calling mcp__atlassian__jira_search or mcp__atlassian__jira_get_issue, you must include it in the fields parameter:
fields: "summary,description,issuetype,status,priority,labels,assignee,reporter,created,updated,components,customfield_10028"
Use mcp__atlassian__jira_search with JQL:
project = HYPERFLEET AND assignee = currentUser() ORDER BY updated DESC
For tickets that need more detail, use mcp__atlassian__jira_get_issue to fetch full fields.
Present tickets grouped by status:
| Key | Summary | Priority | Updated |
|---|
| Key | Summary | Priority | Created |
|---|
| Key | Summary | Blocker Reason |
|---|
| Key | Summary | Completed |
|---|