code-quality

Community

Keep TypeScript code robust and clean.

AuthorCrazySwami
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enforces high code quality across TypeScript/React projects via strict mode, linting, and consistent reviews to reduce bugs and maintenance costs.

Core Features & Use Cases

  • Strict Type-Checking: Enforce strict: true in tsconfig and avoid any types.
  • Quality Checks: Run type checks, linting, and review patterns to catch issues early.
  • Best Practices: Provide examples for component, hook, and data structure patterns to improve quality.
  • Use Case: Audit a PR to ensure exported APIs have explicit types and no any usage.

Quick Start

Run type-checks and linting locally to catch issues early:

  • pnpm tsc --noEmit
  • pnpm lint
  • pnpm tsc --noEmit && pnpm lint --fix

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: code-quality
Download link: https://github.com/CrazySwami/cross-platform-web-app-research/archive/main.zip#code-quality

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