Act on Feedback
SkillDev toolsAct on user feedback attached to the current session. Use when the user submits feedback on the session's changes via the Submit Feedback button.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Act on Feedback skill
What this skill tells your AI
The instructions your AI receives, as published by che-incubator/che-code in code/src/vs/sessions/skills/act-on-feedback/SKILL.md and read by ahel’s review.
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
Signals
- GitHub stars
- 35
- Forks
- 50
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
act-on-feedback- Source
- github.com/che-incubator/che-code