Skip to main content

fix-issue

Analyze a GitHub issue and propose or implement a fix

Ir para a instalação

Informações da origem

Repositório
stillwater-sc/mpadao-template
Última atividade na origem
8 de março de 2026 às 01:59
Idioma detectado do SKILL.md
inglês
Estrelas
1
Forks
2

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
fix-issue
description
Analyze a GitHub issue and propose or implement a fix
argument-hint
<issue number>
disable-model-invocation
true
Workflow for fixing GitHub issue #$ARGUMENTS: 1. Fetch issue details: gh issue view $ARGUMENTS 2. Read all comments: gh api repos/{owner}/{repo}/issues/$ARGUMENTS/comments 3. Understand the problem: - What is the expected behavior? - What is the actual behavior? - What components are affected? 4. Search the codebase for relevant code using Grep and Glob 5. Identify the root cause 6. Present a fix plan to the user — do NOT implement without approval 7. After user approval: - Create a feature branch: git checkout -b fix/issue-$ARGUMENTS - Implement the fix - Build and test: cd build && cmake .. && make -j$(nproc) && ctest - Commit with "Fixes #$ARGUMENTS" in the message - Offer to create a PR
Ver no GitHub