biome-linting

Automate Biome linting and formatting for JavaScript and TypeScript projects.

1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/langcore-org/united-productions-web --skill biome-linting-langcore-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biome-linting
Source: https://github.com/langcore-org/united-productions-web/tree/main/.claude/skills/biome-linting
Command: npx skills add https://github.com/langcore-org/united-productions-web --skill biome-linting-langcore-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures code quality and consistency by automating linting and formatting using Biome, catching errors early and reducing manual code review overhead.

Core Features & Use Cases

  • Automated Linting: Detects and reports code style violations and potential errors.
  • Automatic Formatting: Enforces consistent code style across the project.
  • Import Management: Organizes and cleans up import statements.
  • Use Case: When CI fails due to code style issues or a developer needs to ensure their code adheres to project standards before committing.

Quick Start

Run npm run lint:fix to automatically check and fix code style issues.

Frequently Asked Questions about biome-linting

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

FAQPage Schema
How do I automate linting and formatting for JavaScript and TypeScript projects?

Automate linting and formatting for JavaScript and TypeScript projects by running checks that detect code style violations, fix potential errors, and organize imports. You can execute a single command to automatically check and resolve code style issues across your project.

What is the best way to enforce code quality before a Git commit?

Enforce code quality before a Git commit by integrating automated checks into Git hooks. Running pre-commit hooks ensures code integrity by catching style violations and errors before they enter the repository, reducing manual code review overhead.

How do I fix import organization issues in my codebase?

Fix import organization issues by using automated import management to clean up and organize import statements. Running an automated fix command restructures imports according to project standards, ensuring consistent import ordering across JavaScript and TypeScript files.

Can I use Biome to handle both code formatting and error detection?

Yes, you can use Biome to handle both code formatting and error detection simultaneously. It enforces consistent code style across the project while detecting and reporting potential errors, addressing both formatting and linting needs in a single automated process.

Why does CI fail due to code style issues and how do I prevent it?

CI fails due to code style issues when committed code does not adhere to project standards. Prevent CI failures by running automated checks and formatting commands locally before committing, ensuring code style consistency and catching errors early in development.