review

Run builds, tests, lint, and style checks for Go and TypeScript projects.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/ashtonian/llm-init --skill review-ashtonian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/ashtonian/llm-init/tree/main/templates/.claude/skills/review
Command: npx skills add https://github.com/ashtonian/llm-init --skill review-ashtonian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run quality gates and review current work to ensure production readiness and adherence to project standards, reducing bugs and regressions.

Core Features & Use Cases

  • Enforces a Production Code Quality Checklist and agent-guided rules across codebases.
  • Performs builds, tests, linting, type checks, and convention validation to surface issues early.
  • Use Case: A development team runs automated reviews on a pull request to verify standards before merging.

Quick Start

Initiate the quality gates review on the current project to validate code, tests, and conventions.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code quality gates for a pull request?

Automate code quality gates by running builds, tests, linting, and type checks across project files to enforce a production code quality checklist. This process surfaces issues and validates standards before merging code changes.

What is a production code quality checklist for software projects?

A production code quality checklist enforces project standards by validating builds, tests, lint, and style conventions across multiple files. It provides structured pass or fail results and actionable recommendations to ensure production readiness.

Can I run automated lint and style checks across multiple files in Go and TypeScript?

Yes, code review automation applies to Go and TypeScript environments, performing builds, tests, lint, and style checks across multiple files and teams to ensure compliance with project conventions.

How do I enforce project conventions and static analysis before merging code?

Enforce project conventions by applying static analysis and lint checks during an automated quality gate review. The system reads agent guidance and reports structured compliance results with actionable recommendations.

What do I need to set up before running automated code review on my project?

You need a software project with Go or TypeScript environments and agent guidance or progress documentation. The automated review reads these files to perform builds, tests, and lint checks to validate code quality standards.