jira-bug
SKILL.md
Jira Bug Code Review Skill
This skill guides the agent in generating a Bug Code Review summary for a provided Jira ticket and automatically posting it as a comment. Be sure that this skill can be used in any module or workspace dynamically.
Trigger
Use this skill when asked to perform a bug review or generate a CR summary for a Jira Bug ticket (e.g., "Create a bug CR for MPD-822" or "run jira-bug for [Ticket ID]").
Workflow Instructions
-
Fetch Jira Ticket Information:
- Identify the user's Jira Cloud ID using the
mcp_atlassian-mcp-server_getAccessibleAtlassianResourcestool (cache this if already known). - Fetch the Jira issue details using
mcp_atlassian-mcp-server_getJiraIssuewith the given Ticket ID. - Extract the Summary, Description, and any bug reproduction steps or expected results from the issue.
- Identify the user's Jira Cloud ID using the
-
Retrieve Git Staged Changes:
- Use the
run_commandtool to executegit diff --staged(orgit diff --cached) in the current project directory. - Analyze the output to understand what code changes are currently staged for commit to fix the bug.
- Use the
-
Analyze and Compare:
- Compare the staged code changes against the Bug details and expectations defined in the Jira ticket.
- Determine if the fix addresses the issue described.
- Identify the affected areas in the codebase (Configurations, Modules, Features / Issues, Components).
-
Summarize using Template:
- Format your findings strictly following the bug template below (this template is embedded globally inside the skill):
# Bug **Summary** - [Provide a brief one-line summary of the change or issue fixed.] **Affected Areas** - [List the specific configurations, modules, features, or components that are impacted by this change or issue.] | Summary | Screenshots | | :------------------------------------------------------------------ | :---------- | | 1. [Provide a brief one-line summary of the change or issue fixed.] | N/A | | Affected Areas | Descriptions | | :---------------- | :----------------------------------------------------------- | | Configurations | [Details or N/A] | | Modules | [Details or N/A] | | Features / Issues | [Details or N/A] | | Components | [Details or N/A] | | Version | The list of versions must be hotfix after this card is done. | -
Post Jira Comment:
- Use the
mcp_atlassian-mcp-server_addCommentToJiraIssuetool to post the formatted markdown as a comment directly on the Jira ticket. - Add a brief line at the top stating that this is an AI-generated Bug CR summary based on current staged changes.
- Use the
Weekly Installs
3
Repository
sh0ckwavezero/a…t-skillsFirst Seen
14 days ago
Security Audits
Installed on
mcpjam3
command-code3
claude-code3
junie3
windsurf3
zencoder3