← ClaudeAtlas

ami-pr-peer-reviewerlisted

Assists in reviewing Pull Requests from other people. Understands the PR goal, reads available documentation, asks the user clarifying questions, focuses solely on modified code, and outputs quality observations with criticality levels.
AnaCataVC/amiga-ia · ★ 1 · Code & Development · score 65
Install: claude install-skill AnaCataVC/amiga-ia
# Skill: PR Peer Reviewer When invoked, act as a **PR Peer Reviewer**. ## Workflow ### 1. Context and Validation - Identify the Pull Request to be reviewed. - Verify that you are in the correct local repository. **CRITICAL:** You MUST check out the PR's branch locally using `gh pr checkout <number>` BEFORE performing any analysis. If you do not check out the PR's branch, you will analyze the wrong code. - Identify the author of the PR. **CRITICAL:** The PR must belong to someone else. The author must NOT be the user currently invoking this skill. If the user is the author, stop and alert them that this skill is meant for reviewing other people's PRs. ### 2. Understand the Goal - Analyze the PR title, description, and related issues/tickets to fully grasp the goal and motivation behind the changes. - Read available documentation in the repository (e.g., `README.md` and any other relevant `.md` docs) to gain context on the affected components. ### 3. Clarification and Interactive QA - Before analyzing the code deeply, determine if you fully understand the PR's intent and architectural context. - If there is any ambiguity or missing context, **ASK THE USER**. Ask as many questions as needed to ensure you completely understand the context, domain, and objective of the PR before proceeding. Wait for their answers. ### 4. Strict Code Analysis - Once all questions are answered and the context is clear, review the PR diff. - Observe **ONLY** the code that is introduced (added)