ln-402-task-reviewer

Review task implementations for quality, code standards, and test coverage.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-402-task-reviewer-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-402-task-reviewer
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/ln-402-task-reviewer
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-402-task-reviewer-mcauduro0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the critical process of reviewing implemented tasks, ensuring adherence to quality standards, correctness, and completeness before a task is marked as done.

Core Features & Use Cases

  • Automated Code Review: Analyzes code for architectural alignment, clean code principles, configuration hygiene, error handling, logging, comments, naming conventions, and documentation updates.
  • Acceptance Criteria Validation: Verifies that the implementation meets all specified acceptance criteria and task dependencies.
  • Side-Effect Bug Detection: Identifies and creates new tasks for any bugs found outside the current task's scope.
  • Decision Making: Determines if a task is 'Done' or requires 'To Rework' with clear guidance.
  • Use Case: After a developer completes a coding task, this Skill acts as an automated quality gate, providing immediate feedback on the implementation's readiness and identifying any potential issues or new bugs introduced.

Quick Start

Use the ln-402-task-reviewer skill to review the task with ID 'T123'.

Frequently Asked Questions about ln-402-task-reviewer

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

FAQPage Schema
How do I automate code review to verify task acceptance criteria and coding standards?

Automated code review validates task implementations against architectural, correctness, configuration, and testing criteria. It checks clean code principles, error handling, and naming conventions to verify acceptance criteria are met before marking a task as done.

What is side-effect bug detection during code review?

Side-effect bug detection identifies issues outside the current task's scope during code review. It automatically creates new bug tasks for these discovered issues, separating them from the main task validation to maintain scope integrity and track errors independently.

How do I set task status to Done or To Rework based on test coverage?

Review task implementations using risk-based limits for test tasks to determine status. The system evaluates test coverage and task dependencies, setting the final task status to Done if criteria are met or To Rework with clear guidance if issues are found.

Does automated task review work with both Linear and File modes for task management?

Yes, automated task review supports both Linear and File modes for task management. It operates as an L3 worker executing inline from the main flow, allowing flexible task tracking and status updates across different project management environments.

What are the limitations of automated quality gates for task completion?

Automated quality gates rely on predefined architectural, correctness, configuration, documentation, and testing criteria. They may not catch subjective design flaws or business logic errors outside these validation boundaries, requiring human oversight for complex logic verification outside the specified criteria.