ai-regression-testing

Run automated bug-check workflows for sandbox-mode API regression testing.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/hector-manny/bussbot --skill ai-regression-testing-hector-manny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-regression-testing
Source: https://github.com/hector-manny/bussbot/tree/main/.cursor/skills/ai-regression-testing
Command: npx skills add https://github.com/hector-manny/bussbot --skill ai-regression-testing-hector-manny

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the issue of systematic blind spots in AI-assisted development where the same model writes and reviews code, leading to regression errors that can be missed during the process.

Core Features & Use Cases

  • Automated Bug-Check Workflows: Utilizes AI to automate the identification and verification of bugs.
  • Sandbox-Mode API Testing: Performs DB-free testing for API routes and backend logic.
  • Patterns to Catch AI Blind Spots: Offers strategies for catching issues like sandbox/production path inconsistencies.
  • Use Case: In a project with a sandbox mode, after an AI agent has modified API routes, the Skill can be used to ensure that changes don't introduce regressions.

Quick Start

Run the 'bug-check' command to activate the automated regression testing.

Frequently Asked Questions about ai-regression-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I catch regressions introduced by AI code generation?

To catch regressions introduced by AI code generation, you can run automated bug-check workflows designed to identify AI blind spots and verify modified API routes for systematic errors.

What is sandbox-mode API testing for AI-assisted development?

Sandbox-mode API testing is a database-free testing method for API routes and backend logic, designed to catch sandbox and production path inconsistencies caused by AI modifications.

Do I need environment variables for sandbox mode to run API testing?

Yes, you need to configure environment variables for sandbox mode and have a Next.js setup, as these are required to execute the database-free API testing workflows.

How do I run automated bug-check workflows after an AI agent modifies code?

You can run automated bug-check workflows by executing the 'bug-check' command, which activates the regression testing process to verify AI-modified API routes.

Why does the same AI model writing and reviewing code cause regression errors?

When the same AI model writes and reviews code, it creates systematic blind spots where regression errors are missed during the process, requiring automated testing patterns to catch them.

What are the limitations of automated regression testing for AI-generated code?

This testing approach is limited to sandbox-mode environments and requires Next.js setup, meaning it cannot test production database paths directly and focuses on API route logic.