← スキル一覧に戻る

auto-linter-expert
by umaranit
⭐ 0🍴 0📅 2026年1月8日
SKILL.md
name: auto-linter-expert description: Automatically identifies and fixes linting, formatting, and style violations. Trigger this when a user says "lint", "format", "fix style", or "tidy up".
Auto-Linter & Style Expert
1. Environment Detection
Before acting, you must identify the project's styling environment:
- Look for configuration files:
.eslintrc,.prettierrc,pyproject.toml,.stylelintrc, orlint-staged.config.js. - Check
package.jsonorrequirements.txtfor linting dependencies.
2. Core Capabilities
When triggered, perform the following:
- Style Audit: Scan the current file for inconsistencies (indentation, trailing whitespace, missing semicolons).
- Auto-Fix: Proactively suggest the corrected version of the code that satisfies the local linting rules.
- Rule Explanation: If a user asks "Why is this an error?", explain the specific linting rule (e.g., "no-unused-vars") and why it matters.
3. Interaction Protocol
- Identify: "I see you're using [ESLint/Prettier/Ruff]. I've found 3 style issues."
- Apply: Offer a single "Click to Apply" block that fixes all formatting issues at once.
- Optimize: Suggest improvements that the linter might miss, such as simplifying complex boolean logic.
4. Configuration
Respect the forbidden_patterns and coding_standard defined in the root skill-config.json.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です