PM-30632: Add git-workflow plugin for streamlined PR creation#39
Open
PM-30632: Add git-workflow plugin for streamlined PR creation#39
Conversation
Add new git-workflow plugin that automates the commit-push-PR workflow with intelligent message generation and PR template integration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
Great job! No new security vulnerabilities introduced in this pull request |
withinfocus
reviewed
Jan 9, 2026
| 3. Push the branch to origin | ||
| 4. Read the PR template at `.github/PULL_REQUEST_TEMPLATE.md` | ||
| 5. Create a pull request using `gh pr create` with: | ||
| - Title: Ask the user for the Jira ticket URL (from bitwarden.atlassian.net) and extract the ID (e.g., "PM-1" or "CL-1000"). Then use that ID to form the title in the format "[JIRA-ID] Short descriptive title" |
Contributor
There was a problem hiding this comment.
🎨 Anything more we can do here by picking up context? Perhaps that's a stretch but it could get Git metadata.
| "description": "Comprehensive code review system with organization-wide standards." | ||
| }, | ||
| { | ||
| "name": "git-workflow", |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-30632
📔 Objective
This PR introduces the
git-workflowplugin to the Bitwarden AI Plugin Marketplace. The plugin provides a streamlined/commit-push-prcommand that automates the complete git workflow: committing changes with auto-generated semantic commit messages, pushing to remote, and creating pull requests with intelligent PR descriptions that follow repository PR templates.This plugin reduces manual overhead for developers by combining repetitive git operations into a single command while maintaining high-quality commit history and PR documentation standards.
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:) or similar for great changes:memo:) or ℹ️ (:information_source:) for notes or general info:question:) for questions:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:) for suggestions / improvements:x:) or:warning:) for more significant problems or concerns needing attention:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt:pick:) for minor or nitpick changes🤖 Generated with Claude Code