feat: add incident response prompt template#386
Merged
agreaves-ms merged 6 commits intomicrosoft:mainfrom Feb 6, 2026
Merged
Conversation
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.
agreaves-ms
requested changes
Feb 2, 2026
|
thanks for the review, will update it |
- Replace hardcoded severity table with discovery instructions - Remove hardcoded KQL queries, guide dynamic query building via Azure MCP - Replace hardcoded mitigation patterns with discovery from docs/runbooks - Extract RCA template to docs/templates/rca-template.md (Google SRE format) - Replace static Azure docs links with microsoft-docs MCP reference - Remove escalation criteria section Addresses review comments from @agreaves-ms
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #386 +/- ##
==========================================
- Coverage 76.22% 76.19% -0.03%
==========================================
Files 20 20
Lines 3503 3503
==========================================
- Hits 2670 2669 -1
- Misses 833 834 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
- Change nested list dashes to asterisks in incident-response.prompt.md (MD004) - Add 'MMDD' to cspell dictionary for rca-template.md - Format tables with markdown-table-formatter - Add frontmatter and Copilot footer to rca-template.md - Remove duplicate H1 heading (title in frontmatter)
agreaves-ms
approved these changes
Feb 6, 2026
WilliamBerryiii
pushed a commit
that referenced
this pull request
Feb 6, 2026
🤖 I have created a release *beep* *boop* --- ## [2.2.0](hve-core-v2.1.0...hve-core-v2.2.0) (2026-02-06) ### ✨ Features * add incident response prompt template ([#386](#386)) ([0adb35c](0adb35c)) * add Skills and VS Code Extension categories to issue/PR templates ([#410](#410)) ([108e160](108e160)) * **hve-core-guidance-instructions:** update guidance artifacts and MCP config ([#402](#402)) ([25b34de](25b34de)) * **security:** add action version consistency validation ([#423](#423)) ([f3bb787](f3bb787)) * **workflows:** add copyright header validation CI workflow ([#429](#429)) ([c53de22](c53de22)) ### 🐛 Bug Fixes * **docs:** add missing Copilot footers, consolidate validation exclusions ([#419](#419)) ([e40f960](e40f960)) * **scripts:** include CIHelpers module + packaging script testability ([#420](#420)) ([da26edf](da26edf)) ### ♻️ Refactoring * migrate inline CI code to CIHelpers module ([#393](#393)) ([adf6a5f](adf6a5f)) ### 🔧 Maintenance * **templates:** align issue templates with conventional commit format ([#427](#427)) ([2d28702](2d28702)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: hve-core-release-please[bot] <254602402+hve-core-release-please[bot]@users.noreply.github.com>
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.
Fixes #319
Summary
Add incident response workflow prompt for Azure operations scenarios, as outlined in the roadmap.
Changes
Created
.github/prompts/incident-response.prompt.mdwith structured prompts for:Updated
.github/prompts/README.mdto include the new promptAcceptance Criteria
.github/prompts/incident-response.prompt.mdTesting