askill
ln-514-regression-checker

ln-514-regression-checkerSafety 95Repository

Worker that runs existing tests to catch regressions. Auto-detects framework, reports pass/fail. No status changes or task creation.

172 stars
3.4k downloads
Updated 3/7/2026

Package Files

Loading files...
SKILL.md

Paths: File paths (shared/, references/, ../ln-*) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root.

Regression Checker

Runs the existing test suite to ensure no regressions after implementation changes.

Purpose & Scope

  • Detect test framework (pytest/jest/vitest/go test/etc.) and test dirs.
  • Execute full suite; capture results for Story quality gate.
  • Return PASS/FAIL with counts/log excerpts; never modifies Linear or kanban.

When to Use

  • Invoked by ln-510-quality-coordinator Phase 7
  • Code quality check passed

Workflow (concise)

  1. Auto-discover test framework per shared/references/ci_tool_detection.md Command Registry (Test Frameworks section).
  2. Read docs/project/runbook.md — get exact test commands, Docker setup, environment variables. Runbook commands take priority over auto-detection (per ci_tool_detection.md Discovery Hierarchy).
  3. Build appropriate test command; run with timeout (5min per ci_tool_detection.md); capture stdout/stderr.
  4. Parse results: passed/failed counts; key failing tests.
  5. Output verdict JSON (PASS or FAIL + failures list) and add Linear comment.

Critical Rules

  • No selective test runs; run full suite.
  • Do not fix tests or change status; only report.
  • Language preservation in comment (EN/RU).

Definition of Done

  • Framework detected; command executed.
  • Results parsed; verdict produced with failing tests (if any).
  • Linear comment posted with summary.

Reference Files

  • Risk-based limits used downstream: ../shared/references/risk_based_testing_guide.md
  • CI tool detection: shared/references/ci_tool_detection.md

Version: 3.1.0 Last Updated: 2026-01-09

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 2/22/2026

Well-structured skill for regression checking with clear workflow, auto-detection logic, and safety-focused design. Scores well on reusability and safety. Minor gaps in completeness (output formats, error handling) and actionability (heavy reliance on referenced docs). Internal naming convention and tight coupling to sibling skills suggest project-specific usage, reducing generalizability.

95
82
85
75
72

Metadata

Licenseunknown
Version-
Updated3/7/2026
Publisherlevnikolaevich

Tags

ci-cdgithub-actionstesting