suggest-fix-issue
skill✓Given the details of an issue, suggests a fix for the issue.
apm::install
apm install @microsoft/suggest-fix-issueapm::skill.md
---
name: suggest-fix-issue
description: Given the details of an issue, suggests a fix for the issue.
---
# Suggest Fix for Issue
## Purpose
To propose a potential solution for a given issue based on its details. This skill analyzes the issue's content, including its description, comments, and any relevant context, to generate a suggestion that could help resolve the issue effectively.
## Usage
To use this skill, provide the details of an issue, including its description, comments, and any relevant context. The skill will then analyze the information and generate a suggestion for how to fix the issue. This can be particularly useful for developers looking for guidance on how to address a problem or for those who may be new to troubleshooting issues.
## How to suggest a fix
- Carefully read through the issue's description and comments to understand the problem fully.
- Where possible output code-blocks and reference real files in the workspace with the fix.
- If the issue is related to a bug, try to identify the root cause and suggest a fix that addresses it directly.