testing-codequality-check

Run unit and component tests for TypeScript files with code coverage analysis.

142|14|Updated Jan 14, 2020
One-click install
npx skills add https://github.com/marigold-ui/marigold --skill testing-codequality-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-codequality-check
Source: https://github.com/marigold-ui/marigold/tree/main/.claude/skills/testing-codequality-check
Command: npx skills add https://github.com/marigold-ui/marigold --skill testing-codequality-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of verifying code quality for Typescript files, ensuring that changes meet testing and best practice standards before integration.

Core Features & Use Cases

  • Automated Testing: Runs unit and component tests to catch regressions and errors.
  • Code Coverage: Verifies that new code is adequately covered by existing tests.
  • Use Case: After refactoring a React component, use this skill to automatically run all relevant tests and check code coverage to ensure the changes haven't introduced bugs.

Quick Start

Run the testing-codequality-check skill to execute all tests for Typescript files.

Frequently Asked Questions about testing-codequality-check

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

FAQPage Schema
How do I run automated unit tests for TypeScript files?

To run automated unit tests for TypeScript files, you need a tool that executes testing procedures specifically targeting *.test.tsx and *.stories.tsx files, verifying code quality and catching regressions before integration.

What is code coverage analysis and when do I need it for React components?

Code coverage analysis verifies that new code is adequately covered by existing tests. You need it after refactoring a React component to ensure your changes haven't introduced bugs and maintain high software development standards.

Can I check code quality for both *.test.tsx and *.stories.tsx files?

Yes, you can check code quality for both file types. Automated testing procedures specifically target *.test.tsx and *.stories.tsx files to run unit tests, component tests, and code coverage analysis for TypeScript projects.

Does automated testing work with TypeScript and React component tests?

Automated testing works with TypeScript and React component tests by executing unit and component tests specifically designed for *.test.tsx and *.stories.tsx files, ensuring changes meet testing and best practice standards.

What's the best way to verify code quality after refactoring a React component?

The best way to verify code quality after refactoring is to automatically run all relevant unit and component tests, then check code coverage analysis to ensure your TypeScript changes haven't introduced regressions or errors.