post-review-comments

Generate and submit line-level and summary-level code review comments to GitHub pull requests.

1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/dyoshikawa/webseek --skill post-review-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-review-comments
Source: https://github.com/dyoshikawa/webseek/tree/main/.rulesync/skills/post-review-comments
Command: npx skills add https://github.com/dyoshikawa/webseek --skill post-review-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the time-consuming nature of manual code reviews by generating concise, high-quality, and conversational feedback for pull requests.

Core Features & Use Cases

  • Line-Level Feedback: Automatically identifies bugs, style issues, and improvement opportunities within the diff.
  • Overall Assessment: Synthesizes a summary-level review that provides context and direction for the contributor.
  • Use Case: When a developer submits a large PR, use this Skill to quickly generate a balanced, human-sounding review that highlights critical issues without the robotic tone of standard automated linters.

Quick Start

Run the post-review-comments skill to analyze the current pull request and post a comprehensive review to GitHub.

Frequently Asked Questions about post-review-comments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review comments on GitHub pull requests?

You can automate code review comments by analyzing pull request diffs to generate and submit line-level and summary-level feedback. This Skill requires the GitHub CLI (gh) to authenticate and execute API calls for posting reviews directly to the repository.

Can I post line-level feedback on specific code changes in a PR?

Yes, line-level feedback can be posted automatically. The Skill identifies bugs, style issues, and improvement opportunities within the diff and submits comments targeting those specific code changes through GitHub API calls.

Do I need the GitHub CLI to post automated PR feedback?

Yes, the GitHub CLI (gh) is required. The Skill operates by using the GitHub CLI to authenticate and execute the API calls necessary for posting the generated review comments directly to the repository.

Does automated code review generate an overall assessment for the contributor?

Yes, in addition to line-level comments, the Skill synthesizes a summary-level review. This overall assessment provides context and direction for the contributor, highlighting critical issues in a conversational tone.

What is the best way to generate human-sounding code review feedback for large pull requests?

The best way to generate human-sounding feedback is to use an automation Skill that analyzes diffs and produces concise, conversational reviews. It highlights critical issues without the robotic tone of standard automated linters.