review-and-handoff

review-and-handoff is a skill for Claude Code from sefaertunc/Worclaude. It costs 13 tokens per session (728 once invoked), scanned A, original, MIT.

A checklist and document format for closing a coding session and handing work to someone who continues later. It covers tests, project progress, unfinished work, blockers, and next steps.

In plain words
What is it for?
Use it before ending a task to record the current state in PROGRESS.md and, when needed, create a dated handoff document in docs/handoffs/.
Why use it?
It reduces the chance that unfinished work, failed tests, or important project context gets lost between sessions.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Good fit Use it before ending a task to record the current state in PROGRESS.md and, when needed, create a dated handoff document in docs/handoffs/.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sefaertunc/worclaude/review-and-handoff
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sefaertunc/Worclaude --skill review-and-handoff
Clone the repo
git clone --depth 1 https://github.com/sefaertunc/Worclaude

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review-and-handoff

README.md
[![agentmods](https://agentmods.dev/badge/skills/sefaertunc/worclaude/review-and-handoff/github.svg)](https://agentmods.dev/skills/sefaertunc/worclaude/review-and-handoff)
Your own site
<a href="https://agentmods.dev/skills/sefaertunc/worclaude/review-and-handoff"><img src="https://agentmods.dev/badge/skills/sefaertunc/worclaude/review-and-handoff/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for review-and-handoff

Your own site · 80×15
<a href="https://agentmods.dev/skills/sefaertunc/worclaude/review-and-handoff"><img src="https://agentmods.dev/badge/skills/sefaertunc/worclaude/review-and-handoff.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 728 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00013 $0.00728
Opus 5 $0.00006 $0.00364
Sonnet 5 $0.00003 $0.00146
Haiku 4.5 $0.00001 $0.00073

Measured 11d ago against content hash adce67651c84, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

review-and-handoff scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/review-and-handoff/SKILL.md · 109 lines

How it starts

The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Review and Handoff

Session Ending Protocol

Every session should end cleanly. The /end command triggers this, but understanding the protocol matters more than the command.

Before ending:

  1. Commit any working code (don't leave uncommitted changes)
  2. Run tests to confirm nothing is broken
  3. Update PROGRESS.md
  4. If mid-task, write a HANDOFF document

PROGRESS.md Update

PROGRESS.md is the single source of truth for project state across sessions.

Update these sections:

## Current Status
{What phase/feature is active}

## Completed This Session
- {Specific thing done}
- {Another specific thing done}

## In Progress
- {What's partially done, and where it stands}

## Blockers
- {Anything preventing forward progress}

## Next Steps
- {Ordered list of what to do next}

Be specific. "Worked on auth" is useless. "Implemented JWT token generation and validation in src/auth/tokens.js; unit tests passing; integration tests not yet written" is useful.

HANDOFF Document Format

When ending mid-task, PROGRESS.md isn't enough. Write a handoff at docs/handoffs/HANDOFF_{date}.md.

# Handoff: {Date}

## What I Was Doing
{1-2 sentences on the exact task}

## Current State
- Branch: {branch name}
- Last commit: {hash and message}
- Tests: {passing/failing, which ones}
- Files changed: {list of modified files}

## What's Left
1. {Next specific step}
2. {Step after that}
3. {Final step for this task}

## Context That Matters
- {Decision made during this session and why}
- {Gotcha discovered that isn't documented elsewhere}
- {Assumption being made that should be validated}

## How to Verify When Done
{What "done" looks like for this task}

What Context Matters

Include in handoffs:

  • WHY decisions were made, not just what
  • Failed approaches and why they failed (prevents re-trying dead ends)
  • Dependencies discovered during implementation
  • Anything that surprised you about the codebase

Don't include:

  • Obvious things a fresh session can figure out from the code
  • Full code dumps (the code is in version control)
  • Speculation about future tasks unrelated to the current work

Read the full file on GitHub · 109 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 109 lines · 13 tokens per session scan A adce67651c84

Subscribe to this mod's changes

review-and-handoff is a skill published in the GitHub repository sefaertunc/Worclaude (4 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 728 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.