smithery/RIMTHAN-LAB

lint-fix

Fix linting and formatting issues automatically

Installation

$ npx skills add smithery/RIMTHAN-LAB --skill lint-fix

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/RIMTHAN-LAB.

npx skills add smithery/RIMTHAN-LAB

Browse all from smithery/RIMTHAN-LAB

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash, Edit, Write, Grep

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 654 B
  • docs SUMMARY.md 63 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Lint Fix

When to use this skill:

  • ESLint errors detected
  • Prettier formatting issues
  • TypeScript type errors
  • Import statement organization needed
  • Pre-commit hook failures

What this skill does:

  1. Runs ESLint with auto-fix
  2. Runs Prettier to format code
  3. Organizes imports according to project conventions
  4. Fixes TypeScript type errors when possible
  5. Updates imports to use correct paths
  6. Verifies fixes resolved all issues

Usage:

"Fix linting errors"
"Format my code"
"Fix all the ESLint issues"