project-tester

Run Python pytest and Node.js npm test suites and generate structured reports.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/u9401066/copilot-capability-manager --skill project-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-tester
Source: https://github.com/u9401066/copilot-capability-manager/tree/main/.claude/skills/project-tester
Command: npx skills add https://github.com/u9401066/copilot-capability-manager --skill project-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the entire testing process, running unit, integration, and E2E tests while providing detailed failure analysis and coverage reports.

Quick Start

Run all project tests and generate a coverage report.

Frequently Asked Questions about project-tester

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

FAQPage Schema
How do I run tests and generate coverage reports automatically?

Test execution with coverage analysis automates running unit, integration, and end-to-end tests while generating detailed reports. This Skill runs your test suite in a single command and produces structured coverage data, failure summaries, and analysis suitable for CI pipelines or pre-commit workflows.

Does this work with pytest and npm test workflows?

Yes, this Skill supports both Python pytest and Node.js npm test workflows. It handles unit, integration, and E2E tests across both frameworks, automatically parsing results and generating consistent reports regardless of your tech stack.

What information does the test analysis provide?

Test analysis produces structured reports including coverage metrics, detailed failure analysis, and execution summaries. The output format is optimized for consistent retrieval and integration into downstream automation or documentation systems.

Can I use this in CI pipelines or pre-commit hooks?

Yes, this Skill is designed for both CI pipeline integration and pre-commit workflows. It automates test execution with no manual parsing required, making it suitable for automated quality gates and continuous integration environments.

How does this differ from running tests manually?

Manual test runs require separate commands for execution, result parsing, and report generation. This Skill consolidates the entire testing workflow into one command, automatically analyzing outcomes and producing structured coverage and failure data without manual intervention.