Loading...
Loading...
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.
npx skill4agent add davila7/claude-code-templates lint-and-validateMANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free.
npm run lintnpx eslint "path" --fixnpx tsc --noEmitnpm audit --audit-level=highruff check "path" --fixbandit -r "path" -llmypy "path"npm run lint && npx tsc --noEmitlinttsc.eslintrctsconfig.jsonpyproject.toml| Script | Purpose | Command |
|---|---|---|
| Unified lint check | |
| Type coverage analysis | |