code-reviewer

Automate PHP/CakePHP code reviews enforcing PSR-12 and security practices.

2|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/masanao-ohba/claude-manifests --skill code-reviewer-masanao-ohba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/code-reviewer
Command: npx skills add https://github.com/masanao-ohba/claude-manifests --skill code-reviewer-masanao-ohba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps development teams enforce PHP/CakePHP code quality, standards compliance, and best practices across projects by providing a structured review framework and actionable feedback.

Core Features & Use Cases

  • Code Quality Metrics: evaluate complexity, method length, and cohesion to guide refactoring.
  • Standards & Conventions: verify PSR-12, CakePHP naming, and MVC separation to ensure consistency.
  • Security & Testing Focus: highlight potential security concerns, error handling improvements, and testability enhancements.
  • Use Case: integrate into CI to automatically review new PRs for adherence before merge.

Quick Start

Run the code-reviewer skill on your PHP/CakePHP project to generate a structured review report and suggested changes.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate PHP code review for CakePHP projects?

Automating PHP code review for CakePHP projects involves enforcing PSR-12, CakePHP conventions, and security practices through configurable rules. This Skill evaluates code quality metrics, method length, and MVC separation to generate structured reports and suggested changes.

Can I use static analysis to enforce PSR-12 coding standards in CI pipelines?

Yes, you can enforce PSR-12 coding standards in CI pipelines using static analysis. This Skill integrates into development workflows to automatically review new PRs, verifying naming conventions, MVC separation, and testing readiness before merge.

What does a PHP code quality review cover for CakePHP conventions?

A PHP code quality review for CakePHP conventions covers complexity evaluation, method length, and cohesion to guide refactoring. It verifies PSR-12 compliance, CakePHP naming structures, MVC separation, potential security concerns, and testability enhancements.

Does this code review Skill require specific dependencies to run?

No, this code review Skill requires no specific dependencies to run. It operates as a standalone framework to provide actionable feedback on PHP projects using CakePHP, applying configurable rules and example checks directly in your development workflows.

How do I check PHP code for security concerns and testability?

To check PHP code for security concerns and testability, this Skill highlights potential vulnerabilities, error handling improvements, and testability enhancements. It applies configurable security practices and testing readiness rules to generate actionable feedback.