بنقرة واحدة
changeset
Create changesets for pending changes by analyzing git diff and commit history
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create changesets for pending changes by analyzing git diff and commit history
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add a new OCLIF command to a CLI package with proper base class, flags, args, and post-creation steps
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
Reference for OCLIF command patterns, base classes, and conventions used in CLI packages
| name | changeset |
| description | Create changesets for pending changes by analyzing git diff and commit history |
Analyze changes and create appropriate changesets in .changeset/.
git diff main --stat and git log --oneline main..HEAD to understand what changedpackages/ were modifiedmajor - Breaking changes (API changes, removed exports, changed signatures)minor - New features (added exports, new functionality)patch - Bug fixes, refactoring, documentation---
"package-name": major|minor|patch
---
Brief summary of the change.
BREAKING CHANGE: Description of what breaks and how to migrate.
.changeset/<package>-<change>.mdls .changeset/*.mdignore list (dill-docs, repopo-docs) don't need changesets