From a2c65b91260b0b8fb141f34a5ca64ba293df66d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Mon, 30 Mar 2026 19:12:59 +0100 Subject: [PATCH] Remove checkout requirement from PR review skill (#166902) --- .claude/skills/github-pr-reviewer/SKILL.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.claude/skills/github-pr-reviewer/SKILL.md b/.claude/skills/github-pr-reviewer/SKILL.md index 3d3586eb0f4..1a7e09945cd 100644 --- a/.claude/skills/github-pr-reviewer/SKILL.md +++ b/.claude/skills/github-pr-reviewer/SKILL.md @@ -5,14 +5,6 @@ description: Review a GitHub pull request and provide feedback comments. Use whe # Review GitHub Pull Request -## Preparation: -- Check if the local commit matches the last one in the PR. If not, checkout the PR locally using 'gh pr checkout'. -- CRITICAL: If 'gh pr checkout' fails for ANY reason, you MUST immediately STOP. - - Do NOT attempt any workarounds. - - Do NOT proceed with the review. - - ALERT about the failure and WAIT for instructions. - - This is a hard requirement - no exceptions. - ## Follow these steps: 1. Use 'gh pr view' to get the PR details and description. 2. Use 'gh pr diff' to see all the changes in the PR.