What problem does it solve? When a user submits feedback on changes made during a coding session, someone must interpret each comment, modify the code accordingly, and close out the feedback loop. This Skill automates that cycle by retrieving session feedback, acting on the requested changes, and resolving the comments. ## Core Features & Use Cases - Feedback Retrieval: Uses the listComments tool to pull all feedback comments attached to the current session. - Targeted Action: Acts only on specifically attached comments when provided, or on all listed comments otherwise. - Comment Lifecycle Management: Marks addressed comments as resolved with resolveComments or removes them with deleteComments. - Use Case: After an AI coding session modifies several files, the user clicks Submit Feedback noting that a function should handle null inputs. This Skill reads that comment, updates the function, and marks the feedback resolved. ## Quick Start Submit feedback on the session's changes and ask the assistant to act on the submitted feedback comments.