skills/handoff/exports/openai/SKILL.md
Create operational handoff markdowns that capture what was completed, what is stopped, what remains pending, which artifacts matter, and which commands the next agent should run next.
npx skillsauth add balandongiv/agent-skillbook 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.
Use this skill to create a repository-local handoff that another agent can resume from without reconstructing state from chat history. The handoff must be operational: it should identify concrete artifacts, process state, pending tasks, and next commands.
Use the current repository state, logs, artifact paths, and process list as the source of truth. Do not rely on memory alone.
A handoff should distinguish code edits, regenerated outputs, and work that was interrupted or intentionally stopped. Do not blur these together.
Pending work should read like a checklist the next agent can complete and mark with evidence. Avoid vague prose.
Use exact paths, run prefixes, hashes, log files, and commands. The next agent should not have to infer where outputs live.
Read planning/Project_Execution_Flowchart.md first so the handoff uses the repository's current artifact and workflow language.
Before writing:
git status --short.codex-tmp/live_logs/ when presentWrite a markdown file under handoff/. Prefer a date- or task-specific filename that the next agent can find easily.
Every handoff must include:
ScopeWhat Has Been DoneWhat Is StoppedCurrent Working StatePending WorkSuggested Next CommandsOpen RisksInside Pending Work, use a markdown table with:
TaskDone?Evidence / Next stepDefault incomplete tasks to No. Only write Yes when the task is actually complete and evidenced.
If background jobs were running, state whether they are still alive, already finished, or manually stopped. Do not say a run "finished" unless status artifacts or logs confirm that.
If the handoff workflow, required sections, or storage location changes, update planning/Project_Execution_Flowchart.md.
planning/Project_Execution_Flowchart.md first.handoff/.Task | Done? | Evidence / Next step table for pending work.Done? as Yes without concrete evidence.tools
One-sentence description of what this skill does and when to use it.
tools
One-sentence description of what this skill does and when to use it.
documentation
Review per-subject performance to identify likely outliers, distinguish bad data from difficult but valid cases, and document whether subject exclusion is justified before any filtered rerun.
documentation
Review per-subject performance to identify likely outliers, distinguish bad data from difficult but valid cases, and document whether subject exclusion is justified before any filtered rerun.