ln-502-regression-checker
✓Worker that runs existing tests to catch regressions. Auto-detects framework, reports pass/fail. No status changes or task creation.
Installation
SKILL.md
Runs the existing test suite to ensure no regressions after implementation changes.
Workflow (concise) 1) Auto-discover framework and test locations from repo config/files. 2) Read docs/project/runbook.md — get exact test commands, Docker setup, environment variables. Use commands from runbook, NOT guessed commands.
3) Build appropriate test command; run with timeout (5m); 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.
Worker that runs existing tests to catch regressions. Auto-detects framework, reports pass/fail. No status changes or task creation. Source: levnikolaevich/claude-code-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-502-regression-checker- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is ln-502-regression-checker?
Worker that runs existing tests to catch regressions. Auto-detects framework, reports pass/fail. No status changes or task creation. Source: levnikolaevich/claude-code-skills.
How do I install ln-502-regression-checker?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-502-regression-checker Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/levnikolaevich/claude-code-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01