issue-triage

issue-triage is a skill for Claude Code, Codex from baseballyama/eslint-plugin-postgresql. It costs 106 tokens per session (2,426 once invoked), scanned A, original, MIT.

A workflow for sorting GitHub issues, which are reports or requests about a software project, into categories such as bugs, feature requests, questions, documentation, or dependencies.

In plain words
What is it for?
Use it to read, classify, label, and route one GitHub issue at a time, including preparing a fix pull request for bugs or a specification for proposed features.
Why use it?
It prevents issues from being handled inconsistently or sent down the wrong path. Each type gets a matching response, such as reproducing a bug or answering a question with a code reference.

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/baseballyama/eslint-plugin-postgresql/issue-triage
Any agent
npx skills add baseballyama/eslint-plugin-postgresql --skill issue-triage
Clone the repo
git clone --depth 1 https://github.com/baseballyama/eslint-plugin-postgresql

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 issue-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/baseballyama/eslint-plugin-postgresql/issue-triage.svg)](https://agentmods.dev/skills/baseballyama/eslint-plugin-postgresql/issue-triage)
Your own site
<a href="https://agentmods.dev/skills/baseballyama/eslint-plugin-postgresql/issue-triage"><img src="https://agentmods.dev/badge/skills/baseballyama/eslint-plugin-postgresql/issue-triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,426 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.00106 $0.02426
Opus 5 $0.00053 $0.01213
Sonnet 5 $0.00021 $0.00485
Haiku 4.5 $0.00011 $0.00243

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

Security

Grade A, and why

issue-triage 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.

.claude/skills/issue-triage/SKILL.md · 242 lines

How it starts

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

Issue triage

Triage a GitHub issue end to end: read it, classify it, label it, and run the workflow that matches its kind.

The user's GitHub handle is the operator (referred to as op below). When the issue's author and op are different, "the author" means whoever opened the issue.

Operating principles

  • Stay on the issue you were given. One issue per invocation. Don't sweep related issues unless the user asks.
  • Confirm before public actions. Posting comments, applying labels, opening PRs, @-mentioning anyone: confirm the plan with the user before the first GitHub- visible action. After they approve, you can execute the rest of the plan without re-confirming each step.
  • Never close the issue yourself. Triage is routing; closing is the maintainer's call.
  • Don't @-mention people who aren't already in the thread. Specifically, the only person you may @-mention is the issue's author, and only when you actually need information from them.
  • Match the issue's language. If the issue is in Japanese, your comment is in Japanese. If English, English. Don't switch languages on the author.

Step 0 — Locate the issue

Resolve what you're working on:

gh issue view <num> --repo <owner>/<repo> \
  --json number,title,body,labels,author,state,comments

If the user pasted an issue body inline rather than a number, work from that and confirm the issue number with the user before posting anything.

Read existing labels and comments before doing anything. Someone may have already started triaging. Don't duplicate or contradict prior work without addressing it.

Step 1 — Classify

One of: bug, enhancement (feature request), documentation, question, dependencies, or other.

Signal Likely class
"throws", "wrong output", repro steps + expected vs actual bug
"would be nice if", "support for X", "add an option to ..." enhancement
"how do I ...", "is this supported?" question
typo / wrong sample / link rot in README or docs documentation
renovate / dependabot / lockfile bump dependencies
spam / off-topic / unrelated repo other (invalid)
CI flake or build error in the user's environment usually question, unless reproducible against a clean checkout — then bug

Read the full file on GitHub · 242 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 · 242 lines · 106 tokens per session scan A 1bc721fd91fa

Subscribe to this mod's changes

issue-triage is a skill published in the GitHub repository baseballyama/eslint-plugin-postgresql (11 stars, last pushed today), licensed MIT. It adds 106 tokens to every session and 2,426 once invoked, about $0.0005 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-30.

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

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

auto-perf-optimize

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

microsoft/vscode · 62 tokens

chat-perf

Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.

microsoft/vscode · 51 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