review-task

Validate completed development tasks against acceptance criteria with scored reports.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/CorbinatorX/devops-ai-toolkit-claude-plugin --skill review-task-corbinatorx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-task
Source: https://github.com/CorbinatorX/devops-ai-toolkit-claude-plugin/tree/main/skills/review-task
Command: npx skills add https://github.com/CorbinatorX/devops-ai-toolkit-claude-plugin --skill review-task-corbinatorx

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the objective quality assurance of completed work, ensuring it meets defined acceptance criteria through deterministic, automated checks.

Core Features & Use Cases

  • Automated Validation: Runs build, test, linting, and security checks.
  • Scored Feedback: Provides a 0-100 score across 6 categories (Completeness, Code Quality, Architecture, Security, Testing, Documentation).
  • Letter Grades: Assigns grades from S (Superior) to F (Failing).
  • Actionable Insights: Identifies specific issues and suggests improvements.
  • Use Case: After a developer completes a feature, this Skill can automatically verify that all tests pass, code quality standards are met, and acceptance criteria are satisfied, providing a clear report before human review.

Quick Start

Use the review-task skill to validate the implementation of payment-service/phase1#3.1.

Frequently Asked Questions about review-task

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

FAQPage Schema
How do I automate code review and task validation for completed development features?

Automate code review by validating completed tasks against acceptance criteria using deterministic checks. The system executes build, test, type-checking, linting, and security scans to generate a scored 0-100 review report with letter grades.

What is a 6-category scoring system for quality assurance in software development?

A 6-category scoring system for quality assurance evaluates completed tasks across Completeness, Code Quality, Architecture, Security, Testing, and Documentation. It generates a 0-100 score and assigns letter grades from S to F to provide objective feedback.

Can I use automated quality checks to validate acceptance criteria before human review?

Yes, you can use automated quality checks to validate acceptance criteria before human review. The process runs build, test, linting, and security scans to verify standards are met and provides actionable insights on specific issues.

How do I generate a scored feedback report for build, test, and security scans?

Generate scored feedback reports by running automated validation checks across your development workflow. The system applies build, test, type-checking, linting, and security scans to produce a 0-100 score and identify specific areas for improvement.

Does automated task validation work without external dependencies for quality assurance?

Automated task validation works without external dependencies to perform quality assurance. It independently applies build, test, type-checking, linting, and security scans to generate objective scored reports for completed development tasks.

When should I not use automated quality validation for code review?

You should not use automated quality validation when subjective design judgment or complex architectural discussions are required. This system provides deterministic checks for objective standards, meaning it complements but does not replace human code review.