fix-lint

Fix Biome linting and formatting errors in specified files.

3|1|Updated May 15, 2025
One-click install
npx skills add https://github.com/xergioalex/xergioalex.com --skill fix-lint-xergioalex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fix-lint
Source: https://github.com/xergioalex/xergioalex.com/tree/main/.claude/skills/fix-lint
Command: npx skills add https://github.com/xergioalex/xergioalex.com --skill fix-lint-xergioalex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically corrects code style and formatting issues identified by the Biome linter, ensuring code consistency and reducing manual cleanup time.

Core Features & Use Cases

  • Automated Formatting: Applies Biome's auto-fix capabilities to resolve style violations.
  • Targeted Fixes: Can focus on specific files or rules for efficient problem-solving.
  • Use Case: After encountering linting errors during development, use this Skill to quickly bring the affected files back into compliance with project standards.

Quick Start

Run the fix-lint skill to automatically correct Biome linting errors in the current file.

Frequently Asked Questions about fix-lint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix Biome linting and formatting errors in TypeScript files?▼

To fix Biome linting errors in TypeScript files, this Skill applies Biome's automated auto-fix capabilities to resolve style violations and correct formatting issues in specified files.

What is the best way to automate code style cleanup for an Astro project?▼

The best way to automate code style cleanup for Astro projects is using Biome's deterministic auto-fix commands to bring affected files back into compliance with project standards.

Do I need a Biome configuration file to automatically fix code style violations?▼

Yes, you need a Biome configuration file to automatically fix code style violations. This Skill requires existing Biome configuration and adherence to AGENTS.md conventions for import order.

Can I target specific files for Biome formatting fixes instead of the whole codebase?▼

Yes, you can target specific files for Biome formatting fixes. This Skill performs targeted fixes to focus on individual files or rules for efficient problem-solving.