ln-514-regression-checker

Automates execution of pytest, jest, vitest and go test suites to detect regressions.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-514-regression-checker-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-514-regression-checker
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-514-regression-checker
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-514-regression-checker-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automatically runs existing test suites to detect regressions introduced by recent code changes, ensuring code quality without manual intervention.

Core Features & Use Cases

  • Automated Test Execution: Detects and runs tests across various frameworks (pytest, jest, vitest, go test).
  • Regression Detection: Identifies failing tests and reports pass/fail status.
  • Use Case: After a developer merges a new feature, this Skill is invoked to run the entire test suite, providing a quick pass/fail verdict before code is deployed.

Quick Start

Run the regression checker to execute all 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 run automated regression tests after merging new code changes?

You can automate regression detection by invoking this Skill to locate test directories, execute the full test suite with a timeout, and report pass/fail status alongside specific failure details for recent code changes.

Does the regression checker support pytest, jest, vitest, and go test frameworks?

Yes, this regression checker supports pytest, jest, vitest, and go test frameworks. It auto-detects the configured framework, locates the test directories, and executes the tests to detect regressions automatically.

What is automated regression detection in a CI/CD pipeline?

Automated regression detection in a CI/CD pipeline executes existing test suites automatically after code changes to identify failing tests. It reports pass/fail status and failure details to ensure code quality before deployment.

Can I integrate automated test execution with existing quality coordination workflows?

Yes, automated test execution integrates with existing quality coordination workflows. The Skill executes test suites, detects regressions, and reports detailed failures, designed specifically to fit within CI/CD pipelines and quality coordination processes.

What are the limitations of automatic test framework detection for regression checking?

The limitation of automatic test framework detection is that it requires existing test directories and recognized frameworks like pytest, jest, vitest, or go test. It executes the full suite with a timeout, so missing directories will prevent regression checking.