Production Bug Hunter

    3

    Systematic runtime bug detection and automated patching for Firebase, Next.js, and Vercel stacks.

    Free

    12 installsSecurity scanned

    Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+17 more

    See it in action

    You say

    Run a priority P2 sweep on my hooks directory to find any Firestore listener leaks or missing cleanups.

    Your agent does

    SEVERITY: P2 FILE: src/hooks/useChat.ts:42 CAUSE: onSnapshot listener lacks cleanup, causing memory leaks on unmount. FIX: useEffect(() => { const unsub = onSnapshot(docRef, (doc) => setData(doc.data())); return () => unsub(); // Added cleanup }, [docId]);

    About this skill

    Stop Production Fires Before They Start

    The Production Bug Hunter is a specialized diagnostic skill designed to bridge the gap between "tests pass" and "production works." It targets the complex runtime failures—race conditions, stale states, and listener leaks—that static analysis and unit tests often miss in high-load environments.

    What it does

    This skill performs a priority-ordered sweep of your repository to identify and fix critical infrastructure bugs tailored to the Firebase, Next.js, and Vercel stack. It specifically hunts for:

    • P0 Auth Race Conditions: Detects simultaneous Firebase initialization and unguarded auth state access.
    • P1 Stale State Drift: Identifies UI/database desyncs and missing optimistic update rollbacks.
    • P2 Listener Leaks: Finds uncleaned onSnapshot subscriptions that cause memory bloat and stale data.
    • P3 Environment Mismatches: Cross-references source code with CI/CD YAML files to catch missing secrets and version drifts.

    Why use this skill?

    Unlike general-purpose coding assistants, this skill employs a systematic "hunter-killer" methodology. It doesn't just look for clean code; it looks for architectural patterns that break under real-world stress. For a developer, it's like having a senior SRE perform a deep-dive audit of your app's reactivity and auth patterns in seconds, providing ready-to-apply patches for every vulnerability found.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    12 installs

    Downloaded by developers to date

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean 4 months ago

    • Free to download with an account

    Listed4 months ago

    Frequently Asked Questions

    Free