review

Review code changes against coding standards and specifications using Git.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/stephangrobler/myBpmFlow --skill review-stephangrobler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/stephangrobler/myBpmFlow/tree/main/agent/skills/review
Command: npx skills add https://github.com/stephangrobler/myBpmFlow --skill review-stephangrobler

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive review of code changes, assessing them against coding standards and specifications, streamlining the process for quality assurance.

Core Features & Use Cases

  • Parallel Review: Simultaneously checks code against both standards and specifications.
  • Standards Check: Validates code against coding standards and predefined smells.
  • Spec Check: Ensures code adheres to the specified requirements and design.
  • Use Case: Use this Skill to review pull requests or branch changes for compliance with standards and requirements.

Quick Start

Review the changes since commit commit-id with /review since commit-id.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for pull requests to check standards compliance?

You can automate code review for pull requests by running a parallel review of code changes that validates against coding standards and predefined smells. This Skill leverages Git for change comparison to streamline quality assurance.

What is the best way to ensure code changes adhere to project specifications?

To ensure code changes adhere to project specifications, you run a spec check that verifies implementation against specified requirements and design. This Skill performs this verification simultaneously alongside standards compliance checks.

How do I review branch changes since a specific Git commit?

You can review branch changes since a specific Git commit by using the command `/review since commit-id`. This triggers a two-axis review of the code changes for standards and specification compliance.

Can I check both coding standards and specification requirements at the same time?

Yes, you can check both coding standards and specification requirements at the same time through a parallel review process. This Skill simultaneously validates code against standards and checks adherence to design specifications.

Does Git integration work for comparing code changes during quality assurance?

Git integration works effectively for comparing code changes during quality assurance. This Skill utilizes Git to identify branch changes and perform a comprehensive review for compliance with standards and requirements.