Lint suite
Skill emaraschio/cursor-commands/.cursor/skill-contracts/lint-suite
Production-grade Cursor slash commands with paired skill contracts, behavioral evals, and ship-gate CI. Install as a user plugin.
npx -y skills add emaraschio/cursor-commands --skill lint-suiteAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 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.
What its author says it does
Copied from the file, not written here
Run project linters and fix findings repo-wide
SKILL.md
1.3 KB, as published. Nobody here has run it
Overview
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
Guardrails
- Fix the underlying issue; do not disable rules to pass.
- Re-run the linter to verify a zero-issue result before finishing.
- Do not commit, push, merge, or run production scripts without consent.