review-code

Review code changes against HMIS project standards and patterns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/withmartian-sandbox/ghrc-x-a78d77e2f0a84f43b4d486d418566b5b --skill review-code-withmartian-sandbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/withmartian-sandbox/ghrc-x-a78d77e2f0a84f43b4d486d418566b5b/tree/main/.claude/skills/review-code
Command: npx skills add https://github.com/withmartian-sandbox/ghrc-x-a78d77e2f0a84f43b4d486d418566b5b --skill review-code-withmartian-sandbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams review code changes to HMIS projects for quality, consistency, and compliance with internal standards, preventing regressions and security gaps.

Core Features & Use Cases

  • Comprehensive review checklist aligned with HMIS patterns and security practices.
  • Enforces backward compatibility, persistence checks, and project-specific patterns.
  • Guides reviewers through security, DTO patterns, and query rules to ensure maintainable code.
  • Use Case: When reviewing a pull request, run this skill to surface potential issues and guide fixes.

Quick Start

Run the review-code skill against a PR to validate compatibility, security, and code quality.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I enforce backward compatibility and security checks during a HMIS code review?

To enforce backward compatibility and security checks during a HMIS code review, run this skill against pull requests. It systematically verifies persistence configuration, validates DTO patterns, and surfaces potential security gaps to prevent regressions.

What is the best way to verify AI code suggestions and pattern reuse in HMIS projects?

The best way to verify AI code suggestions and pattern reuse in HMIS projects is applying an automated review checklist. This skill checks code changes against project-specific patterns, ensuring maintainability and confirming AI-generated logic meets internal standards.

Does this code review checklist support both backend and UI layer validation?

Yes, this code review checklist supports both backend and UI layer validation. It systematically reviews code changes across all project layers to ensure comprehensive adherence to HMIS standards, verifying compatibility, quality, and maintainability throughout the application.

How do I validate DTO patterns and persistence configuration when reviewing a pull request?

To validate DTO patterns and persistence configuration when reviewing a pull request, apply this skill's checklist. It guides reviewers through specific query rules and project patterns, ensuring data transfer objects and database mappings maintain structural integrity and maintainable code.