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:
- Check whether the current working directory contains
/.codex/worktrees/. - If yes, extract the repo name from the final path component and set the base repo to
~/<repo-name>. - 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.