review

Automate parallel code reviews against coding standards and specifications with Git integration.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions --skill review-tgmarinho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions/tree/main/upstream-snapshots/mattpocock-skills/skills/in-progress/review
Command: npx skills add https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions --skill review-tgmarinho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the review process by comparing code changes against coding standards and original specifications, ensuring compliance and identifying potential issues.

Core Features & Use Cases

  • Parallel Reviews: Simultaneously check code against standards and specifications.
  • Standards Compliance: Ensures code adheres to coding standards and best practices.
  • Spec Compliance: Verifies that code implementation matches the original requirements.
  • Use Case: Ideal for reviewing code changes in a branch, pull request, or work-in-progress.

Quick Start

Run the review skill to review changes in the current branch against the latest spec.

Frequently Asked Questions about review

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

FAQPage Schema
How does parallel code review automate spec compliance checking?

Yes, you can review code changes in a branch, pull request, or work-in-progress. The process automates the comparison of these changes against project standards and original specifications to ensure full compliance.

Do I need Git integration to check coding standards compliance?

Yes, Git integration is required to check coding standards compliance. The review process relies on Git to detect code changes and compare them against the original specifications and project standards.

What is the best way to verify code implementation matches original requirements?

The best way to verify code implementation matches requirements is running an automated spec compliance check. This compares the latest code changes directly against the original specifications to confirm accurate requirement fulfillment.

Can I use issue tracker integration for standards compliance checking?

Yes, issue tracker integration is supported for standards compliance checking. Combining issue tracker data with Git changes allows the review process to validate code against both original specifications and coding standards.

When should I not use automated parallel reviews for code changes?

Automated parallel reviews should not be used when Git or issue tracker integration is unavailable. The mechanism requires these dependencies to fetch code changes and original specifications for accurate compliance verification.