Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLI+17 more

    SRE Infrastructure — Production Debugging & Recovery System

    by Lorky Rongai

    1

    A Principal SRE agent for production debugging, root cause analysis, and generating deployment-ready fixes.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    Fix Node.js EADDRINUSE in Express on AWS. Log: 'Error: listen EADDRINUSE: address already in use :::3000'. Tech: Node 20. Context: app.listen(3000). Tool: CloudWatch. Expert: Senior.

    Your agent does

    CRITICAL PRODUCTION RISK DETECTED

    RISK CLASSIFICATION: KATEGORI B

    Technical Root Cause: A zombie process is holding TCP port 3000, preventing the new deployment from binding.

    Fix: process.on('SIGTERM', () => { server.close(() => { process.exit(0); }); });

    What you get

    Diagnose catastrophic production failures using 5-Whys root cause analysis.Generate full-file, production-ready code fixes without placeholders.Create Mermaid.js flowcharts to visualize bug logic vs fixed architecture.Develop step-by-step deployment SOPs and rollback safety plans.Audit fixes against OWASP security standards and performance bottlenecks.

    About this skill

    The problem

    Production outages and stack traces are often met with generic AI advice that lacks architectural context or security awareness. Developers waste time manually tracing logs, only to receive partial code snippets or "placeholder" fixes that introduce new regressions.

    WHAT YOU GET WHEN PURCHASING THIS PRODUCT:

    • The Universal AI Skill (.md): A precision-engineered logic core that handles complex variables, forcing the AI to take full responsibility for technical reasoning across multiple platforms.
    • The Claude-Optimized Skill (.md): Enhanced version for the Claude agentic ecosystem, optimized for long-form architectural analysis and deep debugging.
    • The Openclaw-Optimized Skill (.md): A streamlined deployment file for Openclaw integration, perfect for automated SRE workflows.
    • README.txt Quick Start Guide: A simple, fast-track guide to deploying your debugging engine without technical friction.

    What it does

    • Performs deep root cause analysis using the 5-Whys framework to separate symptoms from architectural flaws.
    • Generates complete, deployment-ready source code fixes without placeholders or lazy comments.
    • Classifies risks into categories and enforces human review gates for high-impact production changes.
    • Produces Mermaid.js diagrams to visualize logic failures versus the proposed fixed state.
    • Provides a mandatory rollback strategy and specific unit tests to verify the resolution.

    Frameworks & tools

    Compatible with any tech stack including Node.js, Java/Spring Boot, Python, and Go. Integrates with logs from CloudWatch, Sentry, Datadog, and other APM tools.

    Why this beats prompting it yourself

    Generic prompts often suggest unsafe fixes like disabling SSL or using chmod 777. This skill enforces strict production safety protocols, security audits (OWASP), and requires dense technical explanations that prevent the AI from giving shallow, unhelpful answers.

    Use cases

    • Resolving zombie processes and EADDRINUSE errors in containerized environments.
    • Fixing memory leaks and connection pool exhaustion in high-traffic services.
    • Remediating NullPointerExceptions with defensive, null-safe architectural patterns.
    • Drafting emergency production deployment SOPs during active incidents.

    Known limitations

    Requires the user to provide specific logs and code context for accuracy. It cannot directly access your private production environment or execute shell commands automatically.

    Changelog

    1. v1.1LatestAug 15, 2026

      Updated skill file

    2. v1.0Aug 15, 2026

      Initial release

    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

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean today

    Listedtoday

    Creator

    Lorky Rongai

    Lorky Rongai

    16 skills on Agensi

    Frequently Asked Questions

    Popular in DevOps & Deployment