# Lint Fix

> Analyze the current file for linting issues and automatically fix them according to the proj...; keywords: lint, fix. Use only on explicit request; skip in routine implementation discussions.

- Skill: `gologo13/lint-fix` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gologo13/lint-fix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gologo13/lint-fix/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gologo13 (https://skillmd.com/u/gologo13)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gologo13/lint-fix

---


# Lint and Fix Code

## Overview

Analyze the current file for linting issues and automatically fix them according to the project's coding standards, then apply the fixes directly to the code and explain what changes were made.

## Steps

1. **Identify linting issues**
    - Code formatting and style consistency
    - Unused imports and variables
    - Missing semicolons or proper indentation
    - Best practice violations
    - Type safety issues
2. **Apply fixes**
    - Fix formatting and style issues
    - Remove unused imports and variables
    - Add missing semicolons or correct indentation
    - Apply best practice corrections
    - Fix type safety issues
    - Explain what changes were made

## Lint and Fix Code Checklist

- [ ] Identified all code formatting and style issues
- [ ] Identified unused imports and variables
- [ ] Identified missing semicolons or indentation issues
- [ ] Identified best practice violations
- [ ] Identified type safety issues
- [ ] Applied all formatting and style fixes
- [ ] Removed unused imports and variables
- [ ] Fixed indentation and added missing semicolons
- [ ] Applied best practice corrections
- [ ] Fixed type safety issues
- [ ] Explained what changes were made

