backlog-dedupe

backlog-dedupe is a skill for Claude Code, Codex from iBrain-BVBA/gutt-claude-code-plugin. It costs 140 tokens per session (2,917 once invoked), scanned A, original, MIT.

A Jira backlog review skill that finds tickets describing the same or overlapping work and identifies tickets that may no longer be active. Jira is a tool for tracking software work.

In plain words
What is it for?
Use it to scan a defined Jira query, group duplicate tickets, draft one combined item, and list stale candidates for human decisions.
Why use it?
It reduces planning noise without changing Jira automatically. Every proposed duplicate, consolidation, or stale ticket includes evidence for a person to review.

Skill for Claude CodeCodex

Part of the gutt-product plugin — 3 skills shipped together

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/ibrain-bvba/gutt-claude-code-plugin/backlog-dedupe
Any agent
npx skills add iBrain-BVBA/gutt-claude-code-plugin --skill backlog-dedupe
Clone the repo
git clone --depth 1 https://github.com/iBrain-BVBA/gutt-claude-code-plugin

Made for: Claude Code, Codex.

Or install gutt-product, the plugin that ships this one along with the rest of its 3 skills.

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 backlog-dedupe

README.md
[![agentmods](https://agentmods.dev/badge/skills/ibrain-bvba/gutt-claude-code-plugin/backlog-dedupe.svg)](https://agentmods.dev/skills/ibrain-bvba/gutt-claude-code-plugin/backlog-dedupe)
Your own site
<a href="https://agentmods.dev/skills/ibrain-bvba/gutt-claude-code-plugin/backlog-dedupe"><img src="https://agentmods.dev/badge/skills/ibrain-bvba/gutt-claude-code-plugin/backlog-dedupe.svg" alt="Measured on agentmods" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,917 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.00140 $0.02917
Opus 5 $0.00070 $0.01458
Sonnet 5 $0.00028 $0.00583
Haiku 4.5 $0.00014 $0.00292

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

Security

Grade A, and why

backlog-dedupe 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 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.

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.

gutt-product/skills/backlog-dedupe/SKILL.md · 232 lines

How it starts

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

Backlog Dedupe & Aggregation

Backlogs accumulate the same ask in different words: filed twice a year apart, filed small three times instead of once as one piece of work, or left open long after a decision quietly retired it. Every planning pass then pays for the noise. This skill scans a bounded slice, clusters what is really one piece of work, proposes what the clusters consolidate into, and lists what looks dead — every claim carrying its evidence, every action waiting for the human. The agent proposes; the human disposes.

Underneath, memory-search owns the search ladder and the relevance gate, graph-traversal owns relationship walking, and memory-capture owns any durable write; all three ship with the gutt-pro plugin (this plugin depends on it) — without them, follow the rules below and note the gap in one line. Jira access comes from whatever Atlassian tooling the session surfaces; find it in your tool list — names and prefixes vary per install.

Hard rules (non-negotiable — read first)

  1. Propose-only — nothing in Jira changes without per-action approval. No close, cancel, merge, link, label, issue creation, or field edit lands unless the user approved that specific action, or an explicitly named batch of them, in this session. Approval is the gate, not an undo; silence is not approval. A batch counts as named only where the text the user reads before answering carries every key and what happens to each — a label standing for them is not that text. One ask decides one thing: nothing unrelated rides along in the same question, and housekeeping never shares a question with a Jira action. The one other permitted write is a comment, drafted and posted only after the user approves the exact text. Write markdown and set the tool's content-format parameter to markdown when it exposes one.
  2. Fetch the slice once and whole, then work the copy. Pull the slice into an enumerated working set — key, summary, status, age, last activity — and cluster against that. One pass means the entire slice, not the first page: search results are paginated, so follow the pages until the set is complete, or narrow the query until it fits one, and say which you did next to the count. A total recounted over a truncated page is precise and wrong, and nothing downstream can detect it. Per-ticket live calls across a slice multiply cost and stall long before the slice ends; fetch an item's full detail only for the few whose verdict turns on it.
  3. Counts are recounted, never estimated — and "every" and "none" are counts. Cluster sizes, stale totals, and any claim of how many tickets something covers are computed by enumerating the working set. A number that cannot be recounted from the set does not enter the output. A claim about all of something — every edit in a history, no real activity on a ticket — is the same claim wearing a different word: enumerate it, give the tally, and name the exceptions. "Twenty of twenty-two entries are sprint moves" is a finding; "every entry is a sprint move" is that finding with the exceptions dropped, and the exceptions are often where the real activity is.
  4. Every cluster carries its evidence; every stale candidate carries its justification. A cluster names its ticket keys, the outcome they share (not the wording), and any memory record tying them together — each with id and date. A stale candidate states age, last activity, and what superseded it or decided against it. A bare list of old tickets is exactly the output this skill must never produce.
  5. Calibrate on a sample before scaling. Before clustering the full slice, run the bar over a handful of items and report those verdicts first — at least one you read as clearly current and one as clearly stale or duplicated, each with the evidence that put it there. Where the user or the record can confirm them, that is the check; where neither can, the sample still puts the bar in front of the user early enough to be argued with. A bar that misreads the sample does not get scaled to the slice.
  6. Org scope is checked at the output, and engagements do not mix. Pass explicit group_ids naming the org group on reads — take the name from session results or ask; never guess one — and treat scope as server-decided. Where the session has surfaced no group yet, ask before the first read rather than running one unscoped and repairing after — an omitted group_ids does not mean the org group, it means an unspecified set that includes personal scope, and the opening themed pass is where that goes unnoticed. Nothing from another client's engagement enters any query, cluster, or proposal — check per line, not per run. The run summary, once decisions are made, goes through memory-capture's gate into the engagement's own group, chosen deliberately on the same never-guess terms and targeted by whatever means memory-capture says targets it.
  7. Bare tool names, probed with ToolSearch before concluding one is missing; the mcp__…__ prefix varies per install.
  8. Issue types, workflow transitions, and link names come from the organization, not from this skill. Read what the project actually exposes before proposing against it: its issue types, the transitions its workflow defines, the link types the instance carries. A consolidation is proposed at whatever type that project uses for work of its size, and an action is named the way the workflow names it. Never hardcode one; where a proposal needs a shape the project does not have, say so rather than inventing it.

Read the full file on GitHub · 232 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 · 232 lines · 140 tokens per session scan A eb6196e092ea

Subscribe to this mod's changes

backlog-dedupe is a skill published in the GitHub repository iBrain-BVBA/gutt-claude-code-plugin (5 stars, last pushed 2d ago), licensed MIT. It adds 140 tokens to every session and 2,917 once invoked, about $0.0007 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens