plan-eng-review

Automate architecture, code quality, and performance reviews for development projects.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/Kushal9889/claude-plugins --skill plan-eng-review-kushal9889
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-eng-review
Source: https://github.com/Kushal9889/claude-plugins/tree/main/gstack/skills/plan-eng-review
Command: npx skills add https://github.com/Kushal9889/claude-plugins --skill plan-eng-review-kushal9889

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing architecture, code, and performance, ensuring that all critical aspects are considered and that potential issues are identified before implementation.

Core Features & Use Cases

  • Architecture Review: Analyze system design, component boundaries, dependency graphs, and data flow patterns.
  • Code Quality Review: Evaluate code organization, DRY violations, error handling, technical debt, and over-engineering/under-engineering.
  • Test Review: Ensure complete test coverage, detect test framework, trace code paths, and map user flows.
  • Performance Review: Identify N+1 queries, memory usage concerns, caching opportunities, and slow code paths.
  • Outside Voice Integration: Provide a second opinion from a different AI system for cross-model coverage.

Quick Start

Run the /plan-eng-review skill to initiate a comprehensive review of your project's architecture, code, and performance.

Frequently Asked Questions about plan-eng-review

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

FAQPage Schema
How do I automate an architecture and code review for my development project?

You can automate an architecture and code review by running the skill to analyze system design, component boundaries, dependency graphs, and data flow patterns. It evaluates code organization, DRY violations, and error handling to identify potential issues before implementation.

What is an outside voice integration in AI code review?

Outside voice integration in AI code review provides a second opinion from a different AI system. This cross-model coverage ensures a more comprehensive evaluation of your architecture and performance metrics by leveraging diverse analytical perspectives.

How do I identify N+1 queries and slow code paths during a performance review?

Identify N+1 queries and slow code paths by running an automated performance review that analyzes memory usage concerns and caching opportunities. The process requires access to your project's performance metrics to pinpoint inefficiencies accurately.

Can I detect test framework coverage and trace code paths automatically?

Yes, you can detect test framework coverage and trace code paths automatically. The test review evaluates complete test coverage, maps user flows, and traces code paths to ensure all critical components are validated against your project dependencies.

Do I need access to performance metrics and test frameworks to run a code quality review?

Yes, you need access to performance metrics and test frameworks to run a code quality review. A thorough understanding of the project's codebase and dependencies is required to accurately evaluate technical debt and over-engineering.

What's the best way to review technical debt and over-engineering in a codebase?

The best way to review technical debt and over-engineering is through an automated code quality review. It evaluates code organization, DRY violations, and under-engineering to pinpoint exact areas requiring refactoring before implementation.