quality-nazi

Enforces code quality via tests, TypeScript, ESLint, build, and security checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jaccurran/pipedriven --skill quality-nazi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-nazi
Source: https://github.com/jaccurran/pipedriven/tree/main/.claude/skills/quality-nazi
Command: npx skills add https://github.com/jaccurran/pipedriven --skill quality-nazi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents low-quality code from entering the codebase by enforcing a suite of checks on changes, including targeted tests, TypeScript compilation, ESLint, production build, and security scans.

Core Features & Use Cases

  • Targeted Testing: Run tests that cover changed files only to save time while maintaining quality.
  • Type Safety: Ensure TypeScript compiles with zero errors before commit.
  • Lint & Security: Enforce ESLint rules and scan for exposed secrets or credentials.
  • Release Readiness: Verify production build success to prevent deployment blockers.
  • Workflow Guard: Integrate with pre-commit hooks to block bad commits automatically.

Quick Start

Run the Quality Nazi on your current git changes to validate quality before committing.