typescript-clean-code

Enforce Clean Code principles and engineering workflows for TypeScript code review and development.

Updated May 17, 2026
One-click install
npx skills add https://github.com/thuantan2060/facebook-sale-tracking --skill typescript-clean-code-thuantan2060
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript-clean-code
Source: https://github.com/thuantan2060/facebook-sale-tracking/tree/main/.agents/skills/typescript-clean-code
Command: npx skills add https://github.com/thuantan2060/facebook-sale-tracking --skill typescript-clean-code-thuantan2060

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you avoid messy, fragile TypeScript code by enforcing Clean Code and professional engineering practices during coding, review, refactoring, and bug fixing—so your codebase remains readable, testable, and safe to evolve.

Core Features & Use Cases

  • Reference-first guidance: Always consult curated rules and examples before making recommendations or writing code.
  • Workflow-driven execution: Use step-by-step processes for code review, PR review, TDD, refactoring, new features, bug fixes, test strategy, estimation (PERT), and deadline negotiation.
  • Deterministic checklists: Apply explicit rules for functions, classes, naming, formatting, error handling, tests, code smells, and professional conduct.
  • Design safety via tests: Guide you toward test-driven development and structured debugging to prevent regressions.

Quick Start

Use this skill when you are about to review a TypeScript change or implement a new feature and want guidance that follows Clean Code rules, with workflows and checklists driving the work step-by-step.

Frequently Asked Questions about typescript-clean-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce clean code standards during a TypeScript code review?

Apply reference-first guidance to consult curated clean code rules before reviewing TypeScript changes. This workflow-driven process uses deterministic checklists for functions, classes, naming, and error handling to ensure readable, maintainable code.

What is the best way to refactor TypeScript code safely without introducing regressions?

The best way to refactor TypeScript safely is using test-driven development cycles and structured debugging. Applying reference-first clean code rules before refactoring ensures your codebase remains testable and safe to evolve under change.

How do I plan test coverage and estimates for a new TypeScript feature?

Plan TypeScript test coverage and estimates using structured workflows with explicit checklists and PERT estimation techniques. This enforces clean code principles and professional engineering practices to guide your new feature implementation accurately.

Can I use TDD workflows for fixing bugs in TypeScript with failing tests?

Yes, you can use TDD workflows for bug fixing with failing tests in TypeScript. The structured process applies clean code rules and test-driven development cycles to prevent regressions while maintaining a readable codebase.

Does this approach require specific TypeScript dependencies or tools to work?

No specific dependencies are required. The approach operates reference-first by consulting curated rules and examples before making recommendations, applying clean code principles directly to your TypeScript codebase workflows without external tooling.