adk-review

Review local repository changes across seven code quality dimensions.

Updated Jul 23, 2026
One-click install
npx skills add https://github.com/rahulgupta2018/agent-skills --skill adk-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adk-review
Source: https://github.com/rahulgupta2018/agent-skills/tree/main/skills/adk-review
Command: npx skills add https://github.com/rahulgupta2018/agent-skills --skill adk-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the lack of consistency and thoroughness in manual code reviews by providing a structured, multi-dimensional checklist that ensures code correctness, architectural integrity, and documentation completeness before changes are finalized.

Core Features & Use Cases

  • Multi-Dimensional Analysis: Evaluates code across seven critical areas including correctness, design, style, and test coverage.
  • Automated Reporting: Generates a prioritized, formatted report highlighting critical bugs, design flaws, and missing documentation.
  • Use Case: Before submitting a pull request, use this skill to ensure your changes adhere to ADK 2.0 standards, maintain public API stability, and include necessary test updates.

Quick Start

Trigger the adk-review skill to analyze all local repository changes and generate a comprehensive quality report.

Frequently Asked Questions about adk-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a multi-dimensional code review on local repository changes?

Multi-dimensional code review evaluates local repository changes across seven critical areas including syntax, design patterns, security, and documentation. It generates a prioritized report highlighting bugs, design flaws, and missing test coverage before finalizing changes.

What is the best way to ensure my code adheres to ADK 2.0 standards before a pull request?

To ensure ADK 2.0 standards compliance, run an automated static analysis and review check. This validates architectural integrity, public API stability, and documentation completeness, producing a formatted report detailing any necessary refactoring.

Does this code review skill check for security vulnerabilities and design flaws?

Yes, the code review skill checks for security vulnerabilities and design flaws. It rigorously evaluates code across specific dimensions including correctness, style compliance, architectural integrity, and security requirements to ensure comprehensive quality assurance.

How do I get a prioritized report for code correctness and style compliance?

You get a prioritized report for code correctness and style compliance by triggering an automated review of your local changes. The analysis assesses syntax and design patterns, outputting a formatted report that highlights critical issues.

Can I use this for guided remediation of architectural integrity issues?

Yes, you can use this for guided remediation of architectural integrity issues. Beyond generating a quality report, the review process provides optional, guided remediation steps to address identified design flaws and refactoring needs.

When do I need static analysis for test coverage and documentation requirements?

You need static analysis for test coverage and documentation requirements when finalizing code changes. The review process verifies that necessary test updates and documentation are complete, ensuring consistency and thoroughness before submission.