review-tasks

Extract code-review issues from GitHub PRs and create TaskCreate entries.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/alistairhendersoninfo/ninja_toolbox --skill review-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-tasks
Source: https://github.com/alistairhendersoninfo/ninja_toolbox/tree/main/.claude/skills/review-tasks
Command: npx skills add https://github.com/alistairhendersoninfo/ninja_toolbox --skill review-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps development teams convert PR review feedback into structured, actionable to-do tasks, reducing manual triage and speeding up remediation.

Core Features & Use Cases

  • Parses PR review comments and categorizes issues by severity, file, and line number.
  • Generates tasks with an imperative subject, a detailed description, and an activeForm to drive workflow.
  • Supports both inline review comments and general PR notes, enabling end-to-end task creation from code reviews.
  • Integrates with task-management tools via allowed actions like TaskCreate, TaskUpdate, and TaskList to manage lifecycle.

Quick Start

Provide a PR number to generate a set of actionable tasks from all code review issues.

Frequently Asked Questions about review-tasks

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

FAQPage Schema
How do I turn GitHub PR review comments into actionable tasks?

To turn GitHub PR review comments into actionable tasks, this Skill parses inline feedback and general PR notes, categorizing each issue by severity, file, and line number. It then generates structured TaskCreate entries with imperative subjects and detailed descriptions.

What is the best way to automate code review issue tracking on GitHub?

Automating code review issue tracking is done by extracting issues from a GitHub PR and grouping them by severity, location, and description. The process generates corresponding tasks for each issue using TaskCreate entries to help development teams reduce manual triage and speed up remediation.

How do I generate tasks from inline code review feedback?

Generating tasks from inline code review feedback requires providing a PR number. The Skill extracts all code review issues, categorizes them by severity and file location, and creates corresponding tasks with an activeForm to drive your workflow.

Can I manage the lifecycle of tasks created from GitHub PR issues?

Yes, you can manage the lifecycle of tasks created from GitHub PR issues. The Skill integrates with task-management tools via allowed actions like TaskCreate, TaskUpdate, and TaskList to handle the end-to-end task creation and management process.

Does this support both inline review comments and general PR notes?

Yes, this supports both inline review comments and general PR notes. It enables end-to-end task creation from code reviews by parsing all feedback types and generating structured tasks with subject, description, and activeForm fields.

What information is grouped when extracting code review issues from a PR?

When extracting code review issues from a PR, each issue is grouped by severity, file location, and description. This structured grouping ensures the generated TaskCreate entries provide clear, actionable context for development teams.