review-full

Orchestrate parallel specialized reviews to assess project fitness across ten dimensions.

3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/jeffabailey/skills --skill review-full
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-full
Source: https://github.com/jeffabailey/skills/tree/main/src/review-full
Command: npx skills add https://github.com/jeffabailey/skills --skill review-full

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for a holistic assessment of software project quality by systematically evaluating multiple critical aspects of the codebase and development process.

Core Features & Use Cases

  • Parallelized Analysis: Runs multiple specialized review skills concurrently for efficiency.
  • Configurable Scoring: Adapts to project-specific weighting and thresholds via configuration files.
  • Scope Determination: Automatically reviews pending changes, specified files, or the entire project.
  • Use Case: Before shipping a new feature, a developer can trigger a "full review" to ensure the code meets high standards across architecture, security, reliability, testing, performance, algorithms, data, accessibility, process, and maintainability.

Quick Start

Run a full project fitness review on the current git changes.

Frequently Asked Questions about review-full

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

FAQPage Schema
How do I run a comprehensive code review across multiple dimensions like security and performance?

Run a comprehensive code review by executing parallel specialized assessments for security, performance, reliability, and maintainability concurrently. This orchestrates multiple review skills to systematically evaluate critical codebase aspects and ensure high standards before shipping.

What is project fitness analysis in software engineering?

Project fitness analysis is a holistic assessment of software quality that evaluates architecture, security, reliability, testing, performance, algorithms, data, accessibility, process, and maintainability to determine overall codebase health and readiness.

Can I customize the scoring thresholds for my project's quality assurance review?

Yes, you can customize scoring thresholds by integrating with project configuration files. This allows the review process to adapt to project-specific weighting for various quality dimensions and enforce custom standards during the assessment.

Does the comprehensive code review work on pending git changes or the entire project?

The review works on pending git changes, specified files, or the entire project. Scope determination is automatic, allowing developers to target specific modifications or perform a full codebase assessment before shipping.

What's the best way to automate quality assurance checks before shipping a new feature?

Automate quality assurance by triggering a full project fitness review before shipping. This runs parallel specialized reviews across architecture, security, reliability, and testing to ensure the feature meets high standards comprehensively.