adk-issue-fix

Installation
SKILL.md

ADK Issue Fix Implementation

This skill provides a structured workflow for implementing bug fixes or new features for GitHub issues in the google/adk-python repository. Only invoke/use this skill once the user has approved the fix.

Implementation Steps

1. Check for Existing Pull Requests (Entry Gate)

  • Check linked pull requests: Before creating a branch or implementing changes, check if the issue is already linked to any pull requests by querying the issue details:
    gh issue view <issue_number> --repo google/adk-python --json closedByPullRequestsReferences
    
  • Refuse to Proceed: If the closedByPullRequestsReferences list is not empty (which indicates that there are already pull requests linked to this issue):
    • Stop immediately: You MUST refuse to proceed with the fix implementation.
    • Output details: Report the linked PR details (PR number, URL) to the user and terminate the skill execution.
Installs
2
GitHub Stars
20.3K
First Seen
Jun 4, 2026
adk-issue-fix — google/adk-python