adk-pr-analyze

Installation
SKILL.md

ADK Pull Request Analysis (adk-pr-analyze)

This skill provides a structured workflow for analyzing, verifying, and triaging GitHub pull requests (PRs) from the google/adk-python repository. When instructed to analyze a PR, follow this read-only workflow.

[!IMPORTANT] Strict Read-Only Constraint: This skill is strictly read-only. You MUST NOT modify any code, create new branches, or write any implementation. Your role is only to analyze the PR and output the report. Do NOT use file creation or editing tools (e.g. write_to_file, replace_file_content, edit_file, etc.) in the workspace (except for assigning the PR to yourself if the user approves taking it over).

Strict Tooling Constraint: Do NOT use curl, wget, or any HTTP requests to fetch PR/issue content. You MUST parse/extract the numbers and use strictly the custom fetch_github_issue / fetch_github_pr python tools, the gh command, or the helper scripts provided.


Phase 1: Retrieve and Parse the PR & Linked Context (Read-Only)

Installs
1
GitHub Stars
20.3K
First Seen
Jun 11, 2026
adk-pr-analyze — google/adk-python