claude-import-code-reviewer

Review code using Laravel-strict and OpenCart-safe rulesets after detecting project type.

Updated Aug 25, 2017
One-click install
npx skills add https://github.com/loki495/dotfiles --skill claude-import-code-reviewer-loki495
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-import-code-reviewer
Source: https://github.com/loki495/dotfiles/tree/main/ai/codex-skills/claude-import-code-reviewer
Command: npx skills add https://github.com/loki495/dotfiles --skill claude-import-code-reviewer-loki495

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Applying consistent, project-aware code review standards is hard when working across Laravel and OpenCart codebases, since each framework demands different strictness levels and conventions. ## Core Features & Use Cases - Project Type Detection: Automatically detects whether the codebase is Laravel or OpenCart before applying rules. - Framework-Specific Rulesets: Applies a Laravel-strict ruleset or an OpenCart-safe ruleset from the shared code-reviewer agent definition. - Review-Only Reporting: Reports findings without modifying code unless the user explicitly requests fixes. - Use Case: A developer finishes a feature branch in a Laravel app and asks for a review; the Skill detects the project type, applies the strict Laravel ruleset, and returns a structured findings report. ## Quick Start Review the code in my current project using the appropriate Laravel or OpenCart ruleset and report any issues you find.

Frequently Asked Questions about claude-import-code-reviewer

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

FAQPage Schema
How do I review PHP code against Laravel coding standards?▼

Invoke the review on your project and the Skill detects it as Laravel, then applies the Laravel-strict ruleset from the code-reviewer agent definition. It reports findings only, leaving your code unchanged unless you ask for fixes.

How does the code reviewer detect Laravel vs OpenCart projects?▼

The Skill inspects the project structure to determine the framework type before selecting a ruleset. Laravel projects receive the strict ruleset while OpenCart projects receive the safe ruleset defined in the shared agent file.

Can the code reviewer fix the issues it finds?▼

By default it only reviews and reports issues without changing any code. Fixes are applied only when you explicitly ask for them alongside the review request.

What are the limitations of ruleset-based code review?▼

Ruleset-based review enforces the conventions written in the code-reviewer agent definition and may miss architectural or business-logic issues outside those rules. It depends on the agent file at ~/dotfiles/ai/agents/code-reviewer.md being present.