ts-quality

Community

Ensure TS quality with checks and tests.

Authormorodomi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

TypeScript projects often suffer from type errors, inconsistent linting, and flaky tests due to misconfigurations. This Skill provides a cohesive quality workflow that runs type checking, linting, formatting checks, and test execution to enforce code quality.

Core Features & Use Cases

  • Type Checking: run tsc to catch type errors early.
  • Linting & Formatting: use eslint and prettier to enforce style and correctness.
  • Test Execution: run tests with jest or vitest to validate behavior.
  • Use Case: in CI or local development, integrate a reproducible TS quality gate for PRs and releases.

Quick Start

Install and run the TS quality checks in your project:

  • npx tsc --noEmit
  • npx eslint .
  • npx prettier --check .
  • npx jest # or npx vitest run

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ts-quality
Download link: https://github.com/morodomi/tdd-skills/archive/main.zip#ts-quality

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.