workreview

Installation
SKILL.md

Work Review Skill

Produces a reviewer-facing report that summarizes all work done in a given commit range. The report content uses a single unified template regardless of whether the skill is invoked from specmgr finalize or standalone — the only things that differ are the output filename and the default scope.

workreview does NOT track implementation details itself. It consumes the #### Implementation Log sections that specmgr writes into spec files and chunk plans during implementation, and consolidates them into the report.


Two invocation modes

Both modes use the same report template. They differ only in output filename and default scope.

Mode A — spec-finalize (called from specmgr)

Invoked from specmgr Workflow 3 (single-pass) or Workflow 4 (chunked) at the finalize step of a DRAFT → IMPLEMENTED transition.

  • Output file: specs/done-reports/{spec-basename}-review.md
  • Example: specs/claim-domain-spec.mdspecs/done-reports/claim-domain-spec-review.md
  • Scope: the commits implementing the spec (typically main..HEAD of the implementation branch)
Related skills
Installs
4
First Seen
Apr 11, 2026