Skip to content

ci: add --comment flag to code-review plugin prompt#40

Merged
danielewood merged 1 commit intomainfrom
ci/fix-review-comment
Feb 16, 2026
Merged

ci: add --comment flag to code-review plugin prompt#40
danielewood merged 1 commit intomainfrom
ci/fix-review-comment

Conversation

@danielewood
Copy link
Collaborator

Description

Fix Claude Code Review not posting comments on PRs. The code-review plugin requires the --comment flag to post findings to the PR — without it, output only goes to terminal.

Root cause: the plugin README states /code-review [--comment] where --comment posts the review as a PR comment. Our prompt was missing this flag.

Also removes the temporary show_full_output: true debug flag added while investigating.

Test Plan

The code-review plugin only posts findings to the PR when the
--comment flag is passed. Without it, output goes to terminal only,
which explains why reviews completed successfully but never posted.

Also removes temporary show_full_output debug flag.
@danielewood danielewood merged commit 08e69a5 into main Feb 16, 2026
10 of 11 checks passed
@danielewood danielewood deleted the ci/fix-review-comment branch February 16, 2026 06:27
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.

1 participant