1---2name: lint3description: Lint and format code4---56// turbo-all781. Run standard linter (with fix enabled by default as preferred in CLAUDE.md):910```bash11nix develop --command golangci-lint run --fix12```13142. (Optional) Run linter on specific files:1516```bash17nix develop --command golangci-lint run --fix $FILE18```19203. Format all files using Nix:2122```bash23nix fmt24```25264. (If SQL files modified) Lint SQL files:2728```bash29nix develop --command sqlfluff lint db/query.*.sql db/migrations/30```
Run npx skillmds@latest add kalbasit/lint 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.
Lint and format code It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. 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.
kalbasit (@kalbasit) published this skill. Their other Agent Skills are listed on their SkillMD profile.