typescript-quality-checker
Installation
SKILL.md
TypeScript Quality Checker Skill
Purpose
This skill provides comprehensive TypeScript/JavaScript code quality validation including formatting (Prettier), linting (ESLint), type checking (tsc), security analysis (npm audit), and code complexity analysis. Ensures code meets TypeScript best practices and project standards.
When to Use
- Validating TypeScript/JavaScript code quality before commit
- Running pre-commit quality checks
- CI/CD quality gate validation
- Code review preparation
- Ensuring code style compliance
- Type safety validation
- Security vulnerability detection in dependencies
Quality Check Workflow
1. Environment Setup
Related skills
More from matteocervelli/llms
api-test-generator
Generate comprehensive API endpoint tests for REST and GraphQL APIs.
50documentation-updater
Update all project documentation including implementation docs, user
22doc-fetcher
Fetch library and framework documentation via context7-mcp and fetch-mcp
22code-reviewer
Review code for quality, security, and performance with comprehensive
22unit-test-writer
Generate comprehensive unit tests with proper structure, mocking, and
21accessibility-checker
Validate WCAG 2.1 Level AA compliance and accessibility best practices.
20