Dotclaude qg

Use after making changes to run the project's quality gates and report pass or fail for each relevant check.

install
source · Clone the upstream repo
git clone https://github.com/JHostalek/dotclaude
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/JHostalek/dotclaude "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/qg" ~/.claude/skills/jhostalek-dotclaude-qg && rm -rf "$T"
manifest: skills/qg/SKILL.md
source content

Run the project's quality gates — format, lint (auto-fix), typecheck, tests, build — scoped to $ARGUMENTS when provided. Detect configured gates from the project; skip what isn't there.

Report Format

GateStatusIssues
FormatPASS/FAIL— or N files changed
LintPASS/FAIL— or N errors
TypecheckPASS/FAIL— or N errors
TestsPASS/FAILN/M passed
BuildPASS/FAIL— or error

On failure: top 3 issues as

file:line
. The caller needs actionable locations, not full error dumps.