Skip to content
Skill

gates

by majiayu000

AI Summary

A multi-language quality validation tool that automatically runs linting, formatting, type checking, and tests across 9 programming languages to ensure code meets standards before PR submission. Developers use it to catch quality issues early and maintain consistent code standards throughout their projects.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "gates" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/gates && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gates/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/gates/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gates/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/gates/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

9-language quality gate validation: linting, formatting, type checking, and test execution. Validates code changes meet quality standards before completion. Use when: (1) after code implementation, (2) before PR creation, (3) as part of /orchestrator Step 6, (4) manual quality check. Triggers: /gates, 'quality gates', 'run validation', 'check quality', 'validate code'.

Gates - Quality Validation (v2.37)

Comprehensive quality validation across 9 programming languages with TLDR-assisted analysis.

Quick Start

`bash /gates # Run all quality gates ralph gates # Via CLI ralph gates src/ # Specific directory `

Pre-Gates: TLDR Language Detection (v2.37)

AUTOMATIC - Detect project languages efficiently: `bash

Get codebase structure to detect languages (95% token savings)

tldr structure . > /tmp/project-structure.md

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2d ago
Active
Adoption100+ stars on GitHub
186 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars186
Forks40
Issues2
Updated2d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code