Registry Review banner
pulumi pulumi

Registry Review

DevOps community

Description

--- description: Review registry changes for quality before committing (checks code, YAML, CI, and infrastructure). --- # Registry Review Command **Use this when:** You're working on registry changes and want to check quality before committing, or when you want feedback without the full PR approval workflow. --- ## Usage `/registry-review [PR_NUMBER]` Reviews `pulumi/registry` changes for code quality, YAML validity, CI correctness, and infrastructure safety. The `PR_NUMBER` argument is o

Installation

Installs to ~/.claude/commands/pulumi-registry-registry-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pulumi/registry/HEAD/.claude/commands/registry-review.md -o ~/.claude/commands/pulumi-registry-registry-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository