lint-and-validate
Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install lint-and-validate --cli claudewrites the skill into.claude/skills/lint-and-validate/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/lint-and-validate/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.
When to use it
Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/lint-and-validate/SKILL.md -o .claude/skills/lint-and-validate/SKILL.md
Notes
Extracted from davila7/claude-code-templates, lint-and-validate category.