quality-check

Installation
SKILL.md

Quality Check

Overview

Purpose: Gate before declaring work complete. Catches obvious technical issues (type errors, linting, code review violations, test failures) before claiming a feature/task is done.

Key Principle: Fast feedback via sequential validation - stop at first failure to surface issues quickly.

When to Use This Skill

DO use quality-check:

  • Before marking a complete feature/task as done
  • Validates the entire body of work, not individual steps
  • User can explicitly call for on-demand validation

DON'T use quality-check:

  • After completing individual todos in a larger workflow (too frequent)
  • About to request code review (code reviewer catches these issues)
  • In middle of implementation (expect errors while building)
Related skills
Installs
1
Repository
kcchien/skills
GitHub Stars
13
First Seen
Apr 16, 2026