Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .claude/commands/commit-push-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ allowed-tools: Bash(git checkout --branch:*), Bash(git add:*), Bash(git status:*
description: Commit, push, and open a PR
---

# Commit, push, and open a PR

## Context

- Current git status: !`git status`
Expand All @@ -12,6 +14,7 @@ description: Commit, push, and open a PR
## Your task

Based on the above changes:

1. Create a new branch if on main
2. Create a single commit with an appropriate message
3. Push the branch to origin
Expand Down
2 changes: 2 additions & 0 deletions plugins/commit-commands/commands/commit-push-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ allowed-tools: Bash(git checkout --branch:*), Bash(git add:*), Bash(git status:*
description: Commit, push, and open a PR
---

# Commit, push, and open a PR

## Context

- Current git status: !`git status`
Expand Down