Skip to content

Conversation

@littleKitchen
Copy link
Contributor

Fixes #319

Summary

Add incident response workflow prompt for Azure operations scenarios, as outlined in the roadmap.

Changes

  • Created .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
  • Updated .github/prompts/README.md to include the new prompt

Acceptance 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

Testing

  • ✅ Markdown lint: 0 errors
  • ✅ Spell check: 0 errors
  • ✅ Frontmatter validates against schema

Fixes microsoft#319

Add incident response workflow prompt for Azure operations scenarios with:
- Initial triage and severity assessment
- Diagnostic KQL queries for Azure Monitor and Log Analytics
- Mitigation patterns and communication templates
- Root cause analysis documentation structure

Includes Azure-specific patterns for resource health, Activity Log,
Application Insights, and service health monitoring.
@littleKitchen littleKitchen requested a review from a team as a code owner February 1, 2026 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add incident response prompt template

1 participant