Agent skill
handoff
Generate a session handoff note for context resets or multi-day work.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/handoff-lightforgelabsstudio-aide
SKILL.md
Handoff
Produce a concise, resumable handoff note. Focus on next actions, not a status report.
Inputs
Ask the user for: completed tasks (file:line refs), mid-flight TODOs, blockers, ordered next actions, validation status.
Auto-collect:
git branch --show-currentandgit log --oneline -5gh pr statusandgit status --short
Output format
# Session Handoff: <task name>
**Date:** <today> | **Branch:** <branch> | **PR:** #<n> | **Issue:** #<n>
## Context
<1-2 sentence summary>
## Completed
- <specific change with file:line>
## In Progress
- <specific TODO, mid-flight>
## Blockers
- <blocker or "none">
## Next Actions
1. <first step on resume>
## Validation
Tests: passing | failing (<failures>) | Lint: passing | failing
Where to post
Ask the user — post to PR comment, issue comment, or print only. Never commit.
gh pr comment <n> --body-file handoff.md
gh issue comment <n> --body-file handoff.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?