plan-eng-review

Review engineering plans and architecture for design, code quality, tests, and performance.

Updated May 28, 2026
One-click install
npx skills add https://github.com/limzivector/SEO --skill plan-eng-review-limzivector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-eng-review
Source: https://github.com/limzivector/SEO/tree/main/gstack/plan-eng-review
Command: npx skills add https://github.com/limzivector/SEO --skill plan-eng-review-limzivector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires code analysis tool, testing framework, performance monitoring tool, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing engineering plans and architecture, ensuring comprehensive coverage of system design, code quality, testing, and performance.

Core Features & Use Cases

  • Architecture Review: Evaluates overall system design, dependency graphs, data flow, and potential bottlenecks.
  • Code Quality Review: Checks for DRY violations, error handling, technical debt, and over-engineered/under-engineered areas.
  • Test Review: Ensures 100% coverage of planned codepaths and considers user interactions and error states.
  • Performance Review: Identifies N+1 queries, memory usage concerns, caching opportunities, and high-complexity code paths.
  • Outside Voice: Provides an independent review by a different AI system to ensure cross-model consistency.

Quick Start

Run the plan-eng-review skill with a link to your plan document.

Frequently Asked Questions about plan-eng-review

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

FAQPage Schema
What is an engineering plan review and what does it cover?

An engineering plan review evaluates system design, code quality, test coverage, and performance. It assesses architecture, dependency graphs, data flow, and potential bottlenecks to ensure comprehensive technical validation before implementation.

How do I conduct an architecture check for my engineering plan?

Conduct an architecture check by submitting your plan document for review. The system evaluates overall system design, dependency graphs, data flow, and identifies potential bottlenecks using integrated code analysis and performance monitoring tools.

Do I need a testing framework to review code quality and test coverage?

Yes, a testing framework is required to verify test coverage. The review checks for 100% coverage of planned codepaths and evaluates user interactions and error states, relying on integrated testing frameworks and code analysis tools.

Can AI be used for independent review and cross-model consistency checks?

Yes, AI provides an independent review through an outside voice feature. A different AI system evaluates the engineering plan to ensure cross-model consistency, validating architecture, code quality, and performance assessments.

What is the best way to identify N+1 queries and high-complexity code paths?

The best way is using a performance review process that identifies N+1 queries, memory usage concerns, caching opportunities, and high-complexity code paths, utilizing performance monitoring tools to detect these bottlenecks.

What are the limitations of automated code quality review?

Automated code quality review relies on integrated code analysis tools and cannot replace human judgment. It identifies DRY violations, error handling, and technical debt, but requires a properly configured performance monitoring tool to function effectively.