task-lint-fixer

Automate Biome lint error fixes and update coding patterns with prevention tips.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/Anveio/conveaux --skill task-lint-fixer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-lint-fixer
Source: https://github.com/Anveio/conveaux/tree/main/.claude/skills/task-lint-fixer
Command: npx skills add https://github.com/Anveio/conveaux --skill task-lint-fixer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of fixing Biome lint errors while simultaneously extracting lessons learned to prevent future occurrences.

Core Features & Use Cases

  • Auto-Fix Lint Errors: Automatically fix lint errors and contribute prevention tips back to the typescript-coding skill.

Quick Start

When fixing Biome lint errors or when lint check fails, invoke this Skill to automatically fix errors and update coding patterns with lessons learned.

Quick Start

Use this Skill when you encounter lint errors to automatically fix them and prevent similar issues in the future.

Quick Start

Invoke this Skill when you need to fix lint errors and automatically extract patterns to prevent recurrence.

Quick Start

Use this Skill to automatically fix lint errors and update the typescript-coding skill with new prevention tips automatically.

Quick Start

Use this Skill to automatically fix lint errors and contribute lessons learned back to the coding patterns skill automatically.

Frequently Asked Questions about task-lint-fixer

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

FAQPage Schema
How do I automatically fix Biome lint errors in my TypeScript project?

This Skill automatically fixes Biome lint errors by parsing lint check output, categorizing errors like noExplicitAny and useImportType, applying auto-fixes via npm run lint, and handling manual fixes across multiple files and modules in your TypeScript project.

Can I extract lessons from lint errors to prevent them from recurring?

Yes. The Skill extracts prevention tips from fixed errors and updates the typescript-coding skill with these lessons, helping you build better coding patterns and avoid similar issues in future projects.

What lint rules does this Skill handle for TypeScript?

It handles Biome rules including noExplicitAny, useImportType, and noUnusedVariables, processing both auto-fixable errors that run via npm run lint and manual fixes requiring additional handling across your codebase.

Does this work with my existing npm lint workflow?

Yes. The Skill integrates directly with standard npm scripts, running npm run lint:check to identify errors and npm run lint to apply fixes, requiring no changes to your existing workflow or tooling.

How does pattern extraction prevent future lint failures?

Pattern extraction analyzes fixed errors to identify root causes and updates coding guidelines in the typescript-coding skill, creating actionable prevention tips that reduce recurring issues across your team's modules.