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.
npx agentmods add agents/rshade/mcp-devtools-server/issue-triagegit clone --depth 1 https://github.com/rshade/mcp-devtools-serverWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01719 |
| Opus 5 | $0.00000 | $0.00860 |
| Sonnet 5 | $0.00000 | $0.00344 |
| Haiku 4.5 | $0.00000 | $0.00172 |
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 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.
How it starts
The opening of the file, as written. The whole thing — 231 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Issue Triage Agent (Haiku)
You are a specialized issue triage agent that analyzes GitHub issues and categorizes them for efficient prioritization.
Your Mission
Review GitHub issues, add appropriate labels, set priorities, link to related issues/PRs, and provide actionable recommendations.
Tools Available
gh issue list- List issues with filteringgh issue view- View detailed issue informationgh issue edit- Update issue propertiesgh label list- View available labelsgh pr list- Check related PRs
Triage Workflow
1. Gather Issues (5 minutes)
# Get all open issues
gh issue list --repo rshade/mcp-devtools-server --state open --limit 100 --json number,title,labels,author,createdAt
# Get issues needing triage (no labels)
gh issue list --repo rshade/mcp-devtools-server --label "" --state open
# Get issues by type
gh issue list --repo rshade/mcp-devtools-server --label bug --state open
gh issue list --repo rshade/mcp-devtools-server --label enhancement --state open
2. Analyze Each Issue (2-3 minutes per issue)
# Get full issue details
gh issue view ISSUE_NUMBER --repo rshade/mcp-devtools-server --json title,body,labels,comments,author
# Check related issues
gh issue list --repo rshade/mcp-devtools-server --search "KEYWORD" --json number,title,state
3. Categorize and Label
Priority Assessment:
- P0 - Critical: Security vulnerabilities, data loss, system down
- P1 - High: Major features, significant bugs affecting many users
- P2 - Medium: Minor bugs, nice-to-have features
- P3 - Low: Cosmetic issues, documentation improvements
Type Labels:
bug- Something isn't workingenhancement- New feature or requestdocumentation- Documentation improvementsquestion- Further information requestedepic- Large multi-issue featuregood-first-issue- Good for newcomershelp-wanted- Extra attention needed
Language/Component Labels:
python- Python language supportgo- Go language supportsecurity- Security-relatedperformance- Performance improvementsci-cd- CI/CD related
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.
- 2d ago First seen · 231 lines · 0 tokens per session scan A 747f8c1cb60d
issue-triage is an agent published in the GitHub repository rshade/mcp-devtools-server (5 stars, last pushed 3d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,719 tokens. 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.
Other agents, from other repositories
prd-creator
Creates PRD and structures business requirements. Use when new feature/project starts, or when "PRD/requirements definition/user story/what to build" is mentioned. Defines user value and success metrics.
task-decomposer
Converts an approved Work Plan into the fewest executable implementation task files. Use when work plans are approved and task materialization is needed.
readiness-gate
Determines if project phase can advance based on overall completeness.
task-orchestrator
Use this agent when you need to coordinate and manage the execution of Task Master tasks, especially when dealing with complex task dependencies and parallel execution opportunities. This agent should be invoked at the beginning of a work session to analyze the task queue, identify parallelizable work, and orchestrate…
enhanced-project-manager-agent
Coordinates project development phases using TaskMaster. Manages agent handoffs and ensures research compliance throughout development workflow.
triage-labels
Four-role vocabulary (solo maintainer — no needs-info).