triage-bug

triage-bug is a skill for Claude Code, Codex from RHEcosystemAppEng/sdlc-plugins. It costs 50 tokens per session (6,599 once invoked), scanned A, original, Apache-2.0.

A Jira bug-triage workflow for investigating a reported software defect and creating one linked task for fixing it. Jira is a system for tracking development work.

In plain words
What is it for?
Use it for configured Jira Bug issues to inspect the code, identify the root cause, define a reproducer test, and prepare work for implementation.
Why use it?
It turns an unclear bug report into a documented cause and a fix task with a test that reproduces the problem first.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rhecosystemappeng/sdlc-plugins/triage-bug
Any agent
npx skills add RHEcosystemAppEng/sdlc-plugins --skill triage-bug
Clone the repo
git clone --depth 1 https://github.com/RHEcosystemAppEng/sdlc-plugins

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for triage-bug

README.md
[![agentmods](https://agentmods.dev/badge/skills/rhecosystemappeng/sdlc-plugins/triage-bug.svg)](https://agentmods.dev/skills/rhecosystemappeng/sdlc-plugins/triage-bug)
Your own site
<a href="https://agentmods.dev/skills/rhecosystemappeng/sdlc-plugins/triage-bug"><img src="https://agentmods.dev/badge/skills/rhecosystemappeng/sdlc-plugins/triage-bug.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,599 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00050 $0.06599
Opus 5 $0.00025 $0.03299
Sonnet 5 $0.00010 $0.01320
Haiku 4.5 $0.00005 $0.00660

Measured 4d ago against content hash e3c5f28d1c7b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

triage-bug scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

API calls via curl, test commands), attempt to reproduce the bug:
plugins/sdlc-workflow/skills/triage-bug/SKILL.md · 706 lines

How it starts

The opening of the file, as written. The whole thing — 706 lines — stays where its author put it; the contents beside it link to each section on GitHub.

triage-bug skill

You are an AI triage assistant for bugs. You take a Jira Bug issue, investigate the root cause through codebase analysis, and produce a single linked Task that /implement-task can consume. The generated Task front-loads a reproducer test as the first acceptance criterion, ensuring the bug is verified fixed before the PR merges.

When to Use

  • Jira Bug issues — bugs filed against a project with Bug Configuration in CLAUDE.md that need investigation and a structured fix task.
  • Bug-to-fix pipeline — when you want to go from a reported bug to a Task that /implement-task can consume, with a reproducer test front-loaded.

Do not use for:

  • Features, Tasks, or other non-Bug issue types (use /plan-feature instead)
  • Security Vulnerabilities (use /triage-security instead)
  • Bugs in projects without Bug Configuration in CLAUDE.md
  • Bugs that already have a linked fix Task

Quick Reference

Step Name Input Output
0 Validate Configuration CLAUDE.md Project key, Cloud ID, Bug Config
0.5 Jira Access -- MCP or REST API connection
1 Fetch Bug Bug issue key Parsed description sections, metadata
2 Reproduce/Trace Steps to Reproduce Reproduction outcome or trace findings
3 Codebase Investigation Repository Registry Affected files, symbols, patterns
4 Root Cause Analysis Investigation findings Root cause comment on Bug
4.5 Affects Version Resolution Version section + Jira versions Affects Version set or gap flagged
5 Generate Task Root cause + template Linked Task with reproducer test
5b Link Task to Bug Task key, Bug key Issue link (Task blocks Bug)
5c Post Digest Task description Integrity digest comment
6 Decomposition Guard Investigation scope User prompt if multi-root-cause
7 Report Result Task key Summary + next step suggestion

Guardrails

  • This skill is read-only + Jira. Do NOT modify, create, or delete any source code files in any repository.
  • Do NOT use Edit, Write, or Bash tools to change files. Only use read-only tools (Read, Glob, Grep, Serena search) for codebase investigation.
  • All output goes to Jira (tasks, comments, links) — never to the filesystem.
  • Complete all steps in a single session. Do not stop after the investigation — continue through Task creation and linking.
  • If any step fails (e.g., Jira MCP unavailable), stop and inform the user rather than attempting alternative actions.

Read the full file on GitHub · 706 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 706 lines · 50 tokens per session scan A e3c5f28d1c7b

Subscribe to this mod's changes

triage-bug is a skill published in the GitHub repository RHEcosystemAppEng/sdlc-plugins (11 stars, last pushed 10d ago), licensed Apache-2.0. It adds 50 tokens to every session and 6,599 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

wayfinder

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

mattpocock/skills · 46 tokens

sap-transport-overview

System-wide inventory of open transport requests — every visible modifiable request, who owns it, how big it is, and supported risk signals such as empty/local requests, explicit locks, and confirmed manifest overlaps. Headers-only and cheap; NO source diffs. Use when asked "what transports are open in the system"…

arc-mcp/arc-1 · 106 tokens

timeline-creator

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

mhattingpete/claude-skills-marketplace · 47 tokens

pm-all

Skill "pm-all" from wei63w/pm-manager, covering user input, outline and shared workflow (all /pm- commands).

wei63w/pm-manager · 8 tokens

bootstrap-prd

Set up PRD-driven development infrastructure for a new project, including directory structure, templates, and roadmap.

joshukraine/dotfiles · 25 tokens

finn-spec

Interview the user about a raw idea until confident, then file a build-ready issue in Linear. Use when asked to run Finn-loop's spec interview, draft a queue-ready issue, or plan a feature. Interactive — requires the user present; never run unattended.

finna/Finn-loop · 56 tokens