skills/handoff/SKILL.md
Generate a session handoff note for context resets or multi-day work.
npx skillsauth add lightforgelabsstudio/aide handoffInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Produce a concise, resumable handoff note. Focus on next actions, not a status report.
Ask the user for: completed tasks (file:line refs), mid-flight TODOs, blockers, ordered next actions, validation status.
Auto-collect:
git branch --show-current and git log --oneline -5gh pr status and git status --short# 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
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
testing
Skeptical gap analysis for issues, ADRs, plans, and docs. Use when the user wants a second-pass check for missing decisions, contradictions, edge cases, hidden dependencies, scope drift, or readiness before implementation.
tools
Sync branch with remote and confirm a clean end-of-session state.
testing
Create or update an AIDE skill in .aide/skills with valid frontmatter and a concise workflow.
tools
Decompose an accepted spec (and its ADR, if one exists) into GitHub issues using the issue-creator tool.