autonomous-review

Review pull requests by verifying acceptance criteria, resolving conflicts, and running end-to-end tests.

33|12|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/zxkane/autonomous-dev-team --skill autonomous-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomous-review
Source: https://github.com/zxkane/autonomous-dev-team/tree/main/skills/autonomous-review
Command: npx skills add https://github.com/zxkane/autonomous-dev-team --skill autonomous-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code review for pull requests, ensuring code quality, compliance, and functionality before merging.

Core Features & Use Cases

  • Comprehensive Checklist Verification: Ensures adherence to coding standards, documentation, and testing requirements.
  • E2E Test Execution: Runs end-to-end tests via browser automation to verify user-facing functionality.
  • Merge Conflict Resolution: Automatically handles and resolves merge conflicts with the main branch.
  • Use Case: When a new feature is developed, this Skill automatically reviews the code, runs tests, and resolves conflicts, preparing the PR for merge without human intervention.

Quick Start

Use the autonomous-review skill to review the pull request with number 123 in the current repository.

Frequently Asked Questions about autonomous-review

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

FAQPage Schema
How do I automate pull request code review and verification before merging?

To automate pull request code review, you can use a skill that verifies acceptance criteria, runs end-to-end tests, and checks code quality. It performs comprehensive checklist verification to ensure coding standards and testing requirements are met without human intervention.

Can I automatically resolve merge conflicts in my pull requests?

Yes, you can automatically resolve merge conflicts by running an autonomous review process that handles and resolves conflicts with the main branch. This prepares your pull request for merge while verifying compliance and functionality.

Do I need GitHub CLI to run automated end-to-end tests for pull requests?

Yes, you need GitHub CLI installed to run automated end-to-end tests and execute autonomous pull request reviews. The testing process relies on GitHub CLI and specific hooks for pre-tool use and completion verification to function correctly.

What is the best way to verify acceptance criteria and run E2E tests for new features?

The best way to verify acceptance criteria and run E2E tests is through an autonomous pull request review workflow. It executes end-to-end tests via browser automation to verify user-facing functionality and ensures adherence to documentation requirements.

Does autonomous code review support TDD workflows and CI verification?

Yes, autonomous code review supports TDD workflows and CI verification. The process performs code quality checks and continuous integration verification to ensure your pull request complies with testing requirements before merging into the main branch.