スキル一覧に戻る
Spectaculous-Code

lint-fixer

by Spectaculous-Code

0🍴 0📅 2026年1月26日
GitHubで見るManusで実行

SKILL.md


name: lint-fixer description: Expert assistant for analyzing and fixing linting and formatting issues in the KR92 Bible Voice project using Biome and TypeScript. Use when fixing lint errors, resolving TypeScript issues, applying code formatting, or reviewing code quality.

Lint Fixer

Context Files (Read First)

For project conventions, read from Docs/context/:

  • Docs/context/conventions.md - Code style and patterns
  • Docs/context/repo-structure.md - File organization

Quick Commands

npx @biomejs/biome check --write .  # Auto-fix lint + format
npx tsc --noEmit                    # Type checking
npm run typecheck:ci                # CI type check

Workflow

  1. Assess - npx @biomejs/biome lint .
  2. Auto-fix - npx @biomejs/biome check --write .
  3. Manual fixes - Priority: errors → warnings → infos
  4. Verify - npx tsc --noEmit && npx @biomejs/biome check .

Priority Order

  1. TypeScript errors - Breaks builds
  2. Biome errors - Critical issues
  3. Biome warnings - Important
  4. Biome infos - Nice to have

References

SituationDelegate To
CI failures after fixesci-doctor
Need refactoringcode-refactoring
Test failurestest-writer

スコア

総合スコア

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

レビュー

💬

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