·validator
</>

validator

neonwatty/claude-skills

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".

9Installs·0Trend·@neonwatty

Installation

$npx skills add https://github.com/neonwatty/claude-skills --skill validator

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.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/neonwatty/claude-skills --skill validator
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