helderberto

lint

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

helderberto 10 1 Updated 3mo ago
GitHub

Install

npx skillscat add helderberto/skills/lint

Install via the SkillsCat registry.

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