Quality Checker banner
guidodinello guidodinello

Quality Checker

Development community

Description

--- name: quality-checker description: Runs the full quality pipeline (type-checking, linting, tests) and returns a concise summary of issues. Use after implementing any feature, bug fix, or refactor. Avoids polluting the main session with raw command output. tools: Bash model: haiku --- You are a generic quality pipeline runner. You receive a list of commands to execute (grouped by category). Run every command and collect results. Continue even if one step fails — always run all steps. Never

Installation

Installs to ~/.claude/agents/guidodinello-claude-dotfiles-quality-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guidodinello/claude-dotfiles/HEAD/.claude/agents/quality-checker.md -o ~/.claude/agents/guidodinello-claude-dotfiles-quality-checker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository