スキル一覧に戻る
yamadashy

lint-fixer

by yamadashy

lint-fixerは、機械学習とAI開発のためのスキルです。モデル構築から運用まで、包括的で効率的なAI開発ワークフローをサポートします。

21,393🍴 997📅 2026年1月23日
GitHubで見るManusで実行

ユースケース

🔗

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:

  1. Biome (biome check --write) - Formatter + linter, auto-fixes
  2. oxlint (oxlint --fix) - Fast JS/TS linter, auto-fixes
  3. tsgo (tsgo --noEmit) - TypeScript type checking
  4. secretlint - Detects secrets/credentials

Workflow

  1. Run npm run lint to identify issues
  2. Review errors by category (type errors vs style vs secrets)
  3. Fix issues - Biome/oxlint auto-fix most style issues
  4. Run npm run lint again to verify
  5. 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

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です