test

Execute pytest test suites and analyze failures with coverage reports.

1|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/Junghyun99/StockAsset --skill test-junghyun99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/Junghyun99/StockAsset/tree/main/.claude/skills/test
Command: npx skills add https://github.com/Junghyun99/StockAsset --skill test-junghyun99

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution and analysis of project tests, identifying failures and suggesting solutions to ensure code quality.

Core Features & Use Cases

  • Automated Test Execution: Runs all tests or specific test files using pytest.
  • Code Coverage Analysis: Reports on test coverage and identifies areas needing improvement.
  • Failure Diagnosis: Analyzes test failures, pinpoints root causes in code, and suggests fixes.
  • Use Case: Before deploying new features, use this Skill to run the full test suite, verify code coverage meets the 80% threshold, and get a detailed report on any failing tests with suggested remedies.

Quick Start

Execute all project tests and analyze the results.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run pytest and analyze failing tests automatically?

To run pytest and analyze failing tests automatically, this Skill executes your test suite, pinpoints the root causes of failures in the code, and suggests resolutions to ensure code quality.

What is the best way to check code coverage and identify untested areas?

Checking code coverage is best handled by this Skill using coverage tools to report performance metrics, verify adherence to standards like an 80% threshold, and identify areas needing improvement.

Can I use this to diagnose test failures before deploying new features?

Yes, you can diagnose test failures before deploying new features by running the full test suite to get a detailed report on failing tests along with suggested remedies.

Do I need pytest and coverage tools installed to execute project tests?

Yes, you need pytest and coverage tools installed, as this Skill requires them for deterministic task execution and performance metric reporting during test analysis.

Why does automated test execution report failures in my software development workflow?

Automated test execution reports failures because this Skill analyzes test outcomes to pinpoint root causes in your code, ensuring code quality and adherence to standards within your workflow.