AI AGENT ADDONS

Ai Regression Testing

affaan-m/everything-claude-code
Testing & QA
4,880installs

When an AI writes code and then reviews its own work, it can miss the same bugs twice. This skill helps you catch those hidden problems with automated regression tests. You can test API routes without a real database by using a sandbox mode. The tests run fast and find bugs that the AI overlooked.

This skill works best when you or your AI agent have changed backend logic or fixed a bug. It shows you how to set up tests with tools like Vitest and Next.js. The key idea is to write tests for bugs that were already found, not for code that works. This prevents the same bug from coming back.

One big pattern is the sandbox vs production path problem. The AI might fix the main code but forget to update the sandbox version. Automated tests catch this every time. Use /bug-check commands after changes to run these tests and keep your project safe.

Add Ai Regression Testing skill to your workflow

Global

mkdir -p ~/.claude/skills/ai-regression-testing

Project

mkdir -p .claude/skills/ai-regression-testing

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago