phase-8-review

Analyze a codebase for architecture consistency and convention adherence.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes a codebase to verify architecture consistency and adherence to conventions.

Core Features & Use Cases

  • Architecture consistency checks across modules and layers.
  • Conventions compliance verification, including naming and structure rules.
  • Gap analysis between design and implementation to guide refactoring.
  • Deliverable generation: architecture-review.md, convention-review.md, and refactoring-plan.md.

Quick Start

Run Phase 8 on your repository to generate structured analysis documents and a refactoring plan.

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 an architecture review on my codebase?

To perform a codebase architecture review, you analyze modules and layers to verify consistency. This process identifies structural gaps between design and implementation, generating a structured architecture-review.md document for finalization.

What is gap analysis in software refactoring?

Gap analysis in software refactoring compares the intended architecture design against the actual implementation. It identifies structural inconsistencies and convention violations to guide targeted code refactoring and generate a refactoring-plan.md.

How do I check code conventions and naming compliance?

To check code conventions and naming compliance, you run a convention verification process against your repository. This validates adherence to structural rules, outputting a detailed convention-review.md report.

Can I automate generating a refactoring plan from code analysis?

Yes, you can automate generating a refactoring plan by analyzing your codebase for architecture inconsistencies and convention violations. This structured analysis automatically outputs a refactoring-plan.md to guide improvements.

When do I need a convention review during codebase finalization?

You need a convention review during codebase finalization to ensure all modules adhere to naming and structure rules. It verifies architecture consistency and compliance before finalizing the repository state.