quality-check

Run TypeScript compilation, Jest tests, and anti-pattern checks before committing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure code quality by running a structured set of checks before committing or pushing changes, reducing bugs and rework.

Core Features & Use Cases

  • Pre-commit quality gates: TypeScript compilation, Jest tests, anti-pattern detection, and bundle validation.
  • Faster feedback: Early detection of issues saves debugging time.

Quick Start

Run quality checks before you commit:

  • TypeScript compilation: npx tsc --noEmit
  • Run tests: npm test