triage

Route work items to appropriate projects and update their statuses.

14|Updated Jun 4, 2026
One-click install
npx skills add https://github.com/Cogni-DAO/node-template --skill triage-cogni-dao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/Cogni-DAO/node-template/tree/main/.openclaw/skills/triage
Command: npx skills add https://github.com/Cogni-DAO/node-template --skill triage-cogni-dao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of assigning work items to the correct project context, ensuring efficient workflow management and prioritization.

Core Features & Use Cases

  • Automated Routing: Assesses work items and links them to the most relevant project.
  • Status Updates: Promotes items to 'Todo' status when ready for action.
  • Use Case: When a new feature request comes in, this Skill identifies the appropriate product roadmap and assigns the request to that project, setting its status to 'Todo' so the team can begin working on it.

Quick Start

Route the work item referenced by '#ITEM' to the correct project.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I route work items to the correct project context?

To route work items, the Skill reads incoming task metadata, assesses available project roadmaps, and links the item to the most relevant project context to ensure efficient workflow prioritization.

What is the best way to manage task prioritization and update item statuses?

Managing task prioritization involves assessing routed work items and promoting their metadata to 'Todo' status when ready for action, ensuring data consistency across project documentation.

Can I use automated routing for new feature requests within existing project roadmaps?

Yes, automated routing identifies the appropriate product roadmap for a new feature request, assigns the request to that specific project, and sets its status to 'Todo' for immediate team action.

How does work item routing maintain data consistency across documentation?

Work item routing maintains data consistency by reading item metadata, assessing project roadmaps, and updating item statuses according to defined workflow rules across organizational documentation.

Do I need PDF dependencies to manage work item routing?

The Skill lists PDF parsing dependencies like pypdf, pdfplumber, and pdf2image, which are used for reading work items and extracting project roadmap data from PDF documentation formats.