feat(claude/commands): add recent commits to commit-push-pr context

Give the agent visibility into recent commit history so it can
follow the project's commit message conventions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 23:13:27 +00:00
parent bcefc18e51
commit 745535eb84

View File

@@ -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