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
-
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 |
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
il y a 4 mois
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!