Add issue resolver prompt for analyzing and resolving GitHub issues #21499
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.
Context
This PR introduces a GitHub Copilot Agent prompt file to help maintain the repository by analyzing issues that can be possibly resolved. This prompt will guide Copilot agents to review and analyze long-standing issues to determine if they've been addressed through code changes, documentation updates, or architectural improvements.
📌 Related WI: AB#2337822
Task Name
N/A - This is a repository maintenance tool, not a pipeline task.
Description
Added a new Copilot agent prompt file (issueresolver.prompt.md) that defines an "Issue Resolution Specialist" agent. This agent is designed to:
Risk Assessment (Low / Medium / High)
Low - This change only adds a documentation/prompt file and does not modify any production code, task logic, or runtime behavior. It's a tool for repository maintenance and has no impact on end users.
Change Behind Feature Flag (Yes / No)
No - Not applicable. This is a static prompt file for Copilot agent guidance, not a feature that requires runtime control.
Tech Design / Approach
Documentation Changes Required (Yes/No)
No - The prompt file itself is self-documenting. No additional user-facing documentation is needed.
Unit Tests Added or Updated (Yes / No)
No - Not applicable. This is a prompt configuration file, not executable code.
Additional Testing Performed
Manual review of the prompt structure and content to ensure:
Logging Added/Updated (Yes/No)
No - Not applicable.
Telemetry Added/Updated (Yes/No)
No - Not applicable.
Rollback Scenario and Process (Yes/No)
Yes - Simple rollback: delete the prompt file or revert the commit. No dependencies or side effects.
Dependency Impact Assessed and Regression Tested (Yes/No)
N/A - This change has no dependencies and cannot cause regressions as it only adds a new prompt file.
Checklist