gza-code-review-full

Analyze source modules, tests, and CI workflows to generate a structured code review report.

11|1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/mhawthorne/gza --skill gza-code-review-full
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gza-code-review-full
Source: https://github.com/mhawthorne/gza/tree/main/src/gza/skills/gza-code-review-full
Command: npx skills add https://github.com/mhawthorne/gza --skill gza-code-review-full

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured, end-to-end pre-release code review that identifies gaps in test coverage, duplication, and unclear component interactions to raise overall code health.

Core Features & Use Cases

  • Inventory and map source modules to their tests.
  • Assess unit and integration test coverage and duplication across the codebase.
  • Produce a structured review report with findings, recommendations, and refactor opportunities.
  • Use in CI gates or pre-release checks to ensure code quality.

Quick Start

Run the gza-code-review-full skill against your repository to generate a detailed code review in the reviews folder.

Frequently Asked Questions about gza-code-review-full

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

FAQPage Schema
How do I perform a pre-release code review for test coverage and duplication?

A pre-release code review for test coverage and duplication is performed by inventorying source modules, mapping them to tests, and evaluating CI workflows to generate a structured, timestamped report of findings and refactor opportunities.

What is the best way to map source modules to their tests before a release?

The best way to map source modules to their tests is to use an automated code review process that inventories the codebase, evaluates integration coverage, and highlights unclear component interaction patterns in a structured report.

Can I use an automated code health audit to check component interactions in my repository?

Yes, an automated code health audit can check component interactions by analyzing source modules and CI workflows to assess quality and consistency, producing a detailed review with recommendations for your project.

How does a code quality audit identify gaps in unit and integration test coverage?

A code quality audit identifies gaps in unit and integration test coverage by inventorying the codebase, mapping existing tests to their corresponding source modules, and evaluating duplication to output structured refactor recommendations.

Does a pre-release code review generate a report I can use in CI gates?

Yes, a pre-release code review generates a structured, timestamped review report with findings and recommendations that can be directly used in CI gates or pre-release checks to ensure overall code health.