# Lint Suite

> Run project linters, apply fixes, and re-run until the suite is clean. Use when the user types /lint-suite.

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

---


## Purpose and inputs

Run the repository lint scripts and apply the smallest idiomatic fixes. This is not a merge gate and does not commit.

## Steps

1. Run the documented lint command with autofix when the repo provides one. Capture remaining errors.
2. Fix remaining issues with minimal diffs. Change suppressions or config only with evidence they belong.
3. Re-run lint. Spot-check the diff. Do not stage or commit.

## Verification

- [ ] Lint was re-run after edits.
- [ ] Remaining failures are listed with files.
- [ ] Working tree was not committed.

## Handoff

Report lint result. Use `/git-commit` only if the user asked to publish.

