planning-review-fixes

Convert code review findings into prioritized FormalTask issues with antirez-style limits.

13|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/davidabeyer/formaltask --skill planning-review-fixes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-review-fixes
Source: https://github.com/davidabeyer/formaltask/tree/main/skills/planning-review-fixes
Command: npx skills add https://github.com/davidabeyer/formaltask --skill planning-review-fixes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing code review feedback by converting findings into actionable tasks, ensuring that critical issues are prioritized and resolved efficiently.

Core Features & Use Cases

  • Prioritization: Automatically prioritizes findings based on severity (P0-P3) and applies an "antirez-style" lens to focus on deletion and value over effort.
  • Task Generation: Creates concise, actionable tasks with clear descriptions, file references, and acceptance criteria, adhering to hard limits on task count and complexity.
  • Use Case: After a code review identifies 15 findings, this Skill helps you distill them into a maximum of 5 high-impact tasks, focusing on deleting unnecessary code or fixing critical bugs, rather than just patching minor issues.

Quick Start

Use the planning-review-fixes skill to convert the findings from the review file 'epic-reviews/my-epic-review-round-1.md' into actionable tasks.

Frequently Asked Questions about planning-review-fixes

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

FAQPage Schema
How do I turn code review findings into actionable tasks?

Code review findings are converted into actionable FormalTask issues using a 3-phase process that distills feedback into concise tasks. This approach applies antirez-style prioritization, focusing on code deletion and high value over effort, while enforcing strict limits on task count and complexity to maintain focus.

What is antirez-style prioritization for developer workflow task management?

Antirez-style prioritization is a developer workflow method that emphasizes code deletion and value delivery over raw effort. This Skill applies this lens to code review findings, categorizing issues by severity from P0 to P3 to ensure critical bugs and unnecessary code are addressed first.

How do I prioritize bug fixing and refactoring tasks from a large code review?

To prioritize bug fixing and refactoring tasks from a large code review, this Skill distills findings into a maximum of 5 high-impact tasks. It enforces hard limits on task creation and complexity, ensuring focus remains on deleting unnecessary code or fixing critical bugs rather than patching minor issues.

Does this task generation approach work with existing markdown review files?

Yes, this task generation approach works with existing markdown review files by processing the documented findings directly. It reads the review file, identifies critical issues, and outputs actionable FormalTask issues complete with file references and acceptance criteria for immediate developer workflow integration.

Are there limits on how many tasks are generated from code review feedback?

Yes, there are hard limits on task creation to enforce focus and efficiency when processing code review feedback. The Skill distills a large set of findings, such as 15 individual issues, into a maximum of 5 concise, high-impact tasks with strict acceptance criteria.