.agents/skills/adk-issue-fix/SKILL.md
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.
gh issue view <issue_number> --repo google/adk-python --json closedByPullRequestsReferences
closedByPullRequestsReferences list is not empty (which indicates that there are already pull requests linked to this issue):
origin/main), not the current local branch. For example:
git checkout -b fix/issue-<issue_number> origin/main
adk-style and adk-architecture./docs/design and /docs/guides if applicable to the changes./contributing/samples if applicable to demonstrate the new capability or updated behavior.