Skillquality 0.45
lint
Run linting and formatting checks. Use when user asks to "run linter", "/lint", "check linting", "fix lint errors", or requests code linting/formatting. Don't use for running tests, type-checking only, or projects without a lint script in package.json.
What it does
Linting
Linter detection
Check package.json devDependencies:
@biomejs/biome→npm run check/ fix:npm run check --writeoxlint→npm run lint/ fix:npm run lint --fixeslint(default) →npm run lint/ fix:npm run lint:fix
Workflow
- Detect linter from devDependencies
- Run lint command
- For fixes: run fix variant (only when requested)
- Report
file:linereferences for all errors
Rules
- Use project's
package.jsonscripts - Never use
npxdirectly - Don't auto-fix unless requested
Error Handling
- If no lint script found in
package.json→ checkscriptsfor alternative names (check,lint:check); report if none exist - If linter exits with parse errors → report each file-level parse error separately with
file:line - If linter config file is missing → report which config file is expected and stop
Capabilities
skillsource-helderbertoskill-linttopic-agent-skillstopic-ai-toolstopic-antigravitytopic-claude-codetopic-cursortopic-developer-toolstopic-gemini-clitopic-markdowntopic-plugintopic-sdlctopic-skillstopic-tracer-bullet
Install
Installnpx skills add helderberto/agent-skills
Transportskills-sh
Protocolskill
Quality
0.45/ 1.00
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (874 chars)
Provenance
Indexed fromgithub
Enriched2026-05-18 19:09:13Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18