incident-to-backlog-router

incident-to-backlog-router is an agent for Claude Code from ivegamsft/basecoat. It costs 113 tokens per session (622 once invoked), scanned A, original, MIT.

A routing agent that turns incident details into prioritized GitHub issues with portfolio fields and links back to the original incident.

In plain words
What is it for?
It is for detecting duplicate issues, classifying remediation work, setting fields such as priority and risk, creating or previewing issues, and finding orphaned incidents.
Why use it?
It reduces manual backlog entry and helps ensure production problems are assigned to an appropriate sprint, maintenance queue, or backlog.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; mentions Codex.

Good fit It is for detecting duplicate issues, classifying remediation work, setting fields such as priority and risk, creating or previewing issues, and finding orphaned incidents.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ivegamsft/basecoat/basecoat-60-workflow-incident-to-backlog-router
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.

Clone the repo
git clone --depth 1 https://github.com/ivegamsft/basecoat

Made for: Claude Code.

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 incident-to-backlog-router

README.md
[![agentmods](https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-60-workflow-incident-to-backlog-router/github.svg)](https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-60-workflow-incident-to-backlog-router)
Your own site
<a href="https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-60-workflow-incident-to-backlog-router"><img src="https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-60-workflow-incident-to-backlog-router/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for incident-to-backlog-router

Your own site · 80×15
<a href="https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-60-workflow-incident-to-backlog-router"><img src="https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-60-workflow-incident-to-backlog-router.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 622 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00113 $0.00622
Opus 5 $0.00056 $0.00311
Sonnet 5 $0.00023 $0.00124
Haiku 4.5 $0.00011 $0.00062

Measured 8d ago against content hash 679014e93f0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

incident-to-backlog-router 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 8d 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.

agents/basecoat-60-workflow-incident-to-backlog-router.agent.md · 50 lines

What it actually says

Incident-to-Backlog Router Agent

Routes incident signals into prioritized backlog items with required portfolio fields pre-populated and closure linkage tracked.

Inputs

  • incident_id, severity (SEV1-SEV5), title, description (required)
  • affected_service, sre_impact, security_involved, repo, sprint, dry_run, create, check_orphans (optional)

Workflow

  1. Detect duplicate open issues (>80% keyword overlap); classify type (bug/enhancement/security/chore).
  2. Populate portfolio fields: Type, Priority, Risk, Guardrail State, SRE Impact, Wave.
  3. If create is true, create or update the remediation GitHub issue with pre-filled fields and SLA target; otherwise return a routing preview only.
  4. Route to correct queue: SEV1/2 to current sprint, SEV3 to next sprint/maintenance, SEV4 to maintenance queue, SEV5 to backlog.
  5. Post closure linkage comment on the originating incident only when issue creation is enabled.
  6. Detect orphaned incidents (--check-orphans): warn, then auto-create after 24-hour grace period when create is enabled.
  7. Log routing decision via decision-log-capture skill.

Output

Routing decision result: status (ROUTED/DUPLICATE/ORPHAN_DETECTED/DRY_RUN), remediation issue number and URL (when created), portfolio fields, SLA targets, closure linkage, and routing decision log reference.

References

Routing policy tables, SLA targets, portfolio field derivation, issue body template, queue commands, orphan detection query, output YAML schema: agents/references/incident-to-backlog-router-detail.md

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. 8d ago First seen · 50 lines · 113 tokens per session scan A 679014e93f0f

Subscribe to this mod's changes

incident-to-backlog-router is an agent published in the GitHub repository ivegamsft/basecoat (4 stars, last pushed yesterday), licensed MIT. It adds 113 tokens to every session and 622 once invoked, about $0.0006 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-09-03.

Related

Other agents, from other repositories

ijfw-debug-session-manager

Use when managing a multi-cycle debug session that needs checkpoint/continuation across context resets.

FerroxLabs/ijfw · 24 tokens

incident-responder

Production incident response agent'i. Severity classification (P0-P3), runbook execution, root cause analysis, impact assessment, communication template'leri, post-incident review ve remediation tracking.

vibeeval/vibecosystem · 42 tokens

Compliance Auditor

Perform non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks.

attilaszasz/sdd-pilot · 22 tokens

linear-ticket-investigator

Extract evidence from a single Linear ticket — read the ticket, locate affected code, and return an Evidence Record matching the /fix-bug Phase 2 schema. Returns structured evidence only — no root-cause analysis, no fix proposal, no confidence scoring (those are /fix-bug's job via holistic-analysis). Used by…

mthines/agent-skills · 88 tokens

evolve-scout-scan

MAP-step slice scanner for the scout map-reduce decomposition. Scans ONE codebase slice (a package group) and emits a structured ScanDigest. Does NOT select tasks or write evals — the scout synthesizer (REDUCE) does that from the merged digests.

mickeyyaya/evolve-loop · 62 tokens

jira-ops

Inspect JIRA-side cache + project context discovery via the jira-as CLI wrapper. Diagnostic surface: cache-status, cache-clear, discover-project. Routed by mk:jira-ops skill. NOT for issue CRUD; NOT for project admin (jira-admin).

ngocsangyem/MeowKit · 54 tokens