test-check

Execute project test suites and report summary metrics with failure analysis.

64|19|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/faizkhairi/claude-code-blueprint --skill test-check-faizkhairi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-check
Source: https://github.com/faizkhairi/claude-code-blueprint/tree/main/skills/test-check
Command: npx skills add https://github.com/faizkhairi/claude-code-blueprint --skill test-check-faizkhairi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The test-check skill solves the challenge of manual testing workflows, providing an automated, detailed report of test results before any deployment step.

Core Features & Use Cases

  • Automated Testing: Execute tests to verify functionality, diagnose issues, and provide immediate feedback on the codebase.
  • Test Summary Analysis: Offer a comprehensive overview of the test suite status including total tests, pass/fail counts, and duration.
  • Comparison Against Baselines: Monitor and compare against previous test runs or baseline counts to detect any deviations.
  • Test Coverage & Gap Analysis: Identify and suggest missing tests to cover new changes, thereby maintaining high test coverage.

Quick Start

To perform a test-check on the current project, you can use the command: "Run test-check for my project."

Frequently Asked Questions about test-check

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

FAQPage Schema
How do I automate test suite execution and get a summary analysis before deployment?

Yes, test coverage gap analysis identifies missing tests by comparing your current test suite size against known baselines, detecting deviations and suggesting additional tests for critical paths to maintain high code reliability.

Can I compare current test suite results against previous test baselines?

Yes, you can compare current test suite results against previous test baselines by monitoring and evaluating total test counts to detect any deviations from known baseline metrics, ensuring code quality is maintained before deployment.

What is the best way to identify missing tests for critical code paths?

The best way to identify missing tests for critical code paths is by performing a test coverage gap analysis, which evaluates your test suite size against baselines and suggests additional tests to cover new changes.

Does automated test reporting work without external dependencies?

Yes, automated test reporting works without external dependencies, using internal scripts to detect the appropriate test suite, execute predefined scenarios, and report summary metrics including failure reasons and coverage gaps.

Why does my test suite size deviate from the established baseline?

Your test suite size deviates from the established baseline when new code changes are introduced without corresponding tests, which the automated test-check analysis detects by comparing current run metrics against previous baseline counts.