Skip to content

Conversation

@Hinton
Copy link
Member

@Hinton Hinton commented Jan 9, 2026

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-30632

📔 Objective

This PR introduces the git-workflow plugin to the Bitwarden AI Plugin Marketplace. The plugin provides a streamlined /commit-push-pr command 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

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 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

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 <[email protected]>
@Hinton Hinton requested a review from a team as a code owner January 9, 2026 16:49
@github-actions
Copy link

github-actions bot commented Jan 9, 2026

Logo
Checkmarx One – Scan Summary & Details064621b3-64d5-421e-b0bf-23fa147d4abd

Great job! No new security vulnerabilities introduced in this pull request

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎨 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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💭 "Naming things is hard" but Claude's version of this calls the plugin "commit commands". I would like to future-proof this so that it can collect the commands an engineer might need here, and that might mean waiting for #15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants