review

Evaluate source code diffs against coding standards and implementation specifications.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tanglg/cms --skill review-tanglg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/tanglg/cms/tree/main/.codex/skills/review
Command: npx skills add https://github.com/tanglg/cms --skill review-tanglg

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables a thorough and comprehensive review of code against both documented coding standards and specified requirements, providing insights into code quality and alignment with the intended objectives.

Core Features & Use Cases

  • Parallel Review: Concurrently evaluates code standards and implementation specifications to identify both compliance with standards and alignment with requirements.
  • Customizable: Allows for the inclusion of various standards documentation and specific requirements.
  • Use Case: For code review processes, particularly when working with complex features or during merges that require detailed examination.

Quick Start

Run the review skill on your code branch to ensure it adheres to standards and meets requirements.

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a code review that checks both coding standards and implementation specifications?

To perform a code review for standards and specifications, evaluate source code against documented coding standards and project requirements. This ensures code quality and alignment with intended objectives by fetching code diffs for in-depth analysis.

Can I use Git diffs to automate code quality and standards compliance checks in my pipeline?

Yes, you can automate code quality and standards compliance checks by utilizing Git commands to fetch code diffs. This approach integrates directly into software development pipelines for continuous code analysis and specification fulfillment.

What is the best way to handle code reviews for complex feature merges?

The best way to handle code reviews for complex feature merges is to run concurrent evaluations of coding standards and implementation specifications. This parallel review process identifies both compliance issues and requirement misalignment.

Does this parallel code analysis work with custom project documentation and specific requirements?

Yes, this code analysis supports custom project documentation and specific requirements. You can include various standards documentation and defined requirements to customize the evaluation for your project's alignment.

Why should I use parallel analysis instead of sequential code review for project objectives?

Parallel analysis concurrently evaluates code standards and implementation specifications, identifying compliance and alignment issues simultaneously. This approach provides faster, comprehensive insights into code quality and project objective fulfillment than sequential reviews.

What do I need to integrate a specification fulfillment review into my development workflow?

To integrate specification fulfillment review into your development workflow, you need source code, documented coding standards, and implementation specifications. The process uses Git commands to fetch diffs and performs in-depth analysis within your pipeline.