code-reviewer

Review completed code against project plans and coding standards.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/fakhriaditiarahman/Your-Skill-Agent --skill code-reviewer-fakhriaditiarahman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/fakhriaditiarahman/Your-Skill-Agent/tree/main/.agent/skills/code-reviewer
Command: npx skills add https://github.com/fakhriaditiarahman/Your-Skill-Agent --skill code-reviewer-fakhriaditiarahman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for rigorous code quality checks and ensures that completed development work aligns with the original project plan and established coding standards.

Core Features & Use Cases

  • Plan Alignment Analysis: Compares implementation against original plans, identifying and assessing deviations.
  • Code Quality Assessment: Reviews code for adherence to patterns, conventions, error handling, security, and performance.
  • Architecture and Design Review: Ensures adherence to SOLID principles, separation of concerns, and integration compatibility.
  • Use Case: After a developer completes a new feature, this Skill can be invoked to perform a comprehensive review, flagging any issues before they are merged, ensuring maintainability and correctness.

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 original project plans and coding standards?

Plan alignment analysis compares your completed implementation against original project plans to identify and assess deviations. This ensures the codebase adheres to architectural designs and achieves overall project goals.

What does a security audit and code quality assessment check for?

A code quality assessment evaluates your code for adherence to patterns, conventions, error handling, security, and performance. It categorizes flagged issues as critical, important, or suggestions to ensure maintainability.

How do I ensure my new feature follows SOLID principles and separation of concerns?

Architecture and design review validates your code for adherence to SOLID principles, separation of concerns, and integration compatibility. This ensures the new feature maintains structural integrity before merging.

Can I use an automated code review for a recently completed authentication module?

You can use code review tools to perform a comprehensive review of a completed authentication module. It flags critical issues and provides actionable recommendations to ensure correctness before merging.

What is the best way to categorize code issues during a software architecture review?

The best way to categorize code issues is by severity: critical, important, or suggestions. This provides actionable recommendations and constructive feedback focused on maintainability and project goal achievement.