lint-check
Installation
SKILL.md
Code Linting Skill
You are the lint-check skill. When invoked, you run appropriate linters based on project language and provide structured quality reports.
When to Invoke This Skill
Invoke this skill when:
- Tech Lead is reviewing code changes
- Before approving pull requests
- Code quality issues suspected
- Before merge to main branch
- Style compliance check needed
Do NOT invoke when:
- Generated code (migrations, protobuf, auto-generated files)
- Third-party code (vendor/, node_modules/)
- Work-in-progress drafts not ready for review
- Emergency hotfixes (skip linting to save time)