debugging-production-issues

Investigate production issues through structured context gathering and log analysis.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/pelchers/SessionSaver --skill debugging-production-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debugging-production-issues
Source: https://github.com/pelchers/SessionSaver/tree/main/.codex/skills/debugging-production-issues
Command: npx skills add https://github.com/pelchers/SessionSaver --skill debugging-production-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic approach to investigating and resolving production issues. Use when debugging errors, analyzing logs, profiling performance, or investigating user-reported problems in production environments.

Core Features & Use Cases

  • Structured investigation workflow for rapid issue resolution.
  • Context gathering, log analysis, reproduction strategies, and root-cause identification.
  • Use Case: When incidents occur in production, follow the workflow to identify causes, validate fixes, and prevent recurrence.

Quick Start

Initiate investigation by gathering contextual details using the Essential Information Checklist.

Frequently Asked Questions about debugging-production-issues

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

FAQPage Schema
How do I debug production issues and minimize downtime?

To debug production issues efficiently, follow a structured investigation workflow: gather essential context, analyze log patterns, reproduce the error, and determine the root cause. This systematic approach minimizes downtime and validates fixes.

What is the best way to analyze logs for a root-cause investigation?

Analyzing logs for a root-cause investigation requires structured context gathering and log-pattern analysis to identify anomalies. This process isolates the specific failures triggering user-reported problems in production environments.

How do I profile performance issues in a production environment?

Profiling performance issues in a production environment involves systematically investigating application behavior and analyzing logs to identify bottlenecks. This structured workflow helps determine the root cause of degradation and verifies performance improvements.

Can I use a structured workflow for investigating user-reported production problems?

Yes, a structured investigation workflow is designed specifically for user-reported production problems. It facilitates context gathering, reproducible reproduction strategies, and root-cause identification to efficiently diagnose and resolve the reported errors.

What should I do after fixing a production incident to prevent recurrence?

After fixing a production incident, perform post-mortem verification to validate the fix and prevent recurrence. This step finalizes the incident-response workflow by confirming the root cause is fully resolved under production conditions.