start-feature-code-review-agent

Analyze feature code against design documents and coding standards.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/mozilor-technologies/mozilor-skills --skill start-feature-code-review-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-feature-code-review-agent
Source: https://github.com/mozilor-technologies/mozilor-skills/tree/main/skills/workflow/start-feature-code-review-agent
Command: npx skills add https://github.com/mozilor-technologies/mozilor-skills --skill start-feature-code-review-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) and scripts (resource) components.

What problem does it solve?

This Skill helps automate the review process of feature implementation files, ensuring adherence to design and standards.

Core Features & Use Cases

  • Design and Code Standards Verification: Loads external coding standards and compares implementation to ensure compliance.
  • Design Document Analysis: Reads design files to validate code correctness against approved specifications.
  • File Review Automation: Reads all relevant files listed in the design document for comprehensive analysis.
  • Issue Reporting: Generates a structured list of issues, prioritizing critical, major, and minor problems for developers.

Quick Start

Invoke the agent with the design path and code standards digest to perform an automated review of feature code.

Frequently Asked Questions about start-feature-code-review-agent

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

FAQPage Schema
How do I automate code review against design documents and coding standards?

Automated code review against design documents loads external standards and design files, compares implementation details, and generates a structured issue report. It validates code correctness by reading all relevant files listed in the approved specifications to identify deviations.

What is design validation in feature code workflows?

Design validation in feature workflows is the process of reading design files to verify code correctness against approved specifications. It ensures implementation adherence by comparing the actual code against the expected design, identifying logical errors and deviations automatically.

How do I detect logical errors and performance concerns during peer review?

Detecting logical errors and performance concerns during peer review requires analyzing implementation files against design specifications and coding standards. This automated comparison identifies critical, major, and minor problems, generating a prioritized list of issues for developers.

Can I verify standards compliance for feature implementation files automatically?

You can verify standards compliance for feature implementation files by loading external coding standards and comparing the implementation. This automated file review reads all relevant files listed in the design document to ensure adherence to the required specifications.

What do I need to provide to perform an automated feature code review?

To perform an automated feature code review, you need to provide the design path and code standards digest. The agent uses these inputs to read the design files, compare the implementation, and generate a detailed issue report.

How are identified issues prioritized in the generated review reports?

Identified issues in generated review reports are prioritized into critical, major, and minor problems. This structured issue reporting helps developers address logical errors, deviations, and performance concerns based on their severity during quality assurance.