From agent-flow
Analyzes a specific bug from the issue tracker (analysis only, no code changes). Runs automated triage and impact analysis via MCP tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-flow:analyze-bug <ISSUE-ID><ISSUE-ID>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze bug $ARGUMENTS. Read Automation Config from CLAUDE.md.
Analyze bug $ARGUMENTS. Read Automation Config from CLAUDE.md.
Before any pipeline operation, verify MCP tool availability:
mcp__* tool matching the tracker type is accessible/agent-flow:check-setup for diagnostics."$ARGUMENTS is empty, display: "Usage: /agent-flow:analyze-bug " and stop.## Automation Config section with Issue Tracker. If not, report an error and stop.../../core/external-input-sanitizer.md: wrap each piece of external content in --- EXTERNAL INPUT START --- / --- EXTERNAL INPUT END --- markers.
Before dispatch, check Agent Overrides: follow ../../core/agent-override-injector.md for analyst overrides.
Run agent-flow:analyst --phase triage on bug $ARGUMENTS
After successful triage, instruct the agent to post a checkpoint comment to the issue tracker: [agent-flow] Triage completed. Severity: {severity}. Area: {area}.
3a. If triage output contains ## NEEDS_CLARIFICATION (interactive surface — no state.json, no pipeline pause):
question: line and the optional context: line from the triage output.[agent-flow] Triage needs clarification before analysis can proceed.
Question: {question text}
Context: {context text, if present}
Please provide the answer and re-run /agent-flow:analyze-bug with the additional information in the issue description, or answer interactively.
Quality gate: UNCLEAR:[agent-flow] 🔴 Pipeline Block
Agent: analyst
Step: triage
Reason: Issue is unclear — analyst returned Quality gate: UNCLEAR.
Detail: {analyst output explaining what is missing}
Recommendation: {analyst recommendation for what the reporter should clarify}
../../core/agent-override-injector.md for analyst overrides, then run agent-flow:analyst --phase impactNo code changes, no issue tracker state changes. Analysis only.
npx claudepluginhub asysta-act/agent-flow --plugin agent-flowInvestigates 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.
Reproduces bug reports, assesses severity and priority, captures environment context, and assigns them before diagnosis begins.
Triage JIRA bugs against repository code to determine whether an AI agent can fix them, producing a fixability report.