{"id":51447173,"url":"https://github.com/notfilippo/review","last_synced_at":"2026-07-05T17:01:20.849Z","repository":{"id":366615224,"uuid":"1277025115","full_name":"notfilippo/review","owner":"notfilippo","description":"Review is a local code review UI for reviewing jj or git diffs in the browser via CLI","archived":false,"fork":false,"pushed_at":"2026-06-30T19:33:36.000Z","size":320,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-30T21:18:54.790Z","etag":null,"topics":["agent","cli","diff","git","jj","review","vcs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notfilippo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-22T14:08:53.000Z","updated_at":"2026-06-30T19:34:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/notfilippo/review","commit_stats":null,"previous_names":["notfilippo/review"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/notfilippo/review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notfilippo%2Freview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notfilippo%2Freview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notfilippo%2Freview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notfilippo%2Freview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notfilippo","download_url":"https://codeload.github.com/notfilippo/review/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notfilippo%2Freview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35162071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","cli","diff","git","jj","review","vcs"],"created_at":"2026-07-05T17:01:19.328Z","updated_at":"2026-07-05T17:01:20.769Z","avatar_url":"https://github.com/notfilippo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Review\n\nA local browser UI for reviewing [Jujutsu](https://jj-vcs.github.io/jj/latest/) (`jj`) revsets and Git diffs.\n\n`review` renders one combined diff in your browser, lets you leave inline comments, and prints those comments as Markdown when you finish.\n\n![Review UI screenshot](docs/demo.png)\n\n## ⚙️ Install\n\n```sh\ncargo install --locked --git ssh://git@github.com/notfilippo/review.git\n```\n\n## ▶️ Usage\n\nRun `review` from a Jujutsu or Git repository.\n\n```sh\nreview\n```\n\nThe browser opens with the current changes. Click **Finish review** to print comments to stdout as Markdown.\n\nBy default, `review` compares the repository mainline (`trunk()` for jj, the default branch for Git) with your current working copy, including uncommitted changes.\n\nIn local-only repos without a discovered Git mainline, it uses an empty base to match jj's root-based `trunk()` behavior.\n\n## 🤖 AI Agent Workflow\n\nTwo workflows work well with Codex, Claude, or another coding agent.\n\n**Agent runs `review`**\n\nAsk the agent to pick the right diff and wait for the browser review:\n\n```text\nUse the `review` CLI to let me review the full code change. Check `review --help`, choose the right diff options for this repository, wait for me to finish in the browser, then use the Markdown comments from stdout to fix the issues.\n```\n\n**You run `!review`**\n\nUse this when you want to pick the diff yourself and drive the browser review:\n\n```sh\n!review\n```\n\n```text\nUse the review comments above and fix them.\n```\n\nWhen the command exits, the Markdown comments are still in the conversation context.\n\n### Backends\n\n#### Jujutsu (`jj`)\n\n```sh\n# Review a revset as one combined diff.\nreview -r '@'\n```\n\n`-r` accepts a Jujutsu revset and is rendered like one `jj diff -r \u003crevset\u003e` review.\n\n#### Git\n\n```sh\n# Review a commit range.\nreview --from main --to HEAD\n```\n\n## UI\n\nThe browser UI uses Pierre's [@pierre/diffs](https://www.npmjs.com/package/@pierre/diffs) and [@pierre/trees](https://www.npmjs.com/package/@pierre/trees) packages, loaded as native ESM modules through esm.sh.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotfilippo%2Freview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotfilippo%2Freview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotfilippo%2Freview/lists"}