pr-review

Automate Go pull request reviews for standards, test coverage, and documentation.

35|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/a3tai/openclaw-go --skill pr-review-a3tai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/a3tai/openclaw-go/tree/main/.opencode/skills/pr-review
Command: npx skills add https://github.com/a3tai/openclaw-go --skill pr-review-a3tai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of code review for pull requests, ensuring adherence to Go conventions, test coverage, and more, saving time and reducing human error.

Core Features & Use Cases

  • Code Standards Enforcement: Enforces Go code standards, including naming conventions, error handling, and more.
  • Test Coverage Analysis: Checks for adequate test coverage and race conditions.
  • Documentation and Protocol Compliance: Ensures proper documentation and protocol adherence.
  • Use Case: Use this Skill to automatically review pull requests in your Go-based projects, ensuring code quality and consistency before merging.

Quick Start

Run the pr-review skill on a pull request to automatically check for code quality and standards adherence.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate Go code review for pull requests in GitHub?

Automate Go code review for pull requests by running a skill that enforces Go coding standards, checks test coverage, and validates documentation within GitHub continuous integration workflows. This reduces human error and saves time before merging.

What Go coding standards are enforced during an automated pull request review?

Automated pull request review enforces Go coding standards including naming conventions, error handling, test coverage, race conditions, and protocol compliance. It ensures proper documentation and consistent code quality across the project.

Can I check Go test coverage and race conditions in a continuous integration workflow?

Check Go test coverage and race conditions in a continuous integration workflow by applying automated pull request review checks. These checks ensure adequate coverage and identify race conditions before code is merged into the repository.

Do I need Go installed to run automated code quality checks on pull requests?

Yes, you need Go installed to run automated code quality checks on pull requests. The review process requires the Go environment and a set of predefined checks to enforce standards, test coverage, and documentation compliance.

What is the best way to enforce Go conventions and documentation in pull requests?

The best way to enforce Go conventions and documentation in pull requests is through automated review scripts that check for standard adherence. This approach ensures consistent code quality and proper protocol compliance before merging.

Why does my automated pull request review fail for Go projects?

Automated pull request review fails for Go projects when code violates predefined coding standards, lacks adequate test coverage, contains race conditions, or misses proper documentation required by the continuous integration workflow.