Summary
Per the roadmap under Prompt Engineering > Will Do:
Add incident response prompts for Azure operations scenarios
HVE Core should provide prompt templates to help teams respond to Azure incidents with AI assistance.
Problem
- No incident response prompts exist in the repository
- Teams handling Azure incidents don't have AI-assisted guidance
- The roadmap explicitly lists incident response prompts as a priority
Proposed Solution
Create .github/prompts/incident-response.prompt.md with structured prompts for:
- Initial triage - Rapid assessment of incident scope and severity
- Diagnostic queries - KQL patterns for Azure Monitor, Log Analytics
- Impact analysis - Affected resources, services, and users
- Mitigation actions - Common remediation patterns
- RCA preparation - Root cause analysis documentation support
Example prompt structure
---
description: Incident response workflow for Azure operations
mode: agent
tools:
- user-context
- run_in_terminal
---
# Incident Response Assistant
## Context
You are helping an SRE respond to an Azure incident.
## Workflow
### 1. Initial Assessment
Gather: [incident description, affected services, timeline]
### 2. Diagnostic Phase
Generate KQL queries for:
- Error rates and patterns
- Resource health status
- Recent deployments/changes
### 3. Mitigation Recommendations
Based on symptoms, suggest:
- Immediate actions (scaling, failover, rollback)
- Communication templates
- Escalation criteria
Acceptance Criteria
References
Summary
Per the roadmap under Prompt Engineering > Will Do:
HVE Core should provide prompt templates to help teams respond to Azure incidents with AI assistance.
Problem
Proposed Solution
Create
.github/prompts/incident-response.prompt.mdwith structured prompts for:Example prompt structure
Acceptance Criteria
.github/prompts/incident-response.prompt.mdReferences