Review and address Pull Request comments from GitHub
Reviews and addresses GitHub Pull Request comments by analyzing feedback, making code changes, and pushing fixes
/plugin marketplace add majesticlabs-dev/majestic-marketplace/plugin install majestic-engineer@majestic-marketplace[PR #/URL]git/gh pr view $ARGUMENTS --json number,title,body,state,authorgh pr view $ARGUMENTS --json reviews,commentsgit statusgit branch --show-currentReview and address Pull Request comments for PR #$ARGUMENTS. Follow these steps:
Analyze the PR comments:
Address comments in priority order:
For each comment addressed:
Create commit with changes:
git add .git commit -m "Address PR feedback: [summary of changes]"Push and verify:
git pushgh run list --limit 1 --json conclusion --jq '.[].conclusion'$ARGUMENTS should be the PR number (e.g., /project:pr-review 123)Provide a summary in this format:
## PR Review Summary
### Comments Addressed
- [List of comments that were fixed with brief explanation]
### Comments Skipped
- [List of comments not addressed with reasons]
### Changes Made
- [Summary of code changes]
### CI Status
- [Result of CI check]
/pr-review 123
This will review and address comments for PR #123.
/pr-reviewConduct comprehensive PR review from multiple perspectives (PM, Developer, QA, Security)