
suggest-fix-issue
✓ Official★ 2,599by microsoft · part of microsoft/vscode-pull-request-github
Given the details of an issue, suggests a fix for the issue.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
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.
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.
npx skills add https://github.com/microsoft/vscode-pull-request-github --skill suggest-fix-issueRun this in your project — your agent picks the skill up automatically.
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.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →