production-qa-tester

Diagnose production bugs in Next.js apps using Supabase.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/theeabrarrr/LPG-Connect --skill production-qa-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-qa-tester
Source: https://github.com/theeabrarrr/LPG-Connect/tree/main/.agents/skills/production-qa-tester
Command: npx skills add https://github.com/theeabrarrr/LPG-Connect --skill production-qa-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses and guides non-destructive production bug fixes, audits, and debugging workflows for modern Next.js apps using Supabase, with emphasis on safe, observable changes.

Core Features & Use Cases

  • Provides step-by-step guidelines for diagnosing production issues, auditing code changes, and implementing surgical fixes without rewriting core logic.
  • Advises on adding console logging in server actions to improve production visibility and traceability.
  • Recommends test strategies that mock Supabase to avoid live-data pollution and ensure reliability in CI/CD environments.

Quick Start

Run the QA checklist to review the current production issue, identify the minimal fix, and implement a traceable, non-destructive patch.

Frequently Asked Questions about production-qa-tester

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

FAQPage Schema
How do I debug production bugs in Next.js without modifying live data?

Debug production bugs in Next.js by applying surgical fixes and using tests that mock Supabase to prevent live-data pollution. This approach ensures non-destructive, observable changes without rewriting core logic.

What is the best way to add logging to Supabase server actions for production debugging?

The best way to add logging to Supabase server actions is strategically placing console logs within the server actions. This improves production visibility and traceability without altering the application's core logic.

How do I audit code changes before deploying a production bug fix?

Audit code changes before deploying a production bug fix by running a QA checklist to review the issue, identify the minimal fix, and implement a traceable, non-destructive patch.

Do I need to mock Supabase to test Next.js server actions safely?

Yes, you need to mock Supabase to test Next.js server actions safely. Mocking Supabase avoids live-data access, prevents data pollution, and ensures test reliability within CI/CD environments.

Can I use standard testing workflows to fix production issues in Supabase?

You can use standard testing workflows to fix production issues in Supabase, but they must be adapted to apply surgical fix discipline, strategic logging, and mocked data access to ensure safe, non-destructive patches.

Why should I avoid rewriting core logic when diagnosing production issues?

You should avoid rewriting core logic when diagnosing production issues to maintain non-destructive, observable changes. Surgical fixes minimize the risk of introducing new bugs while resolving the immediate production error.