ln-514-regression-checker

Execute existing test suites and report pass/fail regression status.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically runs existing tests to detect and report regressions in the codebase, ensuring stability and preventing unintended side effects from changes.

Core Features & Use Cases

  • Automated Test Execution: Runs your project's test suite without manual intervention.
  • Framework Agnostic: Detects and adapts to various testing frameworks (e.g., Jest, Pytest, JUnit).
  • Pass/Fail Reporting: Clearly indicates whether tests passed or failed.
  • Use Case: After a developer merges a new feature, this Skill can be invoked to immediately verify that no existing functionality has been broken by the new code.

Quick Start

Run the regression checker to execute all existing tests and report any failures.

Frequently Asked Questions about ln-514-regression-checker

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

FAQPage Schema
How do I automate regression testing in my CI/CD workflow?

Automated regression testing in a CI/CD workflow executes your existing test suites to detect and report codebase regressions. The checker auto-detects your testing framework and provides a clear pass or fail status to ensure code stability.

What testing frameworks are supported for automated regression checks?

Automated regression checks are framework agnostic, supporting testing frameworks like Jest, Pytest, and JUnit. The tool auto-detects the project's testing framework to run existing tests without manual configuration.

How do I run existing tests to identify code regressions after a merge?

To identify code regressions after a merge, invoke the regression checker to execute all existing tests. It runs the test suite without manual intervention and reports any failures to verify no existing functionality is broken.

Can I use this regression checker without modifying my current task statuses?

Yes, you can use the regression checker without modifying current task statuses. It is designed for continuous integration and quality assurance workflows to verify code stability without altering task status or creating new tasks.

What is the best way to catch unintended side effects from new code changes?

The best way to catch unintended side effects from new code changes is running an automated test suite. The regression checker executes existing tests to detect failures and prevent unintended side effects from recent code modifications.

Does the automated regression checker require manual test configuration?

No, the automated regression checker does not require manual test configuration. It auto-detects the testing framework used in your codebase and automatically executes the test suite to report pass or fail status.