custom-quality-check
Installation
SKILL.md
Custom Quality Check
Purpose
This is a project-specific custom skill called by the Builder workflow to enforce code quality standards. It runs linting and quality checks specific to this project (claudecode_webui).
Generic workflow skills invoke this skill if it exists; if absent, the quality check step is skipped.
When Called
The Builder invokes this skill from its working directory (the worktree) after implementation, providing the list of changed files.
Input
changed_files: List of files modified (fromgit diff --name-only)