phase-8-review

Review codebases for architecture consistency, convention compliance, and design gaps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill rigorously verifies the overall quality, consistency, and adherence to architectural and convention standards across the entire codebase, ensuring it's ready for deployment.

Core Features & Use Cases

  • Architecture Review: Checks for structural consistency and adherence to design principles.
  • Convention Compliance: Verifies that code follows established naming, formatting, and structural rules.
  • Code Quality Analysis: Detects duplication, complexity, and potential bugs.
  • Gap Analysis: Compares implementation against design specifications to identify discrepancies.
  • Use Case: Before releasing a new version of your application, use this Skill to perform a comprehensive code review, ensuring all architectural guidelines are met, no duplicate code exists, and the implementation perfectly matches the design specifications.

Quick Start

Run a full code review on the current project to ensure quality and consistency.

Frequently Asked Questions about phase-8-review

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

FAQPage Schema
How do I perform a comprehensive code review for architecture consistency?

A comprehensive code review verifies structural consistency, convention compliance, and design-implementation gaps across the codebase. It utilizes analysis patterns, design validation, and gap detection agents to identify discrepancies and ensure deployment readiness.

What is gap analysis in software engineering and how does it detect design-implementation discrepancies?

Gap analysis compares the actual codebase implementation against design specifications to identify discrepancies. It functions as a core component of code review, ensuring the final implementation perfectly matches the established architectural guidelines.

How do I check my codebase for convention compliance and code quality before a release?

Checking convention compliance verifies that code follows established naming, formatting, and structural rules. Code quality analysis simultaneously detects duplication, complexity, and potential bugs to ensure your application is ready for release.

Can I detect potential refactoring issues and code duplication automatically?

Yes, you can detect potential refactoring issues and code duplication using code quality analysis. It identifies structural complexity and redundant patterns, generating reports that highlight areas requiring refactoring to maintain codebase consistency.

What is the best way to validate architecture review and ensure convention compliance?

The best way to validate architecture review is running a full codebase analysis using code analysis agents. This process checks structural consistency, verifies design principles, and performs quality checks to ensure all architectural guidelines are met.