code-quality-standards

Enforce TypeScript code quality gates for type safety, linting, formatting, and testing.

2|1|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/MolcajeteAI/plugin --skill code-quality-standards-molcajeteai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality-standards
Source: https://github.com/MolcajeteAI/plugin/tree/main/deprecated/tech-stacks/js/common/skills/code-quality-standards
Command: npx skills add https://github.com/MolcajeteAI/plugin --skill code-quality-standards-molcajeteai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill establishes and enforces consistent code quality standards, ensuring all code meets predefined criteria for reliability, maintainability, and security.

Core Features & Use Cases

  • Define Quality Gates: Sets mandatory checks for type safety, linting, formatting, and testing.
  • Enforce Standards: Provides clear guidelines and configurations for TypeScript, Biome, and ESLint.
  • Automate Checks: Integrates with CI/CD pipelines to automatically validate code quality on every commit or pull request.
  • Use Case: Ensure all new code contributions adhere to the team's established coding style, pass all type checks, and maintain a minimum test coverage of 80%.

Quick Start

Use the code-quality-standards skill to validate the code quality of the current project.

Frequently Asked Questions about code-quality-standards

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

FAQPage Schema
How do I enforce code quality and consistency in a TypeScript project?

To enforce code quality in TypeScript, you can define mandatory quality gates for type safety, linting, formatting, and testing. This ensures all code meets predefined criteria for reliability and maintainability.

How do I set up CI/CD pipelines to automate TypeScript code checks?

You can automate TypeScript code checks by integrating quality gates into your CI/CD pipelines. This automatically validates type safety, linting, formatting, and testing on every commit or pull request.

Can I use Biome and ESLint configurations to enforce code standards?

Yes, you can use Biome and ESLint to enforce code standards. The skill provides specific configurations and clear guidelines to ensure all code contributions adhere to your established coding style.

What is the best way to maintain a minimum test coverage of 80% for new code?

The best way to maintain 80% test coverage is to set it as a mandatory quality gate. By automating this check in your CI/CD pipeline, you ensure new contributions meet your coverage threshold before merging.

How do I monitor code health metrics and type safety in TypeScript?

You can monitor code health by automating checks for type safety and gathering metrics. Establishing quality gates provides continuous visibility into your TypeScript project's reliability and security.