triage-routing

Classify incoming requests by type and urgency, then route them to specialist agents.

2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/PaulKinlan/docker-agent-test --skill triage-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-routing
Source: https://github.com/PaulKinlan/docker-agent-test/tree/main/config/skills/ops/triage-routing
Command: npx skills add https://github.com/PaulKinlan/docker-agent-test --skill triage-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of classifying incoming requests and assigning them to the most appropriate specialist agent, ensuring efficient task distribution and faster resolution times.

Core Features & Use Cases

  • Automated Classification: Identifies request type (bug, feature, security, etc.) and urgency (urgent, normal, low) based on content and keywords.
  • Intelligent Routing: Maps request types to primary and secondary specialist personas and selects the best available agent.
  • Use Case: When a new bug report comes in, this Skill classifies it as 'bug' with 'normal' urgency, identifies the 'coder' persona as primary, and routes the task to an available coder agent with all relevant details.

Quick Start

Use the triage-routing skill to classify and route the following request: "The login button is broken and users cannot access their accounts."

Frequently Asked Questions about triage-routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate request classification and task assignment for incoming issues?

To automate request classification and task assignment, you can use keyword analysis to identify request type and urgency, then map them to specialist agent personas for automated routing and task creation. This ensures efficient task distribution and faster resolution times.

How does keyword analysis work for routing urgent bug reports to specialist agents?

Keyword analysis for routing urgent bug reports works by scanning request content to classify the type, such as bug or security, and urgency level. It then matches these attributes to predefined primary and secondary specialist personas to select the best available agent.

Can I route incoming requests to specific specialist personas based on request type?

Yes, you can route incoming requests to specific specialist personas. The system uses a predefined mapping to match request types, such as bugs or features, to primary and secondary specialist personas, ensuring the request reaches the appropriate available agent.

What is the best way to handle urgent issue routing and automated task creation?

The best way to handle urgent issue routing and automated task creation is to classify incoming requests by urgency and type, then route them to the appropriate specialist agent. This automated process supports task creation and notifications specifically for urgent issues.

Does agent management workflow automation support notifications for urgent issues?

Yes, workflow automation for agent management supports notifications for urgent issues. After classifying a request by type and urgency, the system routes the task to an available specialist agent and triggers automated notifications specifically for urgent problems.