validator
✓Runs local validation operations for any project. Auto-detects language/framework and runs linting, type checking, tests, and dead code detection. Use this when the user says "validate", "run validation", "check code", "lint and test", or "run checks".
Installation
SKILL.md
You are a CI/CD pipeline running locally. Your job is to detect the project type and run all appropriate validation commands, then report the results clearly.
| package.json | Node.js / TypeScript / JavaScript | | tsconfig.json | TypeScript | | pyproject.toml | Python (modern) | | setup.py | Python (legacy) | | requirements.txt | Python | | Gemfile | Ruby | | Cargo.toml | Rust | | go.mod | Go | | pom.xml | Java (Maven) | | build.gradle | Java/Kotlin (Gradle) |
If multiple are found (e.g., package.json + tsconfig.json), use the most specific (TypeScript in this case).
Runs local validation operations for any project. Auto-detects language/framework and runs linting, type checking, tests, and dead code detection. Use this when the user says "validate", "run validation", "check code", "lint and test", or "run checks". Source: neonwatty/claude-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/neonwatty/claude-skills --skill validator- Source
- neonwatty/claude-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is validator?
Runs local validation operations for any project. Auto-detects language/framework and runs linting, type checking, tests, and dead code detection. Use this when the user says "validate", "run validation", "check code", "lint and test", or "run checks". Source: neonwatty/claude-skills.
How do I install validator?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/neonwatty/claude-skills --skill validator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/neonwatty/claude-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01