Code Quality & TypeScript

Enforce TypeScript strict mode and linting during code review workflows.

2|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Canhada-Labs/ceo-orchestration --skill code-quality-typescript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Quality & TypeScript
Source: https://github.com/Canhada-Labs/ceo-orchestration/tree/main/.claude/skills/frontend/code-quality-and-typescript
Command: npx skills add https://github.com/Canhada-Labs/ceo-orchestration --skill code-quality-typescript

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill maintains TypeScript code quality through governance, ensuring secure and compliant development processes.

Core Features & Use Cases

  • TypeScript Strictness: Enforces TypeScript strict mode and various best practices.
  • Code Review Integration: Integrates with the current workflow for code review checks.
  • Dead Code Detection: Identifies and helps remove dead code for cleaner codebase.
  • Circular Dependency Prevention: Avoids complex module dependencies for a stable code structure.
  • Naming Conventions: Implements standard naming conventions to ensure consistency across the codebase.

Quick Start

Execute a code review by loading the 'Code Quality & TypeScript' skill and running a review process for a particular project.

Frequently Asked Questions about Code Quality & TypeScript

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

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

To enforce strict TypeScript coding standards during a code review, this Skill integrates directly into your workflow to apply strict type checks, linters, and governance guidelines for type safety and consistency across your codebase.

What is the best way to detect and remove dead code in a TypeScript project?

The best way to detect and remove dead code in a TypeScript project is to run this Skill's quality checks, which identify unused modules and help clean your codebase while enforcing standard naming conventions.

How does circular dependency prevention work for TypeScript codebases?

Circular dependency prevention works by analyzing your TypeScript module structure to avoid complex dependencies, ensuring a stable code architecture as part of the automated code review and governance checks.

Can I integrate automated type safety checks into my team's existing workflow?

Yes, you can integrate automated type safety checks into your team's workflow by loading this Skill and running a review process for a particular project to enforce coding quality guidelines and strict TypeScript mode.

Does this TypeScript code review tool require any external dependencies?

No external dependencies are required to run this TypeScript code review tool, as it operates independently using its built-in scripts and references to enforce coding quality guidelines and audit trails.