ln-402-task-reviewer

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

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-402-task-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-402-task-reviewer
Source: https://github.com/dorrio/sorteo-app-generator/tree/main/.agent/skills/ln-402-task-reviewer
Command: npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-402-task-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the crucial step of reviewing completed tasks, ensuring code quality, adherence to standards, and fulfillment of acceptance criteria before tasks are marked as done.

Core Features & Use Cases

  • Automated Code Review: Validates code against Acceptance Criteria (AC), checks for clean code practices, and verifies test coverage.
  • Quality Assurance: Enforces linters, type checkers, and identifies potential regressions or side-effects.
  • Workflow Management: Commits reviewed code and updates task status to "Done" or "To Rework" based on the review outcome.
  • Use Case: After a developer completes a feature, this Skill can automatically review their code, commit it if it meets standards, and move the task to "Done", streamlining the development process.

Quick Start

Review the current code changes for task 'TASK-123' and mark it as done if it meets all criteria.

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 and task status updates for completed Git tasks?

Automated code review validates task implementation against acceptance criteria, checks test coverage, enforces linters and type checkers, commits changes, and updates task status to Done or To Rework.

What does automated task review check for in my code before marking it Done?

Automated task review checks code against acceptance criteria, verifies clean code practices, enforces linter and type checker validation, confirms test coverage, and identifies potential regressions or side-effects before committing.

How to enforce linter and type checker validation during a code review?

Enforce linter and type checker validation by running automated code review processes that evaluate code standards, identify out-of-scope issues, and create bug tasks for any failures before setting the task status.

Can I use automated code review to create bug tasks for out-of-scope issues?

Yes, automated code review identifies out-of-scope issues and regressions during the validation process, creating bug tasks for them and setting the original task status to To Rework if standards are not met.

Does automated quality assurance work with Git to commit reviewed code changes?

Yes, quality assurance automation integrates with Git workflows to commit reviewed code changes automatically, provided the implementation meets all acceptance criteria, passes linters, and fulfills test coverage requirements.

What are the limitations of automating task completion for developer tools?

Automated task completion sets tasks to Done or To Rework strictly based on linter, type checker, and acceptance criteria validation, meaning any failed check or identified regression will block the commit and require manual rework.