fix

Fix lint errors and formatting issues in JavaScript/TypeScript projects.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ktg-one/assetswap --skill fix-ktg-one
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/ktg-one/assetswap/tree/main/.claude/skills/fix
Command: npx skills add https://github.com/ktg-one/assetswap --skill fix-ktg-one

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly resolve formatting and lint problems so code can pass CI and be ready for commit.

Core Features & Use Cases

  • Automated formatting: Run formatting across changed and relevant files to fix style issues.
  • Lint remediation: Detect and correct common lint errors to comply with project rules.
  • Pre-commit CI readiness: Prepare code to pass CI checks before pushes, reducing back-and-forth.
  • Use Case: Before committing, run the tool to fix style issues and ensure a clean lint result.

Quick Start

Invoke the formatter and linter to fix issues and verify that the codebase is clean before you commit.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I fix lint errors and formatting issues before a commit?

Automated formatting and lint remediation tools fix lint errors and formatting issues by applying style corrections across changed JavaScript and TypeScript files before a commit.

What is the best way to prepare JavaScript code for pre-commit CI checks?

Running automated formatters and linters prepares JavaScript code for pre-commit CI checks by detecting and correcting style violations to ensure a clean lint result before pushing.

Does this automated formatting and lint remediation work with TypeScript projects?

Yes, automated formatting and lint remediation is explicitly scoped to JavaScript and TypeScript projects to resolve common lint errors and ensure code quality in typical developer workflows.

How do I automate code formatting across changed files to pass CI?

You automate code formatting by invoking formatter and linter commands across changed files, which applies style fixes and surfaces remaining issues with actionable guidance for CI compliance.

Why do my lint checks fail in CI and how can I resolve formatting problems?

Lint checks fail in CI due to uncorrected style violations and formatting problems, which you can resolve by applying automated lint corrections and formatting across your codebase before pushing.

What should I do when automated lint remediation surfaces remaining issues?

When automated lint remediation surfaces remaining issues, you should follow the actionable guidance provided by the tool to manually fix the specific unresolved lint errors before committing.