testing-quality

Run tests, type checks, and coverage reports for JS/TS and Python projects.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/george11642/george-plugins --skill testing-quality-george11642
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-quality
Source: https://github.com/george11642/george-plugins/tree/main/plugins/george-setup/skills/testing-quality
Command: npx skills add https://github.com/george11642/george-plugins --skill testing-quality-george11642

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures software quality by standardizing testing, coverage, and type-check practices across projects, so teams catch regressions early.

Core Features & Use Cases

  • Standardized unit and end-to-end testing conventions for JavaScript/TypeScript and Python projects.
  • Integrated type-checks and coverage reporting to maintain code health over time.
  • Clear guidance on when to run tests and how to incorporate testing into CI workflows.

Quick Start

Run the full test suite for your project to verify unit tests, type checks, and coverage.

Frequently Asked Questions about testing-quality

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

FAQPage Schema
How do I standardize unit and e2e testing conventions across JavaScript and Python projects?

You can standardize testing conventions by automating software quality checks that run unit tests, type checks, and coverage reports. This enforces consistent testing practices for JS/TS and Python projects to catch regressions early.

How do I integrate Vitest and Playwright tests into a CI pipeline?

Integrating Vitest and Playwright into a CI pipeline requires clear conventions and CI integration to enforce quality standards. This setup automates running unit and end-to-end tests, ensuring regressions are caught early during development.

Can I run type checks and coverage reports for both TypeScript and Python in the same workflow?

Yes, you can run type checks and coverage reports for TypeScript and Python in the same workflow. The automation applies tsc and pytest workflows alongside JavaScript testing to validate software quality checks across both languages.

What's the best way to automate software quality checks for local development and CI pipelines?

The best way to automate software quality checks is by standardizing testing, coverage, and type-check practices across projects. This enforces quality standards in both local development and CI pipelines by running required tests automatically.

Do I need Vitest and pytest installed to automate type checks and coverage reporting?

Yes, you need Vitest and pytest installed, along with Playwright and tsc. These tools are required to execute the automated unit tests, end-to-end tests, and type-check workflows that enforce software quality standards.