# pr-refinement - Author: M763468 - Repository: M763468/ai-dev-workflow-template - Version: 20260201020159 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/M763468/ai-dev-workflow-template - Web: https://mule.run/skillshub/@@M763468/ai-dev-workflow-template~pr-refinement:20260201020159 --- # PR Refinement ## Purpose To review pull request comments and apply necessary corrections to the code. ## Input - PR number or branch name - PR comments ## Output - Code changes addressing the comments - A summary of the changes made ## Steps 1. Fetch the PR comments using the `gh` CLI or by reviewing the PR on GitHub. 2. Analyze each comment to understand the required changes. 3. Implement the necessary code modifications. 4. Test the changes to ensure they are correct and do not introduce new issues. 5. Commit the changes and push them to the branch. 6. Respond to the comments on the PR, explaining the changes made. ## Example Commands - `gh pr checkout ` - `gh pr view --comments` - `gh pr diff ` - `gh pr review --body "Addressed comments."`