← Back to list

lint-fixer
by yamadashy
📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.
⭐ 21,393🍴 997📅 Jan 23, 2026
Use Cases
🔗
MCP Server Integration
AI tool integration using Model Context Protocol. Using lint-fixer.
🧠
AI Model Integration
Integrate LLM and ML models into your application.
✨
Prompt Optimization
Improve prompts for better results.
FAQ
SKILL.md
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:
- 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 lintto identify issues - Review errors by category (type errors vs style vs secrets)
- Fix issues - Biome/oxlint auto-fix most style issues
- Run
npm run lintagain to verify - Run
npm run testto 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
Score
Total Score
90/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

