# Lint Fix

> Fix lint issues in the current file

- **Type:** Skill
- **Install:** `agentstack add skill-emaraschio-cursor-commands-lint-fix`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [emaraschio](https://agentstack.voostack.com/s/emaraschio)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [emaraschio](https://github.com/emaraschio)
- **Source:** https://github.com/emaraschio/cursor-commands/tree/main/.cursor/skills/lint-fix
- **Website:** https://github.com/emaraschio/cursor-commands#readme

## Install

```sh
agentstack add skill-emaraschio-cursor-commands-lint-fix
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## 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

## Guardrails

- Limit edits to formatting and style; do not change behavior while fixing lint.
- Use the project linter config rather than personal or ad hoc rules.
- Scope is the current file; if asked to fix lint across the whole repo, point to the repo-wide lint workflow (`/lint-suite`) instead of silently linting one file.
- Do not commit, push, merge, or run production scripts without consent.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [emaraschio](https://github.com/emaraschio)
- **Source:** [emaraschio/cursor-commands](https://github.com/emaraschio/cursor-commands)
- **License:** MIT
- **Homepage:** https://github.com/emaraschio/cursor-commands#readme

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-emaraschio-cursor-commands-lint-fix
- Seller: https://agentstack.voostack.com/s/emaraschio
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
