chore: Add Claude Code commands for common development and git workflows #725
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds Claude commands for common development and git workflows:
/check,/commit-push,/pr, and/commit-push-prHow and whether these commands work may depend on your local Claude Code setup, especially if
sandbox.enabledistrue. Claude can help debug any issues you're experiencing on your system./checkshould always work.A handful of package scripts are made quieter on success in order to preserve our precious tokens.
Note that these are custom slash commands, which is not the same as skills.
Note
Adds Claude Code commands to streamline common workflows:
.claude/commands:check,commit-push,pr, andcommit-push-prQuiets and standardizes package scripts across root and workspaces:
depcheck --quietand add--log-level errortoprettierinlint:misctest:devtoyarn test --mode development --reporter dotlint:dependenciesnow suppresses dedupe output and runsdepcheck --quietyarn.config.cjsconstraints to reflect the new script expectationsWritten by Cursor Bugbot for commit 657f3d5. This will update automatically on new commits. Configure here.