test

Execute automated tests with coverage reporting and quality gate enforcement.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/coreindustries/core-ai-template --skill test-coreindustries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/coreindustries/core-ai-template/tree/main/.claude/skills/test
Command: npx skills add https://github.com/coreindustries/core-ai-template --skill test-coreindustries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of tests, provides comprehensive coverage reports, and enforces quality gates to ensure code reliability.

Core Features & Use Cases

  • Automated Test Execution: Runs unit, integration, and other test suites.
  • Coverage Reporting: Generates detailed reports on code coverage.
  • Quality Gates: Enforces standards for coverage, test pass rates, and performance.
  • Use Case: Ensure all new code changes pass automated tests and meet minimum coverage requirements before being merged.

Quick Start

Run all tests and generate a coverage report.

Frequently Asked Questions about test

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

FAQPage Schema
How do I enforce quality gates for code coverage and test pass rates?

Quality gates enforce standards for coverage, test pass rates, and performance by running automated tests. This ensures new code changes meet minimum coverage requirements before merging.

How do I execute targeted automated tests for a specific file or directory?

Targeted automated test execution allows running tests by file, directory, or specific test cases. This isolates failures and provides actionable fixes for the affected code.

Can I use automated test execution to identify missing test cases?

Yes, automated test execution analyzes low coverage to identify missing test cases. It generates detailed coverage reports and provides actionable fixes to improve code reliability.

Why does my code change fail the quality gate despite passing automated tests?

Quality gates check coverage, pass rates, and performance standards. A test suite can pass but fail the gate if the new code change drops overall coverage below minimum requirements.

What is the best way to generate detailed coverage reports before merging code?

Running automated test suites with coverage reporting generates detailed reports on code coverage. This enforces quality standards and ensures code reliability before merge.