code-quality-check

Run TypeScript compiler and Prettier checks to validate syntax and formatting.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/aquarius-wing/polymarket-dev-tools --skill code-quality-check-aquarius-wing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality-check
Source: https://github.com/aquarius-wing/polymarket-dev-tools/tree/main/.cursor/skills/code-quality-check
Command: npx skills add https://github.com/aquarius-wing/polymarket-dev-tools --skill code-quality-check-aquarius-wing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

General code-quality checks, including syntax validation, TypeScript type checking, and Prettier formatting, to ensure code quality before reviews or merging.

Core Features & Use Cases

  • Type-checking: Run TypeScript compiler checks for syntax and type errors.
  • Formatting: Apply Prettier formatting to standardize code style.
  • Use Case: Before pushing changes or after implementing a feature, quickly verify code quality and fix issues.

Quick Start

Run the quality-check workflow locally to validate TypeScript types and formatting before committing.

Frequently Asked Questions about code-quality-check

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

FAQPage Schema
How do I run TypeScript type checking and Prettier formatting before committing code?

You can run a local quality-check workflow to execute TypeScript compiler checks and apply Prettier formatting. This validates type safety and standardizes code style before pushing changes or merging branches.

What is the best way to enforce consistent code formatting and syntax validation in a TypeScript project?

The best way to enforce consistent formatting and syntax validation is to run comprehensive code-quality checks. This process applies Prettier formatting and TypeScript compilation to eliminate syntax issues across packages.

Can I use this code quality check tool during code reviews and before merging?

Yes, you can use the code quality check during development, code reviews, and before merging. It ensures type safety, syntax correctness, and consistent formatting, providing actionable guidance for resolving reported issues.

Does this code quality check workflow support monorepos with multiple TypeScript packages?

Yes, the code quality check workflow supports TypeScript projects with multiple packages. It enforces TypeScript compilation and Prettier formatting across packages to ensure consistent code quality throughout your project.

Why do I need to run code quality checks if my IDE already formats TypeScript code?

Running code quality checks catches type errors and syntax issues that IDE formatting misses. It validates fixes and enforces TypeScript compilation rules comprehensively, ensuring type safety and consistent formatting before code reviews or merging.

How do I fix formatting and type errors reported by the pre-commit code quality check?

To fix reported errors, follow the actionable guidance provided by the quality check. It identifies specific TypeScript compilation errors and Prettier formatting issues, directing you to resolve syntax and formatting problems before committing.