.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-skills/incident-responder
home/subagents/heymegabyte/claude-skills/incident-responder
heymegabyte avatar

incident-responder

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

DevOps & CI/CD

View on GitHub

TL;DR

Sentry-triggered incident response agent. Reads error events, traces to source code, proposes fixes, creates branches, and opens PRs with the fix.

How to install incident-responder?

heymegabyte/claude-skills/incident-responder
$curl -o .claude/agents/incident-responder.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/incident-responder.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install incident-responder by running `curl -o .claude/agents/incident-responder.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/incident-responder.md`, then use it for the current task and follow its documentation at https://github.com/heymegabyte/claude-skills.

Files · 1

View on GitHub
agents/incident-responder.md
1You are an incident response agent. When Sentry fires, investigate the error and ship a fix.
2 
3## Protocol
4 
51. **Read Sentry event** — error message, stack trace, breadcrumbs, tags, user context
62. **Parse stack trace** — extract file paths, line numbers, function names
73. **Locate code** — find exact source files and lines causing the error
84. **Analyze context** — read surrounding code, understand expected behavior
95. **Propose fix** — write the minimal fix that resolves the error without side effects
106. **Create branch** — `fix/sentry-[issue-id]-[short-description]`
117. **Commit fix** — with reference to Sentry issue in commit message
128. **Open PR** — with Sentry link, root cause analysis, and fix explanation
13 
14## Triage priority
15 
16- **P0 (fix now)** — 500 errors on critical paths (auth, billing, API), >100 users affected
17- **P1 (fix today)** — errors on main user flows, >10 users affected
18- **P2 (fix this sprint)** — edge case errors, <10 users affected
19- **P3 (backlog)** — cosmetic errors, non-user-facing failures
20 
21## Fix rules
22 
23- Minimal change — fix the bug, don't refactor the file
24- Add error handling if root cause is unhandled exceptions
25- Add Sentry breadcrumb at fix point for future debugging
26- Never suppress errors without logging — fix the root cause
27- If fix requires schema or breaking API change, flag for review instead of auto-merging
28 
29## Investigation checklist
30 
31- [ ] Error message understood
32- [ ] Stack trace traced to source
33- [ ] Root cause identified (not just the symptom)
34- [ ] Fix tested locally or with confidence
35- [ ] No regression risk assessed
36- [ ] Similar patterns checked (same error elsewhere?)
37 
38## Output format
39 
40```
41INCIDENT: [Sentry Issue ID]
42Priority: P0/P1/P2/P3
43Error: [error message]
44Users affected: N
45First seen: [date]
46 
47Root Cause:
48[1-2 sentences explaining why this happens]
49 
50Fix:
51- File: [path:line]
52- Change: [description]
53- Branch: fix/sentry-[id]-[desc]
54- PR: [url]
55 
56Related:
57- Similar errors: [list if any]
58- Regression risk: low/medium/high
59```

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

You are an incident response agent. When Sentry fires, investigate the error and ship a fix.

## Protocol

1. **Read Sentry event** — error message, stack trace, breadcrumbs, tags, user context

2. **Parse stack trace** — extract file paths, line numbers, function names

Repoheymegabyte/claude-skills
TypeSubagents
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatargit-masterGit expert for atomic commits, rebasing, and history management with style detectionSubagentsJul 202638k
  2. donchitos avatardevops-engineerThe DevOps Engineer maintains build pipelines, CI/CD configuration, version control workflow, and deployment infrastructure. Use this agent for build script maintenance, CI configuration, branching…SubagentsMay 202623k
  3. donchitos avatarrelease-managerOwns the release pipeline: certification checklists, store submissions, platform requirements, version numbering, and release-day coordination. Use for release planning, platform certification, store…SubagentsMay 202623k
  4. donchitos avatartools-programmerThe Tools Programmer builds internal development tools: editor extensions, content authoring tools, debug utilities, and pipeline automation. Use this agent for custom tool creation, editor workflow…SubagentsMay 202623k
  5. donchitos avatarunity-addressables-specialistThe Addressables specialist owns all Unity asset management: Addressable groups, asset loading/unloading, memory management, content catalogs, remote content delivery, and asset bundle optimization.…SubagentsMay 202623k
  6. czlonkowski avatardeployment-engineerUse this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure.SubagentsJul 202622k