Documentation
README
Address PR review comments systematically.
Process
-
Get review comments: Use
gh api graphqlto fetch all review threads and comments for the PR. (If a PR number is not provided in the input, look up the PR for the current branch). -
Analyze comments: Review all the feedback to understand what changes are needed
-
Address each comment systematically: For each review comment:
- Make the requested code changes
- Verify the changes fix the issue raised
- Add explanatory comments if the reviewer requested clarification
- Test changes to ensure they don't break existing functionality
-
Quality assurance: Run type-check, build, and lint to ensure all changes are correct
This is the opening of the README. Read the full README on GitHub.