Labsco
microsoft logo

suggest-fix-issue

✓ Official2,599

by microsoft · part of microsoft/vscode-pull-request-github

Given the details of an issue, suggests a fix for the issue.

🧰 Not standalone. This skill ships with microsoft/vscode-pull-request-github and only works together with that tool — install the tool first, then add this skill.

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.