lint-fixer

Fix linting issues while preserving code functionality.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "lint-fixer" with this command: npx skills add yamadashy/repomix/yamadashy-repomix-lint-fixer

Lint Fixer

Fix linting issues while preserving code functionality.

Lint Tools

npm run lint runs 4 tools in sequence:

  • Biome (biome check --write ) - Formatter + linter, auto-fixes

  • oxlint (oxlint --fix ) - Fast JS/TS linter, auto-fixes

  • tsgo (tsgo --noEmit ) - TypeScript type checking

  • secretlint - Detects secrets/credentials

Workflow

  • Run npm run lint to identify issues

  • Review errors by category (type errors vs style vs secrets)

  • Fix issues - Biome/oxlint auto-fix most style issues

  • Run npm run lint again to verify

  • 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

browser-extension-developer

No summary provided by upstream source.

Repository SourceNeeds Review
General

repomix-explorer

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agent-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

website-maintainer

No summary provided by upstream source.

Repository SourceNeeds Review