
act-on-feedback
✓ Official★ 187,144by microsoft · part of microsoft/vscode
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.
🔒 Repo-maintenance skill. It exists to help maintain microsoft/vscode itself — it's only useful if you contribute code to that project.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Act on Feedback
The user has provided feedback on the current session's changes.
- Use the
listCommentstool to retrieve the user's feedback comments for this session - 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
- Understand the intent behind each piece of feedback you are acting on
- Make the requested changes to address the feedback
- When feedback has been tackled, use the
resolveCommentstool to mark those comments as resolved, or thedeleteCommentstool to delete them - Verify your changes are consistent with the rest of the codebase
Copy & paste — that's it
npx skills add https://github.com/microsoft/vscode --skill act-on-feedbackRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →