lint
SKILL.md
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
Weekly Installs
14
Repository
helderberto/skillsFirst Seen
Feb 13, 2026
Security Audits
Installed on
gemini-cli14
claude-code14
codex14
opencode14
trae-cn13
replit13