ln-403-task-rework

Apply reviewer feedback to a single task and transition its status to 'To Review'.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-403-task-rework-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-403-task-rework
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-403-task-rework
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-403-task-rework-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of fixing tasks that have been marked for rework, applying reviewer feedback, and returning them to a 'To Review' state.

Core Features & Use Cases

  • Targeted Rework: Applies fixes only to the specified task, ensuring no unintended changes.
  • Feedback Integration: Directly addresses reviewer comments to improve task quality.
  • Status Management: Transitions tasks through the rework workflow (To Rework -> In Progress -> To Review).
  • Use Case: After a code review, a task is marked 'To Rework' with specific comments. This Skill applies those fixes, ensures quality checks pass, and moves the task back to 'To Review' for the next iteration.

Quick Start

Use the ln-403-task-rework skill to apply feedback to task ID 12345 and set its status to 'To Review'.

Frequently Asked Questions about ln-403-task-rework

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

FAQPage Schema
How do I automate task rework after a code review?

Task rework automation applies reviewer feedback to a specific task identified by its issue ID and transitions its status from 'To Rework' to 'To Review'. It ensures only the specified task is modified, adhering to KISS and YAGNI principles.

What is the workflow for applying reviewer feedback to a task marked 'To Rework'?

The workflow for applying reviewer feedback involves transitioning the task status from 'To Rework' to 'In Progress', implementing the requested changes, passing quality checks, and finally moving the task to 'To Review'.

Can I use issue IDs to update task status in a file-based task management system?

Yes, you can use issue IDs to target specific tasks for status updates in a file-based task management system. The automation identifies the task by its issue ID and applies file-based status transitions to move it to 'To Review'.

Does task rework automation include root cause analysis for recurring issues?

Yes, task rework automation includes root cause analysis for recurring issues identified during feedback implementation. This ensures that systemic problems are documented and addressed while applying fixes to the specified task.

What are the limitations of automating feedback implementation for task rework?

The limitation of automating feedback implementation is that it modifies only the single specified task identified by its issue ID, ensuring no unintended changes occur. It strictly adheres to KISS and YAGNI principles, focusing solely on the requested rework.