agentsclimarketplace

Lint suite

Skill gologo13/agent-skills/skills/lint-suite

Run project linters, apply fixes, and ensure the codebase meets formatting and style require...; keywords: lint, pr, refactor, commit. Use only on explicit request; skip in routine implementation discussions.From its SKILL.md

Install
npx -y skills add gologo13/agent-skills --skill lint-suite

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 213 tokens by cl100k_base, as published. Nobody here has run it

Fix Lint Issues

Overview

Run project linters, apply fixes, and ensure the codebase meets formatting and style requirements before merging changes.

Steps

  1. 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
  2. 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
  3. 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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,835. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.