review

Review code diffs against coding standards and specifications.

Updated May 15, 2026
One-click install
npx skills add https://github.com/ruskibeats/t1d --skill review-ruskibeats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/ruskibeats/t1d/tree/main/.agents/skills-archive/in-progress/review
Command: npx skills add https://github.com/ruskibeats/t1d --skill review-ruskibeats

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured approach to reviewing code changes by assessing them against coding standards and specific requirements.

Core Features & Use Cases

  • Parallel Review: Simultaneously evaluates the code against standards and specifications.
  • Standards Compliance: Checks if the code adheres to the repository's documented coding standards.
  • Spec Conformance: Ensures that the code implements the intended functionality as described in the originating specifications.
  • Use Case: Use this Skill to review the changes in a feature branch or a pull request to ensure the code meets both quality and functionality standards.

Quick Start

Review the changes since the last commit by running the 'review' command.

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 project specifications and coding standards?

To review code changes against specifications and coding standards, analyze the diff between the merge base and the head of your current branch. This identifies standards violations and specification conformance issues in your pull request.

What is the best way to ensure feature branch code meets quality and functionality requirements?

Ensuring feature branch code meets requirements involves performing a parallel analysis of the changes. This simultaneously checks for standards compliance and spec conformance to validate both code quality and intended functionality.

Can I assess pull request diffs for specification conformance automatically?

Yes, you can assess pull request diffs for specification conformance automatically by analyzing the branch diff against originating specifications. This verifies the code implements the intended functionality described in the spec docs.

What do I need to check code quality and standards compliance in a feature branch?

To check standards compliance in a feature branch, you need access to the repository's documented coding standards and originating specifications. The review process compares the branch diff against these specific requirements.

When do I need to run a parallel analysis on my code changes?

You need to run a parallel analysis on code changes when reviewing a pull request or feature branch. This process simultaneously evaluates the diff for standards violations and specification conformance issues.