deployment-correlation

Correlate incidents with deployments and code changes to identify root causes.

654|77|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/incidentfox/incidentfox --skill deployment-correlation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-correlation
Source: https://github.com/incidentfox/incidentfox/tree/main/sre-agent/.claude/skills/deployment-correlation
Command: npx skills add https://github.com/incidentfox/incidentfox --skill deployment-correlation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) components.

What problem does it solve?

Incident investigations often struggle to determine whether a deployment caused the observed issue. This Skill automatically correlates recent deployments and related code changes with incidents to surface likely culprits and provide actionable context.

Core Features & Use Cases

  • Correlation across deployments and incidents: Map incidents to the most relevant deployments and commits within a defined window.
  • Root-cause identification: Highlight suspicious commits, changes in CI pipelines, and environment configurations that may have introduced the bug.
  • Cross-repo analysis: Analyze changes across repositories and PRs to assemble a complete narrative of what changed.

Quick Start

Use the deployment-correlation Skill to identify what changed around the incident by listing recent commits, determining the deployment before the incident, and inspecting the diffs of suspect commits.

Frequently Asked Questions about deployment-correlation

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

FAQPage Schema
How do I correlate incidents with recent deployments to find a root cause?

To correlate incidents with deployments, this Skill maps incidents to the most relevant deployments and commits within a defined time window. It fetches diffs and workflow runs to highlight suspicious commits that may have introduced the bug.

Can I trace incident root causes across multiple repositories and branches?

Yes, you can trace root causes across multiple repositories and branches. The Skill analyzes changes across repositories and PRs to assemble a complete narrative of what changed during multi-repo scenarios like hotfix deployments or feature rollouts.

How do I inspect GitHub commit diffs to investigate a production incident?

You inspect GitHub commit diffs by running the included Python scripts to list recent commits, determine the deployment before the incident, and compare commits. The Skill uses a GitHub credential proxy to fetch workflow runs and diffs for deterministic investigation.

Do I need GitHub credentials to investigate CI/CD pipeline changes?

Yes, you need GitHub credentials to investigate CI/CD pipeline changes. The Skill relies on a GitHub credential proxy to securely fetch commits, diffs, and workflow runs for deterministic incident investigation.

What is the best way to identify which commit introduced a bug during a feature rollout?

The best way to identify which commit introduced a bug is to correlate the feature rollout deployment with recent code changes. The Skill maps the incident to the specific deployment and highlights suspicious commits and environment configurations that changed.