Testing Codequality Check

Testing code changes to ensure code quality after implementing changes in Typescript files Use when this capability is needed.

tomevault-io 61c6d3b 2 files · 1.9 KB Updated

File contents

Testing Code Quality Checks Skill

This skill provides guidance on how to ensure code quality after implementing changes in Typescript files.

Overview

To ensure consistent code quality in Typescript projects, it is essential to to run code quality checks after implementing changes and new features. The checks performed by this skill are:

  1. Unit tests
  2. Component tests
  3. Code Coverage

It is critical that all checks pass before changes are committed to the git branch.

Workflow

How to run the tools

All tools must be run via pnpm commands from the project root directory.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/marigold-ui--marigold--testing-codequality-check commit 61c6d3bd7c

Frequently asked questions

npx skillmds@latest add tomevault-io/testing-codequality-check