review-scaffold

Audit scaffolded Go project pull requests against architectural checklists.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/viqueen/claude-go-playground --skill review-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-scaffold
Source: https://github.com/viqueen/claude-go-playground/tree/main/.claude/skills/review-scaffold
Command: npx skills add https://github.com/viqueen/claude-go-playground --skill review-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that newly generated project scaffolds adhere strictly to the established architectural guidelines, preventing deviations and maintaining code quality.

Core Features & Use Cases

  • Automated Codebase Auditing: Verifies project structure, configuration files, and adherence to best practices.
  • Architectural Compliance: Checks for the presence and correct configuration of essential files like Makefiles, Dockerfiles, and configuration settings.
  • Use Case: After a new microservice project is scaffolded using an automated tool, this Skill can be used to perform a quick, comprehensive review to ensure all necessary components and configurations are in place before development begins.

Quick Start

Use the review-scaffold skill to audit pull request number 123.

Frequently Asked Questions about review-scaffold

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

FAQPage Schema
How do I audit a scaffolded Go project pull request for architectural compliance?

To audit scaffolded Go project pull requests, you validate the project structure, build configurations, and package structures within pkg/ and internal/ directories against a predefined architectural checklist. This ensures compliance with established conventions before development begins.

What is the best way to check a new microservice scaffold for required Makefiles and Dockerfiles?

The best way to check a new microservice scaffold is to perform an automated codebase audit that verifies the presence and correct configuration of essential files like Makefiles, Dockerfiles, and docker-compose settings against your architectural guidelines.

Does the architectural compliance check validate Go project conventions for internal and pkg directories?

Yes, the architectural compliance check validates Go project conventions by explicitly ensuring adherence to the required package structures within both the pkg/ and internal/ directories during the pull request audit.

How do I review pull request number 123 for structural and configuration compliance?

You review pull request number 123 by running an automated scaffold audit that checks the project structure, build configurations, and adherence to Go conventions to ensure all necessary components are correctly in place.

Why does my newly generated project scaffold fail architectural compliance checks?

Your scaffolded project fails compliance checks when it deviates from established architectural guidelines, such as missing required Makefiles, Dockerfiles, docker-compose configurations, or incorrect package structures within pkg/ and internal/ directories.