test

Execute automated tests across frameworks with auto-detection and coverage reporting.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/locnbk2002/my-copilot --skill test-locnbk2002
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/locnbk2002/my-copilot/tree/main/my-copilot/skills/test
Command: npx skills add https://github.com/locnbk2002/my-copilot --skill test-locnbk2002

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of running tests, detecting the framework, analyzing scope, and providing structured reports, with an option to automatically fix failures.

Core Features & Use Cases

  • Automated Test Execution: Detects and runs tests using various frameworks (Jest, Pytest, Go test, etc.).
  • Scope Analysis: Tests affected modules based on git diff or specified scope.
  • Coverage Reporting: Includes code coverage analysis when requested.
  • Auto-Fix: Attempts to automatically fix failing tests by invoking the fix skill.
  • Nyquist Validation: Maps tests to plan requirements to ensure adequate coverage before execution.

Quick Start

Run all unit tests in the project and include coverage analysis.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run automated tests across different frameworks without manual configuration?

Automated test execution with auto-detection scans your project to identify and run tests using frameworks like Jest, Pytest, or Go test without requiring manual setup commands.

How can I analyze test scope based on git diff to only run affected modules?

Scope analysis targets affected modules by evaluating your git diff or specified parameters, ensuring that automated tests focus only on the changed code areas.

Can I automatically fix failing tests during the test execution process?

An auto-fix feature attempts to automatically resolve test failures by invoking a dedicated fix skill, streamlining the debugging and remediation workflow.

How do I map tests against plan requirements to ensure comprehensive coverage?

Nyquist validation maps your tests against plan requirements before execution, ensuring comprehensive coverage and verifying that all necessary criteria are met.

Does automated testing with code coverage reporting work for any test framework?

Code coverage analysis integrates with various detected frameworks, providing detailed reporting metrics when requested during the automated test execution process.