From 745535eb84c5c1617837cc42205367334a71621c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 8 Feb 2026 23:13:27 +0000 Subject: [PATCH] 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 --- claude/commands/commit-push-pr.md | 1 + 1 file changed, 1 insertion(+) 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