typescript-quality
Installation
SKILL.md
TypeScript Quality - Quick Reference
When NOT to Use This Skill
- SonarQube integration - Use
sonarqubeskill - Test configuration - Use
vitestskill - Security scanning - Use security skills
- React-specific patterns - Use
reactskill
Deep Knowledge: Use
mcp__documentation__fetch_docswith technology:typescriptorbiomefor comprehensive documentation.
Tool Comparison
| Tool | Speed | Type-aware | Configuration |
|---|---|---|---|
| Biome | Fastest | No | Minimal |
| ESLint | Slower | Yes (with TS) | Extensive |
| TypeScript | N/A | Yes | tsconfig.json |
Recommendation: Use Biome for formatting + basic linting, ESLint for type-aware rules.