BigHugger
sk Skill · affaan-m

ai-regression-testing

Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code. Use when adding regression coverage to AI-assisted code, or when the same model both wrote and reviewed a change.

installs 8w
1,611
30-day movement
starts with the next reading
Related entries
5
Connections
0
typescriptmarkdownJavaScript

An agent skill that provides regression testing strategies for AI-assisted development, focused on sandbox-mode API testing without database dependencies and automated bug-check workflows. It documents common AI regression patterns and blind spots that arise when the same model writes and reviews code.

Reach for it when adding regression coverage to AI-written code or guarding against the predictable blind spots of self-review by the same model.

Use it to

  • Add regression tests after fixing a bug in AI-modified API routes
  • Set up sandbox-mode API testing with Vitest and Next.js
  • Verify sandbox and production path parity
  • Integrate tests into an automated bug-check workflow
  • Recognize common AI regression patterns like SELECT clause omission

For Developers using AI coding agents on API-heavy projects

Host repository
affaan-m/ECC
Installs, lifetime
3,000
Installs, 8 weeks
1,611
Host stars
259k
Host language
JavaScript
topicsregression-testingai-assisted-developmentapi-testingsandbox-modevitestbug-check-workflow