sandman-self-review

Review code changes against coding standards and specification adherence.

5|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/rafaelromao/sandman --skill sandman-self-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sandman-self-review
Source: https://github.com/rafaelromao/sandman/tree/main/internal/skill/sandman/self-review
Command: npx skills add https://github.com/rafaelromao/sandman --skill sandman-self-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive review of code changes against both coding standards and specification adherence, ensuring code quality and alignment with requirements.

Core Features & Use Cases

  • Parallel Review: Simultaneously checks code against standards and specification, reducing review time.
  • Standards Adherence: Ensures code follows documented coding standards.
  • Spec Compliance: Validates that code matches the originating work item or PRD.
  • Use Case: Use this Skill to review a branch or change request, ensuring that the code meets both internal standards and external specifications.

Quick Start

Run the self-review skill on your branch to check for adherence to standards and specification.

Frequently Asked Questions about sandman-self-review

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

FAQPage Schema
How do I run a parallel code review for standards and specification adherence?

To run a parallel code review for standards and specification adherence, execute the self-review skill on your branch. It simultaneously checks code changes against documented coding standards and originating specifications to identify deviations.

What is specification adherence checking in a code review?

Specification adherence checking validates that code changes match the originating work item or PRD requirements. This review process ensures your branch aligns with external specification demands while maintaining internal coding standards.

Do I need git to check code changes against coding standards?

Yes, you need git to check code changes against coding standards. Git is required for diffing and identifying commits, and you may need additional tools for comprehensive standards checking during the parallel review process.

Can I validate branch compliance against both internal standards and external PRD requirements?

You can validate branch compliance against both internal standards and external PRD requirements. The parallel review process simultaneously checks your code changes against documented coding standards and originating specification requirements.

What is the best way to identify deviations from coding standards in a branch?

The best way to identify deviations from coding standards is running a parallel review on your branch. This process simultaneously evaluates code changes against documented standards and specifications to pinpoint any compliance gaps.

What limitations exist when checking specification compliance in a code review?

When checking specification compliance, limitations include the dependency on git for diffing and identifying commits. Additionally, you may require supplementary external tools to perform comprehensive standards checking on your code changes.