code-reviewer

Review completed code against project plans and coding standards.

23|2|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/herdiansah/Antigravity-Skills-Master --skill code-reviewer-herdiansah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/herdiansah/Antigravity-Skills-Master/tree/main/.agent/skills/code-reviewer
Command: npx skills add https://github.com/herdiansah/Antigravity-Skills-Master --skill code-reviewer-herdiansah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for rigorous code quality assurance and adherence to project specifications after development milestones.

Core Features & Use Cases

  • Plan Alignment Analysis: Verifies that completed code matches the original project plan and requirements.
  • Code Quality Assessment: Evaluates code for best practices, error handling, security, and performance.
  • Architecture Review: Checks for adherence to design principles, SOLID, and system integration.
  • Use Case: After implementing a new API endpoint, use this Skill to ensure it meets all functional requirements, follows security guidelines, and integrates seamlessly with the existing backend architecture.

Quick Start

Use the code-reviewer skill to review the recently completed user authentication module.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review code against project plans and coding standards?

To review code against project plans, analyze completed implementations for plan deviations and assess code quality including error handling and security. This ensures alignment with original requirements and maintains established conventions.

What does a code quality assessment check for in backend architecture?

A code quality assessment checks for adherence to design principles, evaluates error handling and security, and verifies architectural integrity for system integration. It ensures maintainability and alignment with established patterns.

How do I evaluate architectural integrity and SOLID principles in completed code?

Evaluating architectural integrity involves checking completed code against design principles like SOLID. It assesses system integration, documentation standards, and architectural conventions to ensure maintainability and seamless integration.

Can I use automated code review to verify API endpoint functional requirements?

Yes, you can use automated code review to verify recently implemented API endpoints. It ensures the code meets functional requirements, follows security guidelines, and integrates with existing backend architecture seamlessly.

When do I need to analyze plan deviations in software development?

You need to analyze plan deviations after development milestones to ensure completed code matches the original project plan and requirements. This verifies that functional specifications and quality standards are consistently met.