Files
android/.claude
Patrick Honkonen 00bf96bcd4 refactor(claude): Simplify code-review command to use reviewing-changes skill
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`.
2026-01-14 22:33:00 -05:00
..