/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.
$ npx -y skills add microsoft/vscode --skill act-on-feedback --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/act-on-feedback
Context preview
The summary Claude sees to decide when to auto-load this skill.
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.
SKILL.md
act-on-feedback.SKILL.mdname: 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
Repo: microsoft/vscode
Other skills on vscode.
- /agent-customization
**WORKFLOW SKILL** — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). USE FOR: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or
Open skill - /chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their
Open skill - /create-agent
Create a custom agent (.agent.md) for a specific job.
Open skill - /create-hook
Create a hook (.json) to enforce policy or automate agent lifecycle events.
Open skill - /create-instructions
Create an instructions file (.instructions.md) for a project rule or convention.
Open skill - /create-prompt
Create a reusable prompt file (.prompt.md) for a common task.
Open skill

