Agent skill
lint-fixer
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.
Install this agent skill to your Project
npx add-skill https://github.com/Spectaculous-Code/raamattu-nyt/tree/main/.claude/skills/lint-fixer
SKILL.md
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 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
docs-updater
Expert assistant for keeping documentation synchronized with code changes in the KR92 Bible Voice project. Use when updating API docs, maintaining architecture diagrams, syncing README, updating CLAUDE.MD, or generating documentation from code.
ai-prompt-manager
Expert assistant for managing AI prompts, features, and configuration in the KR92 Bible Voice AI system. Use when creating AI prompts, configuring AI features, managing prompt versions, setting up AI bindings, or working with AI pricing and models.
performance-auditor
Expert assistant for monitoring and optimizing performance in the KR92 Bible Voice project. Use when analyzing query performance, optimizing database indexes, reviewing React Query caching, monitoring AI call costs, or identifying N+1 queries.
edge-function-generator
Expert assistant for creating and maintaining Supabase Edge Functions for the KR92 Bible Voice project. Use when creating Edge Functions, setting up CORS, integrating shared modules, adding JWT validation, or configuring environment variables.
admin-panel-builder
Expert assistant for creating and maintaining admin panel pages in the KR92 Bible Voice project. Use when creating admin pages, building admin components, integrating with admin navigation, or adding admin features.
lint-fixer
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.
Didn't find tool you were looking for?