incident-diagnoser

Diagnose failed release causes by analyzing logs, status output, and repository state.

37|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/jpcaparas/skills --skill incident-diagnoser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident-diagnoser
Source: https://github.com/jpcaparas/skills/tree/main/skills/skill-creator-advanced/evals/files/compose-library/skills/stable/incident-diagnoser
Command: npx skills add https://github.com/jpcaparas/skills --skill incident-diagnoser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose issues in failed releases efficiently, saving time and resources.

Core Features & Use Cases

  • Log Analysis: Inspect logs to identify the root cause of failures.
  • Status Output Examination: Review status outputs for clues about what went wrong.
  • Repository State Assessment: Examine repository state to pinpoint the source of the issue.
  • Command and Output Inspection: Analyze the exact command and output to understand the failure.
  • Non-Publishing: Ensure that diagnostic work does not inadvertently publish changes.

Quick Start

Run the incident-diagnoser skill with the appropriate command to diagnose the release failure.

Frequently Asked Questions about incident-diagnoser

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

FAQPage Schema
How do I diagnose a failed release by analyzing logs and repository state?

To diagnose a failed release, you analyze logs, status output, and repository state to pinpoint the root cause. Inspecting the exact command and output helps identify what went wrong during the release process.

What is the best way to inspect command output for release debugging without publishing changes?

Release debugging without publishing changes involves inspecting the command and output to understand the failure. This approach ensures diagnostic work does not inadvertently publish changes to the repository.

Can I assess repository state to find the source of a deployment failure?

Yes, you can assess repository state to find the source of a deployment failure. Examining the repository state helps pinpoint the source of the issue by revealing inconsistencies or errors in the codebase.

Does release diagnosis examine status output to identify failure recovery steps?

Yes, release diagnosis examines status output to identify failure recovery steps. Reviewing status outputs provides clues about what went wrong, enabling efficient failure recovery and issue resolution.

Why does log analysis fail to identify the root cause of some failed releases?

Log analysis might fail to identify the root cause if the logs lack sufficient detail or if the issue stems from repository state rather than runtime errors. Combining log analysis with status output examination provides a more complete picture.