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.

跳到安装

来源信息

仓库
microsoft/vscode
最近来源活动
2026年6月18日 12:40
检测到的 SKILL.md 语言
英语
星标
192,746
分支
42,911

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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
在 GitHub 查看