validating-project

Installation
SKILL.md

Validating Project

Auto-detect project tooling and run validation steps in the correct order.

Process

  1. Check ./CLAUDE.md for validation tools and project permissions
  2. Auto-detect project type if needed (package.json, pyproject.toml, Cargo.toml, Makefile, go.mod)
  3. Run validation pipeline: Format -> Lint -> Type Check -> Test
  4. Stop immediately on failures
  5. Report results

Tool Commands by Project Type

Make-based (check first -- overrides everything)

make format && make lint && make typecheck && make test
Related skills

More from trevors/dot-claude

Installs
1
GitHub Stars
7
First Seen
Mar 21, 2026