Skip to content

Conversation

@rekmarks
Copy link
Member

@rekmarks rekmarks commented Jan 9, 2026

Adds Claude commands for common development and git workflows: /check, /commit-push, /pr, and /commit-push-pr

How and whether these commands work may depend on your local Claude Code setup, especially if sandbox.enabled is true. Claude can help debug any issues you're experiencing on your system. /check should 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:

  • New custom commands in .claude/commands: check, commit-push, pr, and commit-push-pr

Quiets and standardizes package scripts across root and workspaces:

  • Use depcheck --quiet and add --log-level error to prettier in lint:misc
  • Set test:dev to yarn test --mode development --reporter dot
  • Root lint:dependencies now suppresses dedupe output and runs depcheck --quiet
  • Updates yarn.config.cjs constraints to reflect the new script expectations

Written by Cursor Bugbot for commit 657f3d5. This will update automatically on new commits. Configure here.

rekmarks and others added 3 commits January 8, 2026 15:48
…tion

- Add commit-push-pr command that runs commit-push then pr

- Add pr command to create pull requests with validation

- Update commit-push command documentation with improved instructions

- Update check command documentation for clarity

- Add git branch to allowed tools in commit-push for branch creation

Co-Authored-By: Claude <[email protected]>
@rekmarks rekmarks requested a review from a team as a code owner January 9, 2026 01:05
@rekmarks rekmarks enabled auto-merge (squash) January 9, 2026 07:36
@rekmarks rekmarks merged commit be89d42 into main Jan 9, 2026
26 checks passed
@rekmarks rekmarks deleted the rekm/claude-commands branch January 9, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants