-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
featureNew feature triggering minor version bumpNew feature triggering minor version bumppromptsCopilot prompt files (.prompt.md)Copilot prompt files (.prompt.md)
Milestone
Description
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 criteriaAcceptance Criteria
- File created at
.github/prompts/incident-response.prompt.md - Frontmatter follows repository conventions
- Prompt covers triage, diagnostics, mitigation, and RCA phases
- Includes Azure-specific patterns (KQL, resource health, Activity Log)
- References Azure Monitor and Log Analytics documentation
References
- Azure Monitor documentation
- Roadmap - Prompt Engineering section
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature triggering minor version bumpNew feature triggering minor version bumppromptsCopilot prompt files (.prompt.md)Copilot prompt files (.prompt.md)