Agent skill

lint

Run linting and formatting checks. Use when user asks to "run linter", "/lint", "check linting", "fix lint errors", or requests code linting/formatting.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/lint-helderberto-skills

SKILL.md

Linting

Standard Command

npm run lint - runs tsc --noEmit && eslint

Workflow

  1. Run npm run lint
  2. For fixes: npm run lint-fix
  3. Report file:line references

Rules

  • Use project's package.json scripts
  • Never use npx directly
  • Don't auto-fix unless requested

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results