review

Audits latest commits for coding-standards compliance and specification accuracy.

2|Updated May 9, 2026
One-click install
npx skills add https://github.com/JohnRobert-Olano/3DwebsiteContemporyWorld --skill review-johnrobert-olano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/JohnRobert-Olano/3DwebsiteContemporyWorld/tree/main/.agents/skills/review
Command: npx skills add https://github.com/JohnRobert-Olano/3DwebsiteContemporyWorld --skill review-johnrobert-olano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an in-depth code review process that checks the adherence to coding standards and the accuracy of specification implementation simultaneously, ensuring both compliance and correctness.

Core Features & Use Cases

  • Dual Axis Review: Analyzes code for standards compliance and spec adherence concurrently.
  • Standards Compliance: Validates against documented coding standards.
  • Spec Accuracy: Ensures code aligns with the intended functionality as documented in PRDs or issues.
  • Use Case: For a developer or team reviewing a pull request, this Skill ensures code not only follows best practices but also fulfills the outlined requirements.

Quick Start

To initiate a review of your latest branch changes, use the review command followed by the specific branch name you wish to review.

Frequently Asked Questions about review

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

FAQPage Schema
How do I conduct a code review for standards compliance and spec accuracy?

To conduct a code review for standards compliance and spec accuracy, execute a parallel review of your latest commits against documented coding standards and functional specifications. This dual-axis analysis validates both best practices and intended functionality.

What is dual-axis code review and when do I need it?

Dual-axis code review is the process of analyzing code for standards compliance and spec adherence concurrently. You need it when validating pull requests to ensure code follows best practices while fulfilling requirements outlined in PRDs or issues.

Can I run a PR review on different branches, tags, or merge bases?

Yes, you can run a PR review across different commit history queries, branches, tags, or merge bases. The review process executes parallel checks on the specified branch name to verify adherence to repo standards and specifications.

How do I check if my latest code commits align with functional specifications?

To check if your latest code commits align with functional specifications, run a review against the originating specifications. This validates spec accuracy by ensuring the code matches the intended functionality documented in PRDs or issues.

Does this code review process work without external dependencies?

Yes, this code review process works without external dependencies. It operates independently using internal scripts to analyze commit history against documented coding standards and functional specifications for compliance and accuracy.