quality-check

Installation
SKILL.md

Code Quality Check Skill

⚠️ MANDATORY SKILL - AUTO-INVOKED BY SAFE-COMMIT

Purpose

Enforce code quality standards through automated linting, formatting, and static analysis. Ensures code meets project conventions before committing.

CRITICAL: This skill is automatically invoked by safe-commit. NEVER run linters manually.

🚫 COMMIT BLOCKING RULE - ZERO TOLERANCE

Commits are FORBIDDEN unless the LATEST quality check run shows ZERO issues.

This means:

  1. If quality check finds errors → FIX THEM
  2. After fixing → RERUN quality check (MANDATORY)
  3. If rerun finds errors → FIX AND RERUN AGAIN
Related skills
Installs
20
GitHub Stars
3
First Seen
Jan 30, 2026