tracking-regression-tests
About
This skill enables Claude to track and run regression tests to ensure new code changes don't break existing functionality. It helps maintain code stability by identifying critical tests, automating their execution, and analyzing the impact of changes. Use it when you need to run regression tests or track test history using the "reg" shortcut.
Documentation
Overview
This skill allows Claude to track and execute regression tests, which are crucial for maintaining software quality and preventing unintended consequences from new code changes. By automating the regression testing process, Claude can quickly identify and address potential issues before they impact users.
How It Works
- Identify Regression Tests: The user marks specific tests as part of the regression suite using the
--markflag. - Execute Regression Suite: The skill runs the designated regression tests.
- Analyze Results: The skill analyzes the test results, highlighting failures and potential flaky tests.
When to Use This Skill
This skill activates when you need to:
- Run the regression test suite before deploying new code.
- Mark a specific test as part of the regression suite.
- Investigate potential regressions after making code changes.
Examples
Example 1: Running the Regression Suite
User request: "run regression tests"
The skill will:
- Execute all tests marked as part of the regression suite.
- Report the results, including any failures or flaky tests.
Example 2: Marking a Test for Regression
User request: "track regression --mark test_example"
The skill will:
- Mark the test
test_exampleas part of the regression suite. - Confirm that the test has been added to the suite.
Best Practices
- Test Selection: Choose tests that cover critical functionality and are likely to be affected by changes.
- Frequency: Run the regression suite frequently, especially before deployments.
- Analysis: Carefully analyze test failures to identify the root cause of regressions.
Integration
This skill can be integrated with other testing and CI/CD tools to automate the regression testing process as part of a larger development workflow.
Quick Install
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/regression-test-trackerCopy and paste this command in Claude Code to install this skill
GitHub 仓库
Related Skills
sglang
MetaSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
llamaguard
OtherLlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.
evaluating-llms-harness
TestingThis Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.
langchain
MetaLangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.
