Show HN: A small code review extension for zot

patriceckhart4 pts0 comments

GitHub - patriceckhart/zot-review: Structured repo-wide code review for zot. · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

patriceckhart

zot-review

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>1 Commit<br>1 Commit

LICENSE

LICENSE

README.md

README.md

extension.json

extension.json

go.mod

go.mod

go.sum

go.sum

main.go

main.go

zot-review

zot-review

View all files

Repository files navigation

zot-review

Structured repo-wide code review for zot.

Install

zot ext install https://github.com/patriceckhart/zot-review

Or from a local checkout:

go build -o zot-review .<br>mkdir -p "$HOME/Library/Application Support/zot/extensions/zot-review"<br>cp extension.json zot-review "$HOME/Library/Application Support/zot/extensions/zot-review/"

Restart zot after installing or updating.

Usage

Type:

/review

This starts a structured review of the current project. The agent maps the repository into feature slices, reads relevant files, records concrete findings, and writes a Markdown report.

You can scope the review:

/review auth and billing<br>/review app routes<br>/review packages/api

Other commands:

/review-next<br>/review-report

Command<br>Action

/review [scope]<br>Start a structured code review for the current project or scope

/review-next<br>Open the next open finding, ordered by severity, in a panel

/review-report<br>Open a colored, TUI-friendly findings report in a panel

Findings and reports

Review state is stored in the reviewed project directory:

/.codereview/<br>findings/*.json<br>reports/*.md">/.codereview/<br>findings/*.json<br>reports/*.md

The panel report is optimized for zot's UI. Saved report files are Markdown and are written when the agent calls render_report with write=true, which /review asks it to do at the end of a review.

Tools

The extension also registers LLM-callable tools:

Tool<br>Action

map_features<br>Detect coarse project slices: languages, frameworks, apps, packages, docs

record_finding<br>Persist a real, actionable finding

list_findings<br>List findings, optionally filtered by status or severity

show_finding<br>Show one finding by id

triage_finding<br>Mark a finding as open, fixed, false-positive, or wontfix

next_finding<br>Return the next open finding

render_report<br>Render findings as Markdown and optionally write the report

License

MIT

About

Structured repo-wide code review for zot.

Topics

zot-extension

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

stars

Watchers

watching

Forks

forks

Report repository

Releases

No releases published

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

Go<br>100.0%

You can’t perform that action at this time.

review report findings code extension reload

Related Articles