Stale branch/PR chip persists in desktop app after branch is deleted and app is restarted
Resolved 💬 3 comments Opened May 12, 2026 by samrogers-com Closed May 16, 2026
Description
After using the commit-commands:commit-push-pr skill to create a branch, commit, push, and open a PR, the desktop app displays a chip/notification for the open branch. Once the PR is merged and the branch is deleted (both local and remote), the chip remains visible even after fully quitting and restarting the desktop app.
Steps to reproduce
- Use the
commit-push-prskill to create a branch and open a PR - Merge the PR via
gh pr merge - Delete the local and remote branch (
git branch -d+git push origin --delete) - Quit and relaunch the Claude desktop app
- The branch chip is still visible as if it needs a PR created
Expected behavior
The chip should clear once the branch is deleted and/or the PR is merged, or at least after a full app restart.
Actual behavior
Chip persists across app restarts. git branch -a and gh pr list confirm nothing is open.
Environment
- Claude desktop app (macOS)
- Skill:
commit-commands:commit-push-pr
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗