investigating-incidents-with-aws-devops-agent

Installation
SKILL.md

Investigate an AWS incident

AgentSpace routing (SigV4 only): If list_agent_spaces is available in your tool list and the multi-space orchestration skill has NOT been invoked yet this session, invoke it first to determine which agent_space_id to use. Then pass agent_space_id on all tool calls below. For bearer token auth this is unnecessary — the token is already scoped to one space.

Use this when the user is reporting or describing an operational problem that needs deep async analysis (5–8 minutes of agent work). For fast questions about cost, architecture, or topology, use the chatting-with-aws-devops-agent skill instead.

Pre-flight

Before starting an investigation, gather local context and pack it into the title parameter. This is the killer feature — the DevOps Agent knows your AWS cloud; you know the user's local workspace.

Always collect:

  • Service identity from package.json / pom.xml / Cargo.toml / requirements.txt / Makefile
  • git log --oneline -10 (recent commits — agent correlates deploys to incidents)
  • git diff --stat (uncommitted work that might be relevant)

When investigating errors, also include:

Installs
100
GitHub Stars
1.8K
First Seen
Jun 18, 2026
investigating-incidents-with-aws-devops-agent — aws/agent-toolkit-for-aws