Geo Check — Code Quality skill for Claude Code
Typecheck, lint, layering and tests for the pure layers, with golden diffs called out.
How to install Geo Check
Installs to ~/.claude/commands/crnlsp-leathercad-geo-check.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/crnlsp/leathercad/HEAD/.claude/commands/geo-check.md -o ~/.claude/commands/crnlsp-leathercad-geo-check.md Restart Claude Code, or start a new session, for it to be picked up.
What Geo Check does
description: Typecheck, lint, layering and tests for the pure layers, with golden diffs called out
Run the full check suite and report what actually happened.
export PATH="$HOME/.local/share/pnpm-bootstrap/node_modules/.bin:$PATH"
pnpm check
(The `PATH` line is needed until `sudo pacman -S pnpm` has been run — pnpm 11 re-invokes itself from `PATH`, so a bare path to the binary is not enough.)
Then report:
- Pass or fail per stage — typecheck, lint, layering, tests.
Alternatives in Code Quality
- Brooks Debt — Run a Brooks-Lint tech debt assessment 1.5k ★
- Lint — Run code quality checks on the project 155 ★
- Lint Proposals — Lint Proposals Skill 115 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Run Quality Gates
Run code quality checks (lint, format, type check, tests)
Gc Exploratory
Exploratory review — find concerns lint/golden-rules/docs-reviewer cannot catch, then create tq actions for ea
Vortex Verificar
Roda o comando de teste detectado, mais lint e typecheck, e imprime o output cru como evidencia.
Implement Validate
Run tests, lint, coverage analysis, and iterate on gaps
Okf Skill
A stronger Claude Code skill/plugin for the Open Knowledge Format (OKF) v0.1: deterministic zero-dependency va
Chore
Handle maintenance tasks and chores with best practice verification (tests, build, lint) without requiring TDD
Related Agents
Pre Commit Check
Run lint, typecheck, and tests for changed packages before committing
Reliability Engineer
Python delivery agent for quality gates and test infrastructure. Owns test suite (>=80% coverage enforced), go
Ruver Fd Tester
Feature-delivery graph node. Runs hard gate commands (typecheck/lint/tests) and records real exit codes. Does