Tracking Regression Tests
について
このスキルは、Claudeが回帰テストを追跡・実行し、新たなコード変更が既存の機能を破壊しないことを保証するものです。"track regression" や短縮コマンドの "reg" などのコマンドで起動され、テスト実行の自動化と変更影響の分析を通じてコードの安定性を維持します。また、`regression-test-tracker` プラグインを使用してテスト履歴の分析情報を提供し、不安定なテストを特定する機能も備えています。
クイックインストール
Claude Code
推奨/plugin add https://github.com/jeremylongshore/claude-code-plugins-plusgit 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
- 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.
GitHub リポジトリ
関連スキル
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.
