.agents/skills/adk-issue/SKILL.md
This skill orchestrates the analysis, triage, and resolution of GitHub issues for the google/adk-python repository. When a user provides a GitHub issue number or link, follow this two-phase workflow by delegating/calling the specific sub-skills:
adk-issue-analyze: Follow the instructions in the adk-issue-analyze skill (located at .agents/skills/adk-issue-analyze/SKILL.md) to fetch the issue, inspect the codebase, evaluate legitimacy, search for existing PRs, and present a structured analysis report."Would you like me to create and implement a fix for this issue in the workspace? (Note: The changes and tests will be created in a new branch but NOT committed, so you can review and iterate on them.)"
adk-issue-fix: Once the user approves, follow the instructions in the adk-issue-fix skill (located at .agents/skills/adk-issue-fix/SKILL.md) to create the branch, implement the fix, add/update tests, update docs, and update samples.