diffx-finish-review
Installation
SKILL.md
Finish diffx Review
Fetch all review comments from the running diffx server, apply the requested changes, and mark each comment as resolved.
What to do
1. Fetch comments from the API
The diffx server is running locally. Check the earlier conversation context for the port diffx reported on startup. Fetch all comments:
curl -s http://localhost:<port>/api/comments
Replace <port> with the port number diffx reported on startup (visible in the server log output).
The response is a JSON array of comment objects: