with one click
pr-changeset-check
Check if PR has appropriate changesets before creating
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Check if PR has appropriate changesets before creating
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Add a new OCLIF command to a CLI package with proper base class, flags, args, and post-creation steps
Create changesets for pending changes by analyzing git diff and commit history
Audit workspace dependencies for version mismatches, unused packages, and sync issues across all packages
Fix all repository policy violations
Run Nx affected commands for the current changes
Reference for Nx task architecture, orchestration patterns, and how to add or modify build tasks
| name | pr-changeset-check |
| description | Check if PR has appropriate changesets before creating |
| user-invocable | false |
Before creating a PR, verify changesets exist for modified packages.
git diff main --stat | grep packages/ls .changeset/*.md