tracking-regression-tests
について
このスキルは、Claudeが「回帰テストを実行」や短縮形「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.
