phase-8-review

Analyze codebase quality, architecture consistency, and convention compliance across development phases.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/cdman28/safe-file-launcher --skill phase-8-review-cdman28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-8-review
Source: https://github.com/cdman28/safe-file-launcher/tree/main/.github/skills/phase-8-review
Command: npx skills add https://github.com/cdman28/safe-file-launcher --skill phase-8-review-cdman28

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that the codebase meets architectural standards, follows conventions, and is free from critical issues before deployment, guaranteeing a high-quality product.

Core Features & Use Cases

  • Architecture Review: Validates structural consistency and adherence to clean architecture principles.
  • Convention Compliance: Checks for adherence to naming rules, folder structures, and environment variable conventions.
  • Code Quality Analysis: Detects duplicate code, complexity, and potential bugs.
  • Gap Analysis: Compares design documents against the actual implementation to identify discrepancies.
  • Use Case: Before releasing a new feature, run this Skill to perform a comprehensive code review, ensuring it aligns with the project's architecture and coding standards, and to identify any potential issues that need refactoring.

Quick Start

Initiate a full code quality and architecture review for the current project.

Frequently Asked Questions about phase-8-review

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

FAQPage Schema
How do I check codebase convention compliance before deployment?

To verify convention compliance, this Skill analyzes your codebase against established naming rules, folder structures, and environment variable conventions to ensure adherence before release.

What is design-implementation gap analysis in software engineering?

Design-implementation gap analysis compares your design documents against the actual codebase implementation to identify architectural discrepancies and missing features that need refactoring.

How do I perform an architecture review for a new feature?

You can perform an architecture review by validating structural consistency and adherence to clean architecture principles, utilizing code analysis and AI-assisted review to detect potential bugs and refactoring needs.

Can I detect duplicate code and complexity issues across multiple development phases?

Yes, comprehensive code quality analysis can detect duplicate code, complexity, and potential bugs across multiple development phases to ensure your project maintains high standards throughout its lifecycle.

What's the best way to verify code quality and consistency before a release?

The best way to verify code quality is to run an AI-assisted review that performs gap analysis, checks convention compliance, and validates architectural standards to ensure your codebase is free from critical issues and ready for deployment.