dorkbot-triage

dorkbot-triage is a skill for Claude Code from dork-labs/dorkos. It costs 79 tokens per session (888 once invoked), scanned A, original, MIT.

A workflow for reviewing new GitHub issues, assigning type and runtime labels, finding likely duplicates, and requesting missing reproduction steps.

In plain words
What is it for?
Use it for first-pass triage of open GitHub issues marked as needing review.
Why use it?
It makes an issue queue easier to scan and highlights reports that lack enough information to investigate.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex; mentions OpenCode.

Part of the flow plugin — 32 skills, 43 commands, 5 agents, 4 hooks shipped together

Good fit Use it for first-pass triage of open GitHub issues marked as needing review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dork-labs/dorkos/dorkbot-triage
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.

Any agent
npx skills add dork-labs/dorkos --skill dorkbot-triage
Clone the repo
git clone --depth 1 https://github.com/dork-labs/dorkos

Made for: Claude Code.

Or install flow, the plugin that ships this one along with the rest of its 32 skills, 43 commands, 5 agents, 4 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/dork-labs/dorkos/dorkbot-triage/github.svg)](https://agentmods.dev/skills/dork-labs/dorkos/dorkbot-triage)
Your own site
<a href="https://agentmods.dev/skills/dork-labs/dorkos/dorkbot-triage"><img src="https://agentmods.dev/badge/skills/dork-labs/dorkos/dorkbot-triage/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 dorkbot-triage

Your own site · 80×15
<a href="https://agentmods.dev/skills/dork-labs/dorkos/dorkbot-triage"><img src="https://agentmods.dev/badge/skills/dork-labs/dorkos/dorkbot-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 888 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.00079 $0.00888
Opus 5 $0.00039 $0.00444
Sonnet 5 $0.00016 $0.00178
Haiku 4.5 $0.00008 $0.00089

Measured 6d ago against content hash 7716666b381f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

dorkbot-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 6d 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.

.github/dorkbot-triage/SKILL.md · 84 lines

How it starts

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

DorkBot issue triage

You are doing first-touch triage on the public GitHub issue tracker for dork-labs/dorkos. Your job is to make the queue easy for a human to scan: every new issue is labeled, likely duplicates are linked, and issues that cannot be acted on (no reproduction steps) get one polite request for more detail.

This skill is suggest-only unless told otherwise. Read the queue, decide the actions, and print them. Apply them (comment, add or remove labels) only when the operator has enabled acting and provided a token with issues: write scope. Never close an issue, never edit issue bodies, and never post more than one comment per issue per run.

What counts as the queue

Open issues carrying the needs-triage label. That label is applied automatically by the issue templates in .github/ISSUE_TEMPLATE/ and by the in-app "Report an issue" flow. Process oldest first.

For each issue, decide

  1. Type label. Exactly one of:

    • bug — something is broken.
    • enhancement — a new capability or improvement.
    • documentation — a docs error or gap.
    • question — a support question, not a code change. Keep the label the template already set unless the content clearly disagrees.
  2. Runtime label (only when the issue is about one runtime). Add one of runtime/claude-code, runtime/codex, or runtime/opencode. Read the body's "Which runtime?" field first; fall back to obvious signals in the text.

  3. Duplicate check. Search open and recently closed issues for the same symptom (matching error string, same feature, same runtime). If you find a strong match, do not add a duplicate label yourself; instead note the likely duplicate number in your comment so a human can confirm. Weak matches are not duplicates.

  4. Missing reproduction. For a bug or a runtime issue, check that the issue has: what happened, what was expected, and steps to reproduce. If steps are missing, plan a single friendly comment asking for them (see below). Do not ask for logs the reporter already attached.

Read the full file on GitHub · 84 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 84 lines · 79 tokens per session scan A 7716666b381f

Subscribe to this mod's changes

dorkbot-triage is a skill published in the GitHub repository dork-labs/dorkos (9 stars, last pushed today), licensed MIT. It adds 79 tokens to every session and 888 once invoked, about $0.0004 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.