ln-782-test-runner

Execute all defined test suites and generate code coverage reports.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-782-test-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-782-test-runner
Source: https://github.com/dorrio/sorteo-app-generator/tree/main/.agent/skills/ln-782-test-runner
Command: npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-782-test-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of all test suites and provides comprehensive coverage reports, ensuring code quality and identifying areas for improvement.

Core Features & Use Cases

  • Comprehensive Test Execution: Runs all defined test suites within the project.
  • Code Coverage Reporting: Generates detailed reports on the percentage of code covered by tests.
  • Use Case: Before merging a new feature, use this Skill to run all unit and integration tests, verifying that the changes haven't introduced regressions and that the new code is adequately tested.

Quick Start

Run all test suites and generate a coverage report.

Frequently Asked Questions about ln-782-test-runner

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

FAQPage Schema
How do I automate running test suites and generating code coverage reports?

To automate test execution and code coverage reporting, this Skill runs all defined test suites and generates detailed reports on the percentage of code covered. This ensures code quality and identifies untested areas before merging new features.

What is the best way to verify code integrity for continuous integration?

Verifying code integrity for continuous integration involves executing all project test suites and analyzing coverage reports. This Skill facilitates quality assurance by automating these checks to prevent regressions and confirm test efficacy.

Can I use this test runner to check for regressions before merging a feature?

Yes, you can use this test runner to check for regressions before merging a feature. It executes all unit and integration tests, verifying that changes haven't introduced issues and that new code is adequately tested.

Do I need a testing framework to generate code coverage reports?

Yes, you need access to the project's testing framework and coverage tools to generate code coverage reports. This Skill requires these existing components to execute test suites and calculate the percentage of code covered.

How does code coverage reporting identify areas for improvement?

Code coverage reporting identifies areas for improvement by calculating the exact percentage of code executed during test suite runs. It highlights untested logic paths, ensuring you know exactly where to add tests to improve quality assurance.