Publishes structured, line-level code review comments to GitHub Pull Requests as pending reviews for manual approval.
The GitHub Review Publisher skill streamlines the code review process by transforming identified issues into professional, well-formatted GitHub PR comments. It automatically categorizes feedback by severity, generates side-by-side code comparisons for suggested fixes, and assesses the impact of each finding. By validating line numbers against the actual PR diff and utilizing a 'pending review' state, it ensures that your automated feedback is technically accurate and allows for final human verification before the review is made public to the team.
Key Features
01Precision line-level commenting using the GitHub API
02Enhanced Markdown structure featuring code examples and impact assessments
03Automatic line number validation against PR diffs to prevent API errors
04Pending review workflow allowing manual approval before final posting
05Severity-based formatting for Critical, Warning, and Suggestion levels
060 GitHub stars
Use Cases
01Bulk-posting code quality suggestions without manual copy-pasting from CLI tools
02Converting security scan findings into readable, actionable GitHub comments
03Automating the final publication step of an AI-driven PR review pipeline