review-integrate

Audit Go integration pull requests against architectural and best practice checklists.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/viqueen/claude-go-playground --skill review-integrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-integrate
Source: https://github.com/viqueen/claude-go-playground/tree/main/.claude/skills/review-integrate
Command: npx skills add https://github.com/viqueen/claude-go-playground --skill review-integrate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the tedious and error-prone process of manually reviewing code integrations, ensuring adherence to architectural standards and best practices.

Core Features & Use Cases

  • Automated Code Auditing: Checks for correct file structure, API versioning, package conventions, and handler/mapper implementation.
  • Outbox and Server Wiring Verification: Validates the correct setup of outbox workers and server registration for new domains.
  • Use Case: A developer submits a pull request to integrate a new feature. This Skill performs a comprehensive audit, flagging any deviations from the established Go backend architecture before human review.

Quick Start

Use the review-integrate skill to audit the pull request with number 123.

Frequently Asked Questions about review-integrate

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

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

Automating code review for Go integration pull requests requires auditing API handlers, mappers, route files, and outbox patterns against a checklist. This Skill validates architectural correctness and ensures proper package and import conventions are followed before human review.

What is the best way to validate Connect-RPC backend wiring in a PR?

Validating Connect-RPC backend wiring in a PR involves checking server registration for new domains and verifying outbox worker setup. This Skill audits these specific components to ensure new feature integrations adhere to established gRPC backend architecture standards.

Can I check Go package conventions and API versioning in an automated audit?

Checking Go package conventions and API versioning in an automated audit is possible. This Skill flags deviations from established file structure and implementation standards, validating that handlers and mappers adhere to architectural best practices.

How does an outbox pattern verification check work for gRPC integrations?

An outbox pattern verification check for gRPC integrations validates the correct setup of outbox workers. This Skill performs this verification during pull request audits to ensure integration code maintains architectural correctness for new domains.

Do I need a predefined checklist to audit backend integration code?

A predefined checklist is needed to effectively audit backend integration code. This Skill uses one to automatically validate file structure, API versioning, and server wiring, flagging any architectural deviations before manual code review.