MCP HubMCP Hub
スキル一覧に戻る

Tracking Regression Tests

jeremylongshore
更新日 Today
39 閲覧
712
74
712
GitHubで表示
メタaitestingautomation

について

このスキルにより、Claudeは回帰テストの追跡と実行が可能となり、新しいコード変更が既存の機能を破壊しないことを保証します。"track regression"や短縮コマンドの"reg"などのコマンドで起動され、テスト実行の自動化と変更影響の分析を通じてコードの安定性を維持します。主な機能には、重要なテストの特定、テスト履歴に基づくインサイトの提供、`regression-test-tracker`プラグインによる不安定なテストの検出などが含まれます。

クイックインストール

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/plugin-enhancements/plugin-backups/regression-test-tracker_20251019_160927/skills/skill-adapter
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

evaluating-llms-harness

テスト

This 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.

スキルを見る

sglang

メタ

SGLang 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.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る