adk-pr-analyze
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 customfetch_github_issue/fetch_github_prpython tools, theghcommand, or the helper scripts provided.