We could create a new command to address feedback on a PR. It could follow a structure like this:
- Provide Git instructions to fetch the PR and its comments.
- Analyze the feedback.
- If needed, gather additional information from the thoughts folder.
- Review one comment at a time (feel free to group related ones). For each comment, give your opinion on whether it should be addressed and explain why. If the user agrees to address it, suggest an implementation. If not, collaborate on drafting a response.
- Once all comments have been addressed, commit and push the changes.
We could create a new command to address feedback on a PR. It could follow a structure like this: