task-review

Automate task-review workflows with quality gates and structured code-review summaries.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/martiendejong/autonomous-dev-system --skill task-review-martiendejong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-review
Source: https://github.com/martiendejong/autonomous-dev-system/tree/main/.claude/skills/task-review
Command: npx skills add https://github.com/martiendejong/autonomous-dev-system --skill task-review-martiendejong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an end-to-end automated task-review workflow that enforces quality gates, validates pull request existence, and ensures code changes meet requirements before merging, reducing review time and risk.

Core Features & Use Cases

  • Verify PR exists (CRITICAL GATE) before review.
  • Analyze code changes against the problem statement and task description.
  • Manage worktree checkout, build, test, and post-merge verification.
  • Generate a comprehensive, structured code-review summary and automated feedback.

Quick Start

Review a PR by selecting a pull request, validating changes, executing the required checks, and publishing the automated review.

Frequently Asked Questions about task-review

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

FAQPage Schema
How do I automate pull request validation and enforce quality gates before merging?

Automated pull request validation enforces critical quality gates by verifying PR existence, analyzing code changes against requirements, and executing build and test checks before allowing a merge. This structured code-review workflow reduces manual review time and merge risks.

What is included in an automated code-review summary for a pull request?

An automated code-review summary includes verification of PR existence, analysis of code changes against the problem statement, execution of build and test results, and post-merge verification status. It provides structured feedback to ensure merge readiness across develop branches.

How do I verify merge readiness for a pull request across develop branches?

Merge readiness is verified by enforcing critical quality gates, validating pull request existence, executing required build and test checks, and handling conflicts. The automated workflow generates a comprehensive review summary confirming whether changes meet requirements before merging.

Can I use automated task reviews to manage worktree checkout and post-merge verification?

Automated task reviews manage worktree checkout, build execution, test runs, and post-merge verification as part of the end-to-end workflow. This ensures code changes are validated against the task description and problem statement before finalizing the review process.

Does automated PR validation work without external dependencies or installed components?

Automated PR validation operates with no external dependencies or installed components, running the end-to-end task-review workflow independently. It enforces quality gates, verifies pull request existence, and generates structured code-review summaries without requiring additional setup.

Why does automated code review fail when a pull request does not exist?

Automated code review fails because PR existence is a critical quality gate that must be verified before proceeding. Without a valid pull request, the workflow cannot analyze code changes, execute builds and tests, or generate a structured review summary for merge readiness.