review-work

Verify task completion and run linting, testing, and building checks on a codebase.

56|12|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Neuron-Mr-White/UniPi --skill review-work-neuron-mr-white
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-work
Source: https://github.com/Neuron-Mr-White/UniPi/tree/main/packages/workflow/skills/review-work
Command: npx skills add https://github.com/Neuron-Mr-White/UniPi --skill review-work-neuron-mr-white

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, npm, and includes scripts (resource) components.

What problem does it solve?

The review-work skill simplifies the process of reviewing code, ensuring that quality standards are met and tasks are completed accurately.

Core Features & Use Cases

  • Task Completion Verification: Checks if all tasks in a plan are completed according to acceptance criteria.
  • Codebase Checks: Executes linting, testing, building, and Docker checks on the codebase.
  • Reviewer Remarks: Allows the addition of remarks directly into the plan document for future reference.
  • Workflow Handoff: Guides the next steps in the workflow based on the review results.

Quick Start

Execute the review-work command with the path to the plan you want to review.

Frequently Asked Questions about review-work

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

FAQPage Schema
How do I automate code review and verify task completion in software development?

Automate code review by executing a comprehensive process that checks task completion against acceptance criteria and runs linting, testing, and building checks on the codebase. This ensures quality control and compliance with project standards.

What checks are run on the codebase during an automated code review?

Codebase checks include running linting, testing, building, and Docker checks. The process verifies that all tasks in a plan are completed accurately and meets the defined quality standards.

Do I need git and npm to run automated codebase checks?

Yes, you need git for branching and checking out code, and npm for managing dependencies. These tools are required to execute the linting, testing, and building checks during the review process.

How do I add reviewer remarks to a development plan document?

You can add reviewer remarks directly into the plan document for future reference. The review process guides the next steps in the workflow based on the results of the codebase checks and task completion verification.

What is the best way to verify task completion against acceptance criteria?

The best way to verify task completion is to execute a comprehensive code review process that checks all tasks in a plan against acceptance criteria, runs codebase checks, and adds remarks for future reference.