-
Notifications
You must be signed in to change notification settings - Fork 21
Implement reusable Claude code review workflow #522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Great job! No new security vulnerabilities introduced in this pull request |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #522 +/- ##
=======================================
Coverage 78.37% 78.37%
=======================================
Files 291 291
Lines 29391 29391
=======================================
Hits 23034 23034
Misses 6357 6357 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the code review workflow to use a centralized, reusable workflow from the gh-actions repository, simplifying maintenance and standardization across Bitwarden repositories.
Key Changes:
- Migrated from inline workflow definition to reusable workflow pattern
- Extracted review prompt to separate markdown file for better maintainability
- Added
ready_for_reviewtrigger to the workflow
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/review-code.yml |
Replaced custom workflow implementation with call to centralized reusable workflow, passing Azure secrets and permissions |
.claude/prompts/review-code.md |
Created new file containing the Claude code review prompt instructions previously embedded in the workflow |
…e Claude code review workflow (bitwarden/sdk-internal#522)




🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-26935
📔 Objective
Ready to go full throttle with Claude code reviews using our reusable workflow.
⏰ Reminders before review
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 confirmedissue 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