review manages comments and reactions on changes and issues.
Comments and reactions are review primitives shared by collaboration workflows, even though provider APIs name them differently.
Use review to list, create, or delete review comments and reactions.
Know whether the numeric target is a change or an issue. Comment commands
default to change targets and accept --target issue for issue comments.
Reaction commands operate on issue-style reaction targets in the active
provider.
gitfleet review comment list 42 --repo owner/repositorygitfleet review comment create 42 "Please add a regression test." --repo owner/repositorygitfleet review comment create 17 "I can reproduce this." --repo owner/repository --target issuegitfleet review reaction list 42 --repo owner/repositorygitfleet review reaction create 42 eyes --repo owner/repositorygitfleet review reaction delete <reaction-id> 42 --repo owner/repository --yes
GitHub and GitLab both support review operations.
Creating comments or reactions mutates collaboration state. Deleting reactions
requires confirmation or --yes.
Use --json for bots, review reports, and migration scripts.