Skip to main content

act-on-feedback

Act on user feedback attached to the current session. Use when the user submits feedback on the session's changes via the Submit Feedback button.

Ir para a instalação

Informações da origem

Repositório
microsoft/vscode
Última atividade na origem
18 de junho de 2026 às 12:40
Idioma detectado do SKILL.md
inglês
Estrelas
192.746
Forks
42.911

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
act-on-feedback
description
Act on user feedback attached to the current session. Use when the user submits feedback on the session's changes via the Submit Feedback button.
<!-- Customize this skill and select save to override its behavior. Delete that copy to restore the built-in behavior. --> # Act on Feedback The user has provided feedback on the current session's changes. 1. Use the `listComments` tool to retrieve the user's feedback comments for this session 2. If specific feedback comments were attached to this message, act on **only** those attached comments (match them by their comment id); otherwise act on all of the listed comments, or whatever subset the user specified in their message 3. Understand the intent behind each piece of feedback you are acting on 4. Make the requested changes to address the feedback 5. When feedback has been tackled, use the `resolveComments` tool to mark those comments as resolved, or the `deleteComments` tool to delete them 6. Verify your changes are consistent with the rest of the codebase
Ver no GitHub