kaizen-dimensions

List, inspect, and manage review dimensions for PRs and plans.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/Garsson-io/kaizen --skill kaizen-dimensions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kaizen-dimensions
Source: https://github.com/Garsson-io/kaizen/tree/main/.agents/skills/kaizen-dimensions
Command: npx skills add https://github.com/Garsson-io/kaizen --skill kaizen-dimensions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List, inspect, and manage review battery dimensions. Show what dimensions exist, what they check, and how to add new ones.

Core Features & Use Cases

  • Discover and inventory all defined review dimensions and their checks.
  • Add new dimensions by scaffolding prompts/review-<name>.md files without code changes.
  • Use the CLI to list, show, and scaffold dimensions during PR and planning reviews.

Quick Start

Ask the CLI to list dimensions or add a new one.

Frequently Asked Questions about kaizen-dimensions

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

FAQPage Schema
How do I list all available PR review dimensions in my project?

To list PR review dimensions, use the provided CLI to inventory all defined review dimensions and their checks. This allows you to discover existing dimensions stored as prompts/review-<name>.md files during your planning and PR reviews.

How can I add a new review dimension without modifying existing code?

You can add new review dimensions by scaffolding prompts/review-<name>.md files with YAML frontmatter. This approach enables you to create new checks for PRs and plans without requiring any underlying code changes.

What are review dimensions and how do they work with PR and planning reviews?

Review dimensions define specific checks applied during PR and planning reviews. They are managed as prompts/review-<name>.md files containing YAML frontmatter, which the CLI uses to list, show, and scaffold dimension checks.

Can I inspect what a specific review dimension checks before applying it?

Yes, you can inspect review dimensions by using the CLI to show details of existing checks. This allows you to verify exactly what a specific dimension validates before applying it to your PRs or planning reviews.

Do I need to install dependencies to manage review dimensions with this CLI?

No additional dependencies are required to manage review dimensions. The CLI operates independently to list, show, and scaffold dimensions stored as markdown files with YAML frontmatter.

What is the best way to extend review checks for our team's planning reviews?

The best way to extend review checks is by adding new dimensions via the CLI. It scaffolds new prompts/review-<name>.md files with YAML frontmatter, allowing your team to define custom checks for planning reviews without code changes.