check

Run TypeScript typecheck and lint across a monorepo to fix errors.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/loagma/LoagmaPMS --skill check-loagma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/loagma/LoagmaPMS/tree/main/.claude/skills/check
Command: npx skills add https://github.com/loagma/LoagmaPMS --skill check-loagma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run type checking and fix issues to ensure TypeScript types are correct across the codebase and when implementing features.

Core Features & Use Cases

  • Run TypeScript type checking across the monorepo and report type errors.
  • Run linting to enforce coding standards and catch issues early.
  • Auto-fix simple problems and guide manual fixes to improve overall type safety.

Quick Start

Run typecheck and lint to validate and fix TypeScript issues across the monorepo.

Frequently Asked Questions about check

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

FAQPage Schema
How do I run TypeScript type checking and fix lint issues across a monorepo?

To run TypeScript type checking and fix lint issues across a monorepo, use automated checks that enforce type correctness and consistent interfaces across packages using turbo typecheck and lint. This reports errors and auto-fixes simple problems during feature development or code reviews.

What is the best way to ensure type safety and code quality during pre-commit checks in a monorepo?

The best way to ensure type safety and code quality during pre-commit checks is to enforce automated type correctness and linting across all monorepo packages. This approach catches issues early, auto-fixes simple problems, and guides manual fixes to improve overall type safety.

How does automated TypeScript checking work with Turbo in a monorepo?

Automated TypeScript checking with Turbo works by executing turbo typecheck and lint commands across the monorepo. It identifies type errors and lint issues across multiple packages, enforces coding standards, and automatically fixes simple problems while guiding manual fixes for complex type safety issues.

Can I use automated checks to enforce consistent interfaces across packages in a monorepo?

Yes, you can use automated checks to enforce consistent interfaces across packages in a monorepo. By running typecheck and lint commands, the system validates TypeScript types, enforces coding standards, and auto-fixes simple problems to maintain type correctness and interface consistency.

Why do I need to run typecheck and lint commands across my monorepo during code reviews?

You need to run typecheck and lint commands across your monorepo during code reviews to ensure TypeScript types are correct and coding standards are enforced. This process catches type errors early, auto-fixes simple problems, and guides manual fixes to maintain overall type safety and code quality.