triage-task

A task-triage skill that reads work items from Jira or Azure DevOps and records their details in `.workflow/triage.json`. Jira and Azure DevOps are tools for tracking engineering work.

In plain words
What is it for?
Use it to understand or pick up a ticket, inspect linked blockers, or create a local task when no tracker is configured.
Why use it?
It gathers the ticket description, comments, and relevant blocking links in one local record before work starts.

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/matheuspavaneli/workbench/triage-task
Any agent
npx skills add matheusPavaneli/workbench --skill triage-task
Clone the repo
git clone --depth 1 https://github.com/matheusPavaneli/workbench

Made for: Claude Code, Codex.

Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 667 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00051 $0.00667
Opus 5 $0.00026 $0.00333
Sonnet 5 $0.00010 $0.00133
Haiku 4.5 $0.00005 $0.00067

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

Security

Grade A, and why

triage-task scanned grade A with 0 findings 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 2d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/triage-task/SKILL.md · 58 lines

How it starts

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

triage-task

All tracker access goes through one command. Never construct JQL, WIQL, URLs or field lists — the provider builds them from the resolved context.

python "${CLAUDE_PLUGIN_ROOT}/lib/wb.py" <args>

Steps

  1. Resuming? status first. It lists every ticket with work in flight and the one command that moves each on, read off the artifacts on disk. If the ticket already has a triage.json, do not re-fetch it.

  2. No key giventask list. Four columns, newest first. Show them and ask which one, unless the request already names one.

    No tracker in this repo? task new "title" --type bug|feature|chore|support records it in the local backlog and everything downstream works unchanged. Only local contexts accept it; wb says so if the repo has a real tracker.

  3. Read ittask get <KEY>. Writes .workflow/<KEY>/triage.json and prints it. Depth defaults to 1: the task, plus one line per linked item.

    • Use --depth 0 when the ticket is self-contained and links do not matter.
    • Use --depth 2 only when a blocker or a parent decides the approach. It fetches bodies for blocking and hierarchy links, never for relates.
  4. Go deeper only where it pays — the _expand list names what exists but was not included. Pass a handle back verbatim: task get <KEY> --expand comments:all. Do not compose handles; anything not in _expand is rejected.

  5. Check _unmapped and _truncated if present. _unmapped means the tracker had a link type or field this version does not model — say so rather than guessing what it meant. _truncated means content was capped, and names the handle that would retrieve it.

  6. Report gaps before planning. If the ticket lacks acceptance criteria, a reproduction, or a decision someone else owns, list those questions plainly. A blocked-by link that is not Done is a gap, not a detail. Write them to .workflow/<KEY>/questions.md and say the ticket is not ready to plan.

Read the full file on GitHub · 58 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. 2d ago First seen · 58 lines · 51 tokens per session scan A 2677ab766405

Subscribe to this mod's changes

triage-task is a skill published in the GitHub repository matheusPavaneli/workbench (1 stars, last pushed 10d ago), licensed MIT. It adds 51 tokens to every session and 667 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

integration-rule-engine

A declarative routing engine that turns ticket / error attributes (reporter, label, project, area path, error class, environment) into a tag + AI agent + priority assignment, so cross-source workflows ("security tickets always go to the OWASP reviewer") stay out of code and in user-editable rules.

aozyildirim/Agena · 67 tokens

stale-ticket-triage

Replace the weekly "look at every ticket older than X days" meeting with a scheduled AI scan that picks close / snooze / keep per ticket plus a one-sentence reason, so a PM can bulk-approve in 90 seconds Monday morning.

aozyildirim/Agena · 57 tokens

azure-devops

Manage Azure DevOps projects, work items, repos, PRs, pipelines, wikis, test plans, security alerts, variable groups, environments/approvals, branch policies, and attachments. Use when user asks to: manage sprints, create/update work items, list repos, create PRs, run pipelines, search code, manage wiki pages, check…

sanjay3290/ai-skills · 105 tokens

atlassian

Manage Jira issues and Confluence wiki pages in Atlassian Cloud. Use when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages with CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page hierarchies. Supports OAuth 2.1 via…

sanjay3290/ai-skills · 96 tokens

pir-action-tracker

Parses Post-Incident Review (PIR) pages in a Confluence space, fetches live status from referenced Jira tickets, updates action item tables with current status and due dates, marks completed PIRs with a visual closure panel, and surfaces any overdue actions for follow-up. Designed for Customer Success, Support, and…

Perseus-Computing-LLC/perseus · 78 tokens

jira-administration

Complete JIRA project and system administration including projects, automation rules, permissions, users, notifications, screens, issue types, and workflows. Use when managing project structure, automating work, configuring team access, or setting up issue tracking.

grandcamel/JIRA-Assistant-Skills · 51 tokens