Reviews all local changes in the repository for errors, styling compliance, unintended outcomes, and necessary documentation/test/sample updates. Generates a report and assists in fixing identified issues on-demand. Triggers on "adk-review", "review changes", "pr review", "check code style", "verify changes".
npx skills add https://github.com/google/adk-python --skill adk-review
This skill guides AI assistants in performing a comprehensive, rigorous review of local repository changes before they are committed or submitted. It evaluates code correctness, style guidelines, architectural impact, and checks if associated tests, samples, and documentation need updates. It generates a detailed report and, upon explicit user request, assists in automatically fixing the identified issues.
> [!NOTE]
> Always read this skill and follow its steps when asked to review local changes or before finalizing a PR/commit.
Any, and prefer specific/abstract types. Use X | None instead of Optional[X].except:. Always catch specific exceptions and log them properly with context._) per ADK rules.isinstance) before checking type-specific or custom attributes (e.g., checking if a node is an LlmAgent before inspecting its mode), avoiding errors on unexpected types.None, empty collections, zero, or empty strings) using validation or fallback defaults.adk-style skill (including Pydantic v2 patterns, lazy logging evaluation, and file structure).pre-commit run --files <files> if hooks like isort, pyink, addlicense, or mdformat are not configured automatically.src/google/adk/). Breaking changes are unacceptable without a formal deprecation cycle under Semantic Versioning.docs/design and docs/guides)docs/design/ require updates or new documents need to be written.docs/guides/ need updates.contributing/samples/ are affected by the change.adk-sample-creator conventions).tests/.adk-style testing reference (e.g., using deterministic IDs, event normalization, and clean up utilities).When the adk-review skill is triggered, you MUST execute the following steps:
Run git status and git diff to identify exactly which files have been modified, added, or deleted.
Analyze the retrieved diffs file-by-file against the seven dimensions in the Checklist. Identify any errors, deviations, or missing files (such as docs, tests, or samples).
Generate a clear, beautifully formatted Markdown report categorized by priority:
Include the specific filename and line number/context for each finding.
Stop execution here. Do NOT call any code editing tools or modify the codebase automatically. Present the generated review report clearly to the user, highlighting key takeaways, and stop.
Do NOT ask the user if they want you to fix the issues, and do NOT offer interactive fixing options by default. Simply stop and wait for the user to explicitly command or ask you to fix the changes.
If, and only if, the user explicitly instructs or requests you to apply a fix for some or all of the identified findings:
adk-style and adk-architecture rules.pytest or pre-commit hooks) before concluding.Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
Comprehensive GitHub code review with AI-powered swarm coordination
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.
GitHub CLI - manage repositories, issues, pull requests, actions, releases, and more from the command line.
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.
You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti
Take google/adk-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.