review-pr

Review pull requests against zoppy-api architecture rules using gh pr diff.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Zoppy-crm/.github --skill review-pr-zoppy-crm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/Zoppy-crm/.github/tree/main/skills/shared/review-pr
Command: npx skills add https://github.com/Zoppy-crm/.github --skill review-pr-zoppy-crm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Revisa Pull Requests aplicando as regras de arquitetura e boas práticas do zoppy-api. Use esta skill sempre que o usuário quiser revisar uma PR, checar o código de um pull request, pedir feedback sobre mudanças, ou executar o comando /review-pr. Acione também em frases como "revisa essa PR", "dá uma olhada na PR #123", "faz o review", ou "revisa o diff da branch atual".

Core Features & Use Cases

  • Arquitetura e conformidade: aplica o checklist de arquitetura do zoppy-api durante a revisão de PRs.
  • Feedback estruturado: gera comentários orientados a melhorias com base no diff completo, não apenas no patch.
  • Uso com comandos: suporta revisão via /review-pr e reconhecimento de URLs ou números de PR.

Quick Start

Solicite a revisão informando o número da PR, a URL da PR ou apenas peça a revisão do diff local.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I review a pull request for architecture compliance?

You can review a pull request for architecture compliance by applying the zoppy-api architecture checklist to the complete diff, validating PR changes against structured rules, and generating feedback for improvements.

Can I use a PR number or URL to start a code review?

Yes, you can start a code review by providing a PR number, a PR URL, or by running the /review-pr command, which collects the diff and applies the architecture checklist automatically.

What is the best way to check if my pull request follows good practices?

The best way to check if your pull request follows good practices is to run a structured review checklist against the full diff, ensuring code changes align with zoppy-api architecture rules.

Does the pull request review process inspect the full diff or just the patch?

The pull request review process inspects the full diff using gh pr diff to collect changes, ensuring the structured feedback is based on the complete code change rather than just the localized patch.

How do I request feedback on a local branch diff?

You can request feedback on a local branch diff by asking to review the current branch, which triggers the diff collection and applies the zoppy-api architecture checklist to generate improvement-oriented comments.