review-recent-work

Installation
SKILL.md

Review Recent Work

Review the latest implemented ExecPlan as a fresh-eyes code review pass. Fix issues now when the right improvement is clear and bounded. End with a usefulness score for the review-and-fix pass itself.

This skill is intended to run immediately after $implement-execplan.

Resolving the Base Repo

You may be running from a Codex worktree such as ~/.codex/worktrees/<id>/<repo>/. Worktrees are shallow copies, so always resolve the base repo path:

  1. Check whether the current working directory contains /.codex/worktrees/.
  2. If yes, extract the repo name from the final path component and set the base repo to ~/<repo-name>.
  3. If no, the base repo is the current working directory.

When looking for .agent/ contents, check both the worktree .agent/ and the base repo .agent/. Prefer the worktree copy if both exist.

Inputs

Installs
2
GitHub Stars
23
First Seen
Mar 18, 2026
review-recent-work — grp06/slop-janitor