code-review-genius

Review code against story requirements using 9 quality dimensions.

1|Updated Mar 11, 2025
One-click install
npx skills add https://github.com/danielstewart77/hive_mind --skill code-review-genius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-genius
Source: https://github.com/danielstewart77/hive_mind/tree/main/specs/skills/code-review-genius
Command: npx skills add https://github.com/danielstewart77/hive_mind --skill code-review-genius

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of conducting thorough code reviews, ensuring code meets quality standards and aligns with story requirements before it's merged.

Core Features & Use Cases

  • Structured Code Evaluation: Reviews code against 9 defined quality dimensions (Correctness, Readability, Simplicity, etc.).
  • Requirement Traceability: Maps code implementation directly to acceptance criteria from story descriptions.
  • Automated Reporting: Generates a detailed CODE-REVIEW.md document outlining findings and a remediation plan.
  • Use Case: After a developer implements a new feature, use this Skill to get an immediate, comprehensive review that highlights any issues and provides clear steps for correction.

Quick Start

Run the code-review-genius skill with the path to your story documents.

Frequently Asked Questions about code-review-genius

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

FAQPage Schema
How do I automate code review against story requirements before a pull request?

Automate code review by reading story descriptions and implementation files, evaluating git diffs against 9 quality dimensions, and generating a CODE-REVIEW.md file with findings and remediation steps.

What is structured code evaluation and how does it map to acceptance criteria?

Structured code evaluation reviews changed files via git diff against 9 quality dimensions like correctness and readability, mapping implementation directly to acceptance criteria from story descriptions to ensure traceability.

Can I use git diff to review only changed files for quality assurance?

Yes, you can review changed files via git diff for quality assurance. The review evaluates the code modifications against story requirements and produces a detailed report with a remediation plan.

What do I need to prepare before running an automated code review?

You need to prepare STORY-DESCRIPTION.md and IMPLEMENTATION.md files documenting acceptance criteria and implementation details, ensuring the code is fully implemented and ready for review before PR.

Does structured code review work without external testing frameworks or dependencies?

Yes, structured code review works without external dependencies. It operates by analyzing git diffs and story requirement files internally to produce a comprehensive review document.

What are the limitations of automated code review for software development?

Automated code review is limited to evaluating git diffs against predefined story requirements and 9 quality dimensions, generating a remediation plan rather than automatically fixing the identified code issues.