Back to list
umaranit

auto-linter-expert

by umaranit

0🍴 0📅 Jan 8, 2026

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, or lint-staged.config.js.
  • Check package.json or requirements.txt for 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

  1. Identify: "I see you're using [ESLint/Prettier/Ruff]. I've found 3 style issues."
  2. Apply: Offer a single "Click to Apply" block that fixes all formatting issues at once.
  3. 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.

Score

Total Score

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon