Add AWS incident triage agent + CloudWatch investigation skill#2071
Merged
aaronpowell merged 2 commits intoJun 22, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
main, but PRs should target staged.
The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.
You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 2071 --base staged
Contributor
✅ External plugin PR checks passed
Per-plugin quality summary
No changed external plugin entries were detected in this PR. |
Agent: structured on-call SRE persona driving alarm→metrics→logs→traces→hypothesis loop. Skill: reusable Logs Insights query templates, blast-radius narrowing, deploy correlation patterns. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
f57fe26 to
50afe7b
Compare
Contributor
🔍 Skill Validator Results⛔ Findings need attention
Summary
Full validator output
|
Contributor
🔒 PR Risk Scan ResultsScanned 4 changed file(s).
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
aaronpowell
approved these changes
Jun 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
aws-incident-triage.agent.md): On-call SRE persona with 6-phase investigation protocol — alarms → blast radius → metrics → logs → traces → root-cause hypothesis with evidence citations.skills/aws-cloudwatch-investigation/SKILL.md): 5 reusable patterns — Logs Insights query templates (errors, p99, cold starts, OOM), alarm-to-deploy correlation, blast-radius decision tree, PromQL-style metric queries, incident timeline reconstruction.Motivation
Existing AWS agents in this repo focus on architecture and planning. None wire up the multi-signal investigation loop that on-call engineers actually need during incidents — fusing alarms, metrics, logs, and traces into a structured triage flow.
Test plan
.schemas/if schema validation is configured🤖 Generated with Claude Code