mirror of
https://github.com/bitwarden/android.git
synced 2026-03-09 03:33:36 -05:00
This commit simplifies the `code-review` command by delegating the core logic to the new `reviewing-changes` skill. The previous verbose template, which included detailed instructions and a complex output format for manual reviews, has been removed. The new implementation directly invokes the `reviewing-changes` skill with the pull request URL. Specific changes include: - Replaced the extensive review template in `.claude/commands/code-review.md` with a simpler command definition. - The command now accepts a PR URL as its primary argument. - It is explicitly defined to use the `reviewing-changes` skill for the review process. - Output requirements are now specified to be written to `pr-review-summary.md` and `pr-review-inline-comments.md`.