diff --git a/claude/commands/commit-push-pr.md b/claude/commands/commit-push-pr.md index 837e620..dface2a 100644 --- a/claude/commands/commit-push-pr.md +++ b/claude/commands/commit-push-pr.md @@ -9,6 +9,7 @@ source: https://github.com/anthropics/claude-plugins-official/blob/main/plugins/ - Current git status: !`git status` - Current git diff (staged and unstaged changes): !`git diff HEAD` - Current branch: !`git branch --show-current` +- Recent commits: !`git log --oneline -10` ## Your Task