claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] /git:commit-push-pr command does not follow commands (AI generated) with Claude Haiku model

Open generik0 opened this issue 2 weeks ago • 2 comments

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

The /git:commit-push-pr command i have made does not work correctly when using Claude Haiku (claude-haiku-4-5-20251001) model. The skill appears to either not execute properly or doesn't follow the documented workflow.

it should have, and the sonnet + opus models work:

  1. Execute /git:commit-push to commit and push changes
  2. Read the PR template from .github/pull_request_template.md
  3. Extract branch name and determine PR type
  4. Create a pull request using gh pr create with proper formatting

The commands ensure the useaf of a PR template and holistic chunking of commits

What Should Happen?

  1. Execute /git:commit-push to commit and push changes
  2. Read the PR template from .github/pull_request_template.md
  3. Extract branch name and determine PR type
  4. Create a pull request using gh pr create with proper formatting

Error Messages/Logs

⏺ Now let me create the PR:

⏺ Bash(gh pr create \
        --title "Maintenance | BNKI-620 | Fix SMOOTH workflow orchestration and FRIGG validation" \…)
  ⎿  https://github.com/0north/bunker-procurement/pull/4262

Steps to Reproduce

  1. Set model to Claude Haiku: /model → select Haiku
  2. On a git branch with commits ready to push
  3. Run /git:commit-push-pr
  4. Observe that the skill doesn't execute the proper workflow

Claude Model

Other

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.0.76

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

IntelliJ IDEA terminal

Additional Information

commands:

commit-push.md commit.md commit-push-pr.md

generik0 avatar Jan 02 '26 13:01 generik0

Why am i using Haiku, because I am out of sonnet even though i am on a enterprise team premium, and i dont want to waste my opus credits. It friday lunch, and i want to have enought credits for the day...

BTW, for the current pricing, we dont get enough credits for a good weeks hacking, but that is prob not your problem.

generik0 avatar Jan 02 '26 13:01 generik0

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/13535
  2. https://github.com/anthropics/claude-code/issues/6802
  3. https://github.com/anthropics/claude-code/issues/8499

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

github-actions[bot] avatar Jan 02 '26 13:01 github-actions[bot]

This issue has been automatically closed as a duplicate of #13535.

If this is incorrect, please re-open this issue or create a new one.

🤖 Generated with Claude Code

github-actions[bot] avatar Jan 06 '26 09:01 github-actions[bot]