skills/session-handoff/SKILL.md
Summarize the current session into a compact HANDOFF block for the next session or delegated agent.
npx skillsauth add special-place-administrator/citadel_codex session-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.
Turn active work into a concise transfer block.
.citadel/ if relevant.---HANDOFF---
- {what was built or changed}
- {key decisions and tradeoffs}
- {unresolved items or blockers}
- {next action for the next session}
---
Keep it short, specific, and actionable.
development
GitHub issue and PR investigator. Pulls open issues/PRs, classifies them, searches the codebase for root cause or reviews contributed code, proposes fixes with file:line references, and optionally implements fixes. Handles both issues and pull requests.
development
Generate and verify tests — happy path, edge cases, error paths — using the project's own framework and patterns
development
Four-phase root cause analysis: observe, hypothesize, verify, fix. Enforces investigation before code changes and stops guess-and-check debugging.
testing
First-run experience for the harness. Detects the project stack, scaffolds the .citadel/ state directory, generates configuration, runs one real task as a demo, and prints a reference card of all available skills. Gets someone from install to first `do` command in 5 minutes.