code-review

Compare git diffs against coding standards and project specifications.

63|9|Updated Jun 15, 2025
One-click install
npx skills add https://github.com/willdady/platypus --skill code-review-willdady
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/willdady/platypus/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/willdady/platypus --skill code-review-willdady

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the inconsistency and cognitive load of manual code reviews by providing a structured, two-axis analysis that separates coding standards from functional specification compliance.

Core Features & Use Cases

  • Dual-Axis Analysis: Simultaneously evaluates code against documented standards and project specifications using parallel sub-agents.
  • Heuristic Smell Detection: Applies a baseline of Fowler-inspired code smells to identify design issues even when documentation is sparse.
  • Use Case: Use this when you need to verify that a complex feature branch not only adheres to your team's style guide but also faithfully implements the requirements defined in your PRD or issue tracker.

Quick Start

Invoke the code review skill by asking the agent to review the changes since the main branch for the current feature.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a git diff against project specifications?

Automated code review evaluates a git diff by comparing changes against documented coding standards and project specifications, analyzing code quality, architectural smells, and requirement fulfillment for pull requests and feature branches. It uses parallel sub-agent orchestration to aggregate findings into a comprehensive side-by-side report.

What is dual-axis code review and how does it handle coding standards?

Dual-axis code review is a structured analysis that separates coding standards compliance from functional specification compliance. It simultaneously evaluates code against documented standards and project specifications using parallel sub-agents, ensuring complex feature branches adhere to team style guides and faithfully implement requirements.

Can I use static analysis to detect architectural smells in a feature branch?

Yes, static analysis can detect architectural smells in a feature branch by applying a baseline of Fowler-inspired code smells. This heuristic smell detection identifies design issues and architectural problems even when project documentation is sparse, aggregating findings into a comprehensive side-by-side report.

Does automated parallel code review work without extensive project documentation?

Automated parallel code review works without extensive project documentation by applying heuristic smell detection. It uses a baseline of Fowler-inspired code smells to identify design issues and architectural problems even when documentation is sparse, ensuring software quality analysis remains effective.

What is the best way to verify a pull request meets both style guides and requirements?

The best way to verify a pull request meets style guides and requirements is using a two-axis analysis. This approach evaluates code against documented coding standards and project specifications simultaneously via parallel sub-agent orchestration, aggregating findings into a comprehensive side-by-side report for accurate verification.