code-review

Review Go pull requests for conventions, architecture, and test quality.

11|1|Updated May 15, 2026
One-click install
npx skills add https://github.com/usk6666/yorishiro-proxy --skill code-review-usk6666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/usk6666/yorishiro-proxy/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/usk6666/yorishiro-proxy --skill code-review-usk6666

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the code quality review process for Pull Requests, ensuring adherence to Go conventions, architectural standards, and test quality.

Core Features & Use Cases

  • Automated Code Analysis: Inspects code changes against best practices and project standards.
  • Contextual Review: Leverages PR details, linked issues, and project context for informed feedback.
  • Use Case: Before merging a new feature, run this Skill to automatically check the submitted code for potential bugs, style violations, and insufficient test coverage, providing a preliminary approval or flagging areas for improvement.

Quick Start

Use the code-review skill to review the pull request for the current branch.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate pull request code reviews for Go projects?

Automated pull request code reviews for Go projects are performed by examining Go conventions, architectural compliance, and test quality to identify issues across different severity levels. It integrates with GitHub and Linear to provide comprehensive contextual analysis.

Do I need the gh CLI to review pull request code quality?

Yes, you need the gh CLI installed and configured to review pull request code quality, as it is a required dependency for retrieving PR details and integrating with GitHub for comprehensive analysis.

What is included in an automated Go code quality review?

An automated Go code quality review includes inspecting code changes against best practices, checking architectural compliance, evaluating test quality, and reporting potential bugs or style violations across different severity levels.

Can I use Linear issues to add context to my GitHub pull request review?

Yes, you can use Linear issues to add context to your GitHub pull request review by leveraging linked issues and project context to provide informed feedback and comprehensive analysis.

How do I check Go architectural compliance before merging a pull request?

Checking Go architectural compliance before merging involves running an automated review that inspects code changes against project standards, identifies violations, and flags areas for improvement or provides preliminary approval.

What's the best way to flag insufficient test coverage in a pull request?

The best way to flag insufficient test coverage in a pull request is to run an automated code analysis that evaluates test quality against project standards and reports issues with specific severity levels.