review-and-comments

Automate pull request review for code quality and security vulnerabilities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the code review process by automating the analysis of pull requests for quality and security issues, ensuring consistent feedback without manual oversight.

Core Features & Use Cases

  • Automated Code Analysis: Executes a comprehensive review of code changes to identify potential bugs, security vulnerabilities, and style violations.
  • Integrated Feedback: Automatically posts the generated review comments directly to the pull request, facilitating faster developer iteration.
  • Use Case: Use this tool to perform a preliminary security and quality audit on a new feature branch before a human reviewer takes a final look, significantly reducing the time spent on initial feedback cycles.

Quick Start

Run the review-and-comments skill on the current pull request to generate and post feedback.

Frequently Asked Questions about review-and-comments

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

FAQPage Schema
How do I automate pull request code reviews for security vulnerabilities?

You can automate pull request code reviews by executing a sequential analysis of code changes to identify bugs, security vulnerabilities, and style violations. This skill generates and posts feedback directly to the pull request, reducing manual oversight.

Can I automatically post code review comments to a pull request?

Automatically posting code review comments to a pull request is supported. Integrated feedback delivery posts generated review comments directly to the pull request on version control platforms, facilitating faster developer iteration cycles.

Does automated code review work with existing linting and security scanning scripts?

Automated code review requires integration with existing review-pr and post-review-comments utility scripts to execute sequential analysis. It applies to software development workflows requiring automated linting and security scanning tasks.

What is the best way to perform a preliminary security audit on a feature branch?

The best way to perform a preliminary security audit on a feature branch is using automated code analysis. This approach identifies potential bugs and security vulnerabilities, significantly reducing the time spent on initial feedback cycles before a human reviewer takes a final look.

When do I need to automate feedback delivery on version control platforms?

Automating feedback delivery on version control platforms is needed when streamlining the code review process to ensure consistent feedback without manual oversight. It facilitates faster developer iteration by automatically posting generated review comments directly to the pull request.

What are the limitations of automating code quality reviews without manual oversight?

Automated code quality reviews serve as a preliminary audit before a human reviewer takes a final look. They require integration with existing review-pr and post-review-comments utility scripts to execute sequential analysis and reporting tasks, meaning they do not fully replace human judgment.