code-reviewer

Review mini_agent code changes against constitution Principles I-IX.

Updated Sep 22, 2025
One-click install
npx skills add https://github.com/MRenAIAgent/mini_agent --skill code-reviewer-mrenaiagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/MRenAIAgent/mini_agent/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/MRenAIAgent/mini_agent --skill code-reviewer-mrenaiagent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Code Review skill provides a structured, repeatable process for evaluating changes to the mini_agent framework, ensuring adherence to the constitution, architecture, and quality standards.

Core Features & Use Cases

  • Load Constitution: Read .specify/memory/constitution.md to understand all principles (I-IX).
  • Identify Review Scope: Determine the files or components to review based on user input or recent changes.
  • Constitutional Compliance Check: Verify Principle I-IX for each file/component and provide actionable feedback (e.g., design quality, tests, performance).
  • Code Quality & Best Practices: Assess Pythonic patterns, style, and test coverage, and suggest improvements.
  • Actionable Feedback: Present precise file:line references and recommended fixes.

Quick Start

Initiate a code review for the latest changes and report any constitutional or quality issues.

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 changes for constitutional compliance and code quality?

To review code changes for constitutional compliance, load the `.specify/memory/constitution.md` file to verify Principles I-IX, assess Pythonic patterns and test coverage, then generate precise, actionable feedback with file:line references.

What is a constitutional compliance check for mini_agent framework updates?

A constitutional compliance check verifies that code changes adhere to Principles I-IX defined in `.specify/memory/constitution.md`, evaluating design quality, tests, and performance to provide actionable feedback with file:line references.

How do I check mini_agent principles and architecture conformance for recent changes?

You can check conformance to mini_agent principles by identifying the review scope from recent changes, loading the constitution document, and evaluating each file against the defined architectural and quality standards.

Do I need a constitution.md file to perform a code review?

Yes, a constitution document located at `.specify/memory/constitution.md` is required to load all principles (I-IX) and perform the constitutional compliance and code quality assessment.

What is the best way to generate actionable feedback with file:line references?

The best way to generate actionable feedback is by assessing Pythonic patterns, style, and test coverage against the constitution, then presenting precise file:line references with recommended fixes for each identified issue.

When should I initiate a code review for mini_agent framework changes?

You should initiate a code review when user requests it, when significant changes are introduced to the framework, or when checking conformance to mini_agent principles and quality standards.