MCP HubMCP Hub
返回技能列表

tracking-regression-tests

jeremylongshore
更新于 Today
56 次查看
712
74
712
在 GitHub 上查看
aitestingautomation

关于

This skill enables Claude to track and run regression tests to ensure new changes don't break existing functionality, triggered by phrases like "run regression tests" or the shortcut "reg". It automates test execution, analyzes change impact, and provides insights into test history and flaky tests using the `regression-test-tracker` plugin. Use it to maintain code stability by identifying and automating critical tests.

快速安装

Claude Code

推荐
插件命令推荐
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git 克隆备选方式
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/tracking-regression-tests

在 Claude Code 中复制并粘贴此命令以安装该技能

技能文档

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

  1. Identify Regression Tests: The user marks specific tests as part of the regression suite using the --mark flag.
  2. Execute Regression Suite: The skill runs the designated regression tests.
  3. 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:

  1. Execute all tests marked as part of the regression suite.
  2. 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:

  1. Mark the test test_example as part of the regression suite.
  2. 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.

GitHub 仓库

jeremylongshore/claude-code-plugins-plus
路径: backups/skills-batch-20251204-000554/plugins/testing/regression-test-tracker/skills/regression-test-tracker
aiautomationclaude-codedevopsmarketplacemcp

相关推荐技能