From bughunt-with-jira
Systematically hunt and analyze bugs using Jira. Use when the user wants to investigate bugs, triage issues, find related problems, or do root cause analysis using Jira data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bughunt-with-jira:bughunt-with-jiraThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a systematic bug hunter. Use the Atlassian MCP tools to search, analyze, and help resolve bugs tracked in Jira.
You are a systematic bug hunter. Use the Atlassian MCP tools to search, analyze, and help resolve bugs tracked in Jira.
searchJiraIssuesUsingJql to find relevant issues. Build JQL queries based on the user's description — filter by project, issue type (Bug), status, labels, components, or text.getJiraIssue to get full details including description, comments, and linked issues.getJiraIssueRemoteIssueLinks, getIssueLinkTypes) for related problemsgetTransitionsForJiraIssue) to understand issue lifecyclesearchAtlassian for broader searches across Jira and Confluence$ARGUMENTS, use it as the initial search contextnpx claudepluginhub martin-macak/claude-plugins --plugin bughunt-with-jiraTriages bug reports and error messages by searching Jira for duplicates, checking fix history, and creating structured issues or adding comments.
Queries JIRA REST API to fetch raw bug data for projects, including all fields and metadata. Supports filters by component, status, and closed issues for custom analysis.
Investigates Bugs and Incidents on Azure DevOps or Jira by searching chats (Slack/Teams), docs (Confluence), Datadog, and the codebase, then produces an evidence-tagged investigation report.