pr-radar-todo

Append size-categorized PR tasks to docs/proposed/TODO.md.

1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/gestrich/AIDevTools --skill pr-radar-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-radar-todo
Source: https://github.com/gestrich/AIDevTools/tree/main/.agents/skills/pr-radar-todo
Command: npx skills add https://github.com/gestrich/AIDevTools --skill pr-radar-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The PR radar todo workflow helps teams organize and prioritize pull request related tasks by categorizing items into Small, Medium, and Large sizes, ensuring visibility and planning alignment.

Core Features & Use Cases

  • Create new PR-related tasks with a size tag and title.
  • Append tasks to docs/proposed/TODO.md under the correct size section, preserving existing items.
  • Automatically create the file with three sections if missing and maintain order.

Quick Start

Ask the user for the PR item title and size, then append a properly formatted item under the chosen size section in docs/proposed/TODO.md.

Frequently Asked Questions about pr-radar-todo

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

FAQPage Schema
How do I organize pull request tasks by size in a markdown TODO list?

Organizing pull request tasks by size involves categorizing items into Small, Medium, and Large sections within a markdown TODO file. This approach ensures visibility and planning alignment by appending new tasks under their correct size category while preserving existing entries.

How do I append a new PR task to an existing markdown TODO file without losing data?

To append a PR task without losing data, the system reads the existing markdown TODO file and adds the new item under the chosen size section. It preserves all current entries and automatically creates the file with the required sections if it is missing.

What is the best way to maintain a size-based TODO list for project management?

Maintaining a size-based TODO list requires categorizing project management tasks into Small, Medium, and Large sections within a dedicated markdown file. This method preserves existing items and automatically structures the file if it does not already exist.

Can I automatically create a markdown TODO file with predefined size sections?

Yes, you can automatically create a markdown TODO file with predefined Small, Medium, and Large size sections. The system initializes the file with these three categories whenever the target document is missing.

Does this PR task organization method work without external dependencies?

Yes, this PR task organization method works without external dependencies. It relies solely on standard markdown formatting to read, create, and append items to the TODO file.

Why should I categorize pull request tasks into Small, Medium, and Large items?

Categorizing pull request tasks into Small, Medium, and Large items helps teams prioritize work and ensure planning alignment. Structuring the markdown TODO list by task size provides clear visibility into the effort required for upcoming PR-related work.