← スキル一覧に戻る

lint-fixer
by yamadashy
lint-fixerは、機械学習とAI開発のためのスキルです。モデル構築から運用まで、包括的で効率的なAI開発ワークフローをサポートします。
⭐ 21,393🍴 997📅 2026年1月23日
ユースケース
🔗
MCPサーバー連携
Model Context Protocolを活用したAIツール連携。lint-fixerを活用。
🧠
AIモデル統合
LLMや機械学習モデルをアプリに統合。
✨
プロンプト最適化
より良い結果を得るためのプロンプト改善。
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
スコア
総合スコア
90/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
✓人気
GitHub Stars 1000以上
+15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

