Run project linters, apply fixes, and ensure the codebase meets formatting and
style requirements before merging changes.
Steps
Execute linters
Run the standard lint command with autofix enabled if available
Capture any remaining errors or warnings from the output
Identify files requiring manual attention
Resolve findings
Apply targeted fixes, keeping edits minimal and idiomatic
Refactor repeated issues such as unused variables or long functions
Update configuration or suppressions only when justified
Verify cleanliness
Re-run the lint command to ensure a zero-issue result
Spot-check key files for formatting and readability
Stage the changes with clear commit messages when satisfied
Lint Checklist
Linter executed with latest config
Autofix results reviewed
Manual issues resolved
Final lint run passes cleanly
Changes staged or ready for PR
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: gologo13-agent-skills-lint-suite3description: Fix Lint Issues4---56# Fix Lint Issues78## Overview910Run project linters, apply fixes, and ensure the codebase meets formatting and11style requirements before merging changes.1213## Steps14151. **Execute linters**16 - Run the standard lint command with autofix enabled if available17 - Capture any remaining errors or warnings from the output18 - Identify files requiring manual attention192. **Resolve findings**20 - Apply targeted fixes, keeping edits minimal and idiomatic21 - Refactor repeated issues such as unused variables or long functions22 - Update configuration or suppressions only when justified233. **Verify cleanliness**24 - Re-run the lint command to ensure a zero-issue result25 - Spot-check key files for formatting and readability26 - Stage the changes with clear commit messages when satisfied2728## Lint Checklist2930- [ ] Linter executed with latest config31- [ ] Autofix results reviewed32- [ ] Manual issues resolved33- [ ] Final lint run passes cleanly34- [ ] Changes staged or ready for PR3536---37> Converted and distributed by [TomeVault](https://tomevault.io/claim/gologo13) — claim your Tome and manage your conversions.38<!-- tomevault:4.0:skill_md:2026-04-15 -->
Run npx skillmds@latest add tomevault-io/gologo13-agent-skills-lint-suite in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Fix Lint Issues It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.