lint-fixer

lint-fixer

Popular

Use this skill to run npm run lint and fix linting issues. Triggers on fixing lint errors after code changes or validating code against project style guidelines.

21Kestrelas
996forks
Atualizado 1/22/2026
SKILL.md
readonlyread-only
name
lint-fixer
description

"Use this skill to run npm run lint and fix linting issues. Triggers on fixing lint errors after code changes or validating code against project style guidelines."

Lint Fixer

Fix linting issues while preserving code functionality.

Lint Tools

npm run lint runs 4 tools in sequence:

  1. Biome (biome check --write) - Formatter + linter, auto-fixes
  2. oxlint (oxlint --fix) - Fast JS/TS linter, auto-fixes
  3. tsgo (tsgo --noEmit) - TypeScript type checking
  4. secretlint - Detects secrets/credentials

Workflow

  1. Run npm run lint to identify issues
  2. Review errors by category (type errors vs style vs secrets)
  3. Fix issues - Biome/oxlint auto-fix most style issues
  4. Run npm run lint again to verify
  5. Run npm run test to ensure no breakage

Config Files

  • biome.json - Formatting rules (2 spaces, 120 chars, single quotes)
  • .oxlintrc.json - JS/TS lint rules
  • .secretlintrc.json - Secret detection rules

Key Points

  • Biome/oxlint auto-fix most issues; review changes
  • Type errors (tsgo) require manual fixes
  • Never change code behavior when fixing lint
  • Keep files under 250 lines

You Might Also Like

Related Skills

fix

fix

243Kdev-testing

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

facebook avatarfacebook
Obter
peekaboo

peekaboo

179Kdev-testing

Capture and automate macOS UI with the Peekaboo CLI.

openclaw avataropenclaw
Obter
frontend-testing

frontend-testing

128Kdev-testing

Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.

langgenius avatarlanggenius
Obter
frontend-code-review

frontend-code-review

127Kdev-testing

Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change reviews and focused file reviews while applying the checklist rules.

langgenius avatarlanggenius
Obter
code-reviewer

code-reviewer

92Kdev-testing

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

google-gemini avatargoogle-gemini
Obter
session-logs

session-logs

90Kdev-testing

Search and analyze your own session logs (older/parent conversations) using jq.

moltbot avatarmoltbot
Obter