priority-task-reader

Read and sort todos.json tasks by P0-P9 priority.

4.0k|479|Updated Apr 16, 2020
One-click install
npx skills add https://github.com/huangrt01/CS-Notes --skill priority-task-reader
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: priority-task-reader
Source: https://github.com/huangrt01/CS-Notes/tree/main/.trae/openclaw-skills/priority-task-reader
Command: npx skills add https://github.com/huangrt01/CS-Notes --skill priority-task-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually triaging and prioritizing tasks across teams is error-prone and time-consuming; this skill automates gathering tasks from a central todos.json and sorts them by priority levels P0-P9 for quick review.

Core Features & Use Cases

  • Reads in-progress and pending tasks from todos.json and filters to those needing attention.
  • Sorts by priority P0-P9, with in-progress items prioritized and older tasks considered via creation time.
  • Groups tasks by priority and can reveal the next best task for AI-assisted execution.

Quick Start

Run the tool to load todos.json and display prioritized tasks.

Frequently Asked Questions about priority-task-reader

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

FAQPage Schema
How do I sort tasks by priority from a todos.json file?▼

To sort tasks by priority from a todos.json file, this skill reads in-progress and pending tasks and orders them by P0-P9 priority levels. It automatically groups tasks by explicit priority values for quick review and triage.

What is the best way to triage pending tasks for an AI agent?▼

The best way to triage pending tasks for an AI agent is to apply automated priority sorting. This skill filters in-progress and pending tasks by P0-P9 priority, ordering them by creation time to reveal the next best task for execution.

How does task prioritization work with P0-P9 priority levels?▼

Task prioritization with P0-P9 levels works by reading todos.json and sorting tasks by explicit priority values. In-progress items are prioritized first, and older pending tasks are ordered by creation time to determine the next work item.

Can I filter in-progress tasks from a todos.json file?▼

Yes, you can filter in-progress tasks from a todos.json file. This skill supports filtering by in-progress or pending status, ensuring teams only triage tasks that currently need attention while applying P0-P9 prioritization.

How do I find the next best task for AI-assisted execution?▼

To find the next best task for AI-assisted execution, load todos.json and apply priority sorting. The skill evaluates in-progress and pending tasks by P0-P9 priority and creation time, optionally outputting the single next task to execute.

Does this task-triage tool require any external dependencies?▼

No, this task-triage tool requires no external dependencies. It operates independently to read todos.json files and sort tasks by P0-P9 priority, making it easy to integrate into existing AI-assistant workflows.