review

Reviews code changes for standards compliance and specification accuracy.

1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/bossjones/boss-skills --skill review-bossjones
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/bossjones/boss-skills/tree/main/.claude/skills/review
Command: npx skills add https://github.com/bossjones/boss-skills --skill review-bossjones

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, ensuring they adhere to coding standards and match the intended specifications.

Core Features & Use Cases

  • Parallel Reviews: Concurrently checks code against coding standards and specifications.
  • Standards Check: Validates code compliance with documented coding standards.
  • Spec Check: Ensures code implementation aligns with the originating issue or PRD.
  • Use Case: Use this Skill to review a branch or PR, ensuring changes meet both standards and spec requirements before merging.

Quick Start

Run the review skill to analyze code changes since the commit 'commit-sha'.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review code changes against specifications and standards?▼

Code reviews can be automated by running checks that concurrently validate compliance with documented coding standards and verify implementation accuracy against originating specifications. You need commit history and originating documents for accurate review.

What is parallel code review for standards compliance?▼

Parallel code review is a mechanism that concurrently checks code changes against coding standards and specifications. It performs compliance validation and implementation verification simultaneously to ensure changes meet both requirements before merging.

Can I check if a branch matches PRD requirements before merging?▼

Yes, you can verify branch alignment with PRD requirements by running a review that checks code implementation against originating documents. This ensures the changes match the intended specifications before you merge the branch.

What do I need to verify code implementation accuracy against specifications?▼

To verify code implementation accuracy against specifications, you need access to the commit history and the originating documents, such as the issue or PRD. This allows the review process to accurately compare changes against intended requirements.

How do I conduct a comprehensive review of code changes since a specific commit?▼

You can conduct a comprehensive review of code changes since a specific commit by running a review process against that commit SHA. This analyzes subsequent changes for standards compliance and specification verification in parallel.