review

Review code changes against coding standards and project specifications.

6|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/christopher-buss/bedrock --skill review-christopher-buss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/christopher-buss/bedrock/tree/main/.agents/skills/review
Command: npx skills add https://github.com/christopher-buss/bedrock --skill review-christopher-buss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive parallel review of code changes against documented coding standards and against specific project requirements, streamlining the code review process and ensuring compliance with standards.

Core Features & Use Cases

  • Standards Review: Ensures code adherence to the repository's coding standards.
  • Spec Review: Checks code against the original project specifications.
  • Parallel Processing: Reviews both Standards and Spec concurrently for efficiency.
  • Use Case: When reviewing code changes for compliance and ensuring that features match intended functionality.

Quick Start

To review code changes in the 'feature-x' branch, use the 'review' skill with the command: /review --branch feature-x.

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 CI/CD pipelines?

Automating code review for CI/CD pipelines involves independently checking code changes against documented coding standards and original project specifications concurrently. This parallel processing approach streamlines compliance audits and validates feature functionality without manual intervention.

What is parallel code review against standards and specifications?

Parallel code review against standards and specifications is a process using independent sub-agents to concurrently assess code adherence to repository standards and original project requirements. It ensures comprehensive compliance validation and feature alignment efficiently.

How do I check if code changes match original project specifications?

Checking if code changes match original project specifications requires running a spec review to validate intended functionality alongside a standards review. Applying parallel processing to both checks ensures comprehensive compliance during code audits.

Can I validate coding standards compliance for a specific git branch?

Yes, you can validate coding standards compliance for a specific git branch by initiating a parallel review process. This checks the branch changes against repository standards and project specs concurrently to ensure full compliance.

Does parallel code review work for project feature validation?

Yes, parallel code review works for project feature validation by concurrently assessing code changes against original project specifications. This confirms that new features match intended functionality while maintaining standards compliance.