Guided reviews of your agent's work.
Docent is a review surface for agent-written code. Fast, beautiful diffs, walkthroughs of code changes, and tours of product changes, complete with annotated screenshots and recordings.
Note
Docent is released and usable, but under active development. Expect rough edges and breaking changes between versions.
Docent installs as an agent skill:
npx skills add angusfretwell/docentRun /docent on a branch to get started.
/docent authors two walkthroughs of the branch under review, served together in the browser. A code tour through the diff, and a product tour that drives your running app the way a user would.
Two more invocations close the loop:
/docent --readpulls the review's comments into your agent session to work on./docent --writerecords the session's review outcomes back.
Everything docent knows about a branch lives in .docent/ at the repo root, on your machine.
The skill drives the docent CLI. There's nothing to install globally:
npx @angusfretwell/docent@latestDocent's diff surface is built on Pierre's excellent open source diff rendering and file tree rendering libraries.
MIT