Skills lint-fixer
๐Ÿงน

lint-fixer

Safe ๐ŸŒ Network access๐Ÿ“ Filesystem accessโš™๏ธ External commands

Fix lint issues with project lint workflow

Lint failures slow down code reviews and block releases. This skill runs the project lint workflow and guides fixes while keeping code behavior unchanged.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 70 Adequate
1

Download the skill ZIP

2

Upload in Claude

Go to Settings โ†’ Capabilities โ†’ Skills โ†’ Upload skill

3

Toggle on and start using

Test it

Using "lint-fixer". Please fix lint errors after my last commit

Expected outcome:

  • Ran npm run lint and grouped issues by tool
  • Applied Biome and oxlint auto fixes
  • Left two tsgo type errors for manual review
  • Re ran lint and confirmed style issues are resolved

Using "lint-fixer". My CI pipeline is failing on lint

Expected outcome:

  • Identified 5 style issues from Biome
  • Auto fixed formatting issues
  • Found 2 secretlint warnings requiring review
  • Remaining issues need manual TypeScript attention

Using "lint-fixer". Check if there are any secrets in my code

Expected outcome:

  • Ran secretlint as part of npm run lint
  • No credentials or secrets detected
  • All other lint checks passed
  • Code is safe to commit

Security Audit

Safe
v4 โ€ข 1/17/2026

Pure documentation skill with no executable code. Contains only markdown documentation and JSON metadata files. The static findings are all false positives triggered by tool names, license identifiers, and hash fields in documentation - not actual malicious code or command execution. This skill describes a legitimate lint-fixing workflow.

2
Files scanned
214
Lines analyzed
3
findings
4
Total audits
Audited by: claude View Audit History โ†’

Quality Score

38
Architecture
100
Maintainability
85
Content
23
Community
100
Security
91
Spec Compliance

What You Can Build

Pre merge lint cleanup

Fix style and lint errors before opening a pull request.

Team lint consistency

Apply standard lint fixes after shared refactors across the codebase.

Reduce CI lint failures

Guide contributors to resolve lint errors that block the CI pipeline.

Try These Prompts

Run lint and fix
Run npm run lint, list failures by tool, fix safe issues, and re run lint to confirm.
Type error focus
Run npm run lint, focus on tsgo errors, explain each fix, and keep behavior unchanged.
Secretlint check
Run npm run lint, review secretlint results, and remove any detected secrets safely.
Strict lint pass
Run npm run lint, apply Biome and oxlint auto fixes, then re run lint and summarize remaining issues.

Best Practices

  • Review auto fixes before committing changes to ensure they match intent
  • Re run npm run lint after each fix round to track progress
  • Run npm run test after lint passes to verify no breakage

Avoid

  • Changing runtime behavior just to satisfy lint rules
  • Ignoring secretlint findings without reviewing them
  • Skipping the final lint rerun before committing

Frequently Asked Questions

What projects are supported?
Projects that define npm run lint with Biome, oxlint, tsgo, and secretlint in package scripts.
What are the known limits?
Type errors from tsgo need manual fixes and are not auto resolved by the skill.
How do I integrate this in CI?
Use it before or after a CI lint step to guide fixes and verify the lint pass.
Does it access my private data?
No. It only runs project lint commands that already exist in your repository.
What if lint still fails after using this?
Check remaining errors, fix them manually, and re run npm run lint until it passes.
How is this different from a code formatter?
It runs multiple lint and type checking tools, not just formatting rules.

Developer Details

File structure

๐Ÿ“„ SKILL.md