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.mdsource 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
| Gate | Status | Issues |
|---|---|---|
| Format | PASS/FAIL | — or N files changed |
| Lint | PASS/FAIL | — or N errors |
| Typecheck | PASS/FAIL | — or N errors |
| Tests | PASS/FAIL | N/M passed |
| Build | PASS/FAIL | — or error |
On failure: top 3 issues as
file:line. The caller needs actionable locations, not full error dumps.