forensic-analysis-report

Produce structured forensic markdown reports from GitHub Actions workflow evidence.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/intel-agency/convo-content-buddy-papa92 --skill forensic-analysis-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forensic-analysis-report
Source: https://github.com/intel-agency/convo-content-buddy-papa92/tree/main/.agents/skills/forensic-analysis-report
Command: npx skills add https://github.com/intel-agency/convo-content-buddy-papa92 --skill forensic-analysis-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill turns scattered repository, workflow, and workflow run artifacts into a structured, evidence-backed forensic markdown report so teams can understand what failed, why, and what to do next without ad-hoc detective work.

Core Features & Use Cases

  • Investigation Modes: Supports repo-level pattern analysis, single-workflow trend investigations, and deep dives on individual workflow runs.
  • Evidence-first Forensics: Builds an evidence inventory, reconstructs failure timelines, and separates observed facts from inference to keep findings defensible.
  • Actionable Outputs: Produces a decision-ready markdown report that includes root cause layers, multiple solution options with pros/cons, and a recommended remediation path following the bundled exemplar.
  • Use Case: Use when a GitHub Actions workflow is failing intermittently, when regressions recur across runs, or when a post-mortem must be written from run logs and artifacts.

Quick Start

Run a forensic analysis on repo intel-agency/convo-content-buddy-papa92 in repo mode to produce a decision-ready markdown forensic report following the exemplar.

Frequently Asked Questions about forensic-analysis-report

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

FAQPage Schema
How do I write a postmortem for failing GitHub Actions workflows?

Writing a postmortem for failing GitHub Actions workflows requires gathering run logs, workflow definitions, and artifacts to reconstruct the failure timeline. The process separates observed facts from inferences to produce an evidence-backed root cause analysis report.

What is forensic analysis in incident response for continuous integration?

Forensic analysis in incident response for CI is the process of building an evidence inventory from workflow runs to determine what failed and why. It reconstructs failure timelines and separates observed facts from inference to keep findings defensible.

How do I perform root cause analysis on intermittent GitHub Actions regressions?

To perform root cause analysis on intermittent GitHub Actions regressions, analyze repo-wide failure patterns and individual workflow run logs. This investigation identifies root cause layers and compares multiple solution options with pros and cons for remediation.

Do I need raw workflow run logs to investigate recurring CI failures?

Yes, you need raw workflow run logs, workflow definitions, and relevant artifacts to investigate recurring CI failures. Access to this repository evidence is required to produce a structured forensic markdown report with a recommended remediation path.

What is the best way to audit repo-wide GitHub Actions failure patterns?

The best way to audit repo-wide GitHub Actions failure patterns is to perform a repo-level investigation that builds an evidence inventory from scattered workflow artifacts. This approach produces a decision-ready markdown report comparing solution options and recommending remediation.

Can I separate observed facts from inference when analyzing workflow run failures?

Yes, you can separate observed facts from inference when analyzing workflow run failures by following an evidence-first forensics methodology. This practice keeps findings defensible and supports clear root cause identification in the final markdown report.