# Suggest Fix Issue

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

- Skill: `microsoft/suggest-fix-issue` (Agent Skill)
- Install (CLI): `npx skillmds@latest add microsoft/suggest-fix-issue`
- Raw SKILL.md: https://api.skillmd.com/api/skills/microsoft/suggest-fix-issue/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Microsoft (https://skillmd.com/u/microsoft)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/microsoft/suggest-fix-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.
