← Back to list

lint-fixer
by Spectaculous-Code
⭐ 0🍴 0📅 Jan 26, 2026
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 patternsDocs/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
- Assess -
npx @biomejs/biome lint . - Auto-fix -
npx @biomejs/biome check --write . - Manual fixes - Priority: errors → warnings → infos
- Verify -
npx tsc --noEmit && npx @biomejs/biome check .
Priority Order
- TypeScript errors - Breaks builds
- Biome errors - Critical issues
- Biome warnings - Important
- Biome infos - Nice to have
References
- Fix patterns: See references/patterns.md for common fixes
- Biome docs: https://biomejs.dev/
Related Skills
| Situation | Delegate To |
|---|---|
| CI failures after fixes | ci-doctor |
| Need refactoring | code-refactoring |
| Test failures | test-writer |
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