skill-candidates/request-loopback-resume/SKILL.md
Resume previously requested work deterministically after interruptions. Use when context switches, AFK gaps, or multi-lane pauses require checkpointed state, explicit next actions, and fail-closed resume validation.
npx skillsauth add grtninja/skill-arbiter request-loopback-resumeInstall 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 when you need to return to a prior request without losing execution intent.
continue, start, blocked, done).Initialize:
python3 "$CODEX_HOME/skills/request-loopback-resume/scripts/workstream_resume.py" \
init \
--state-file .codex/workstreams/example.json \
--task "Upgrade media pipeline skills" \
--lane "skill update" \
--lane "validation" \
--lane "docs"
Update checkpoint:
python3 "$CODEX_HOME/skills/request-loopback-resume/scripts/workstream_resume.py" \
set \
--state-file .codex/workstreams/example.json \
--lane-status "skill update=completed" \
--lane-status "validation=in_progress" \
--lane-next "validation=Run arbiter + installer evidence" \
--artifact /tmp/repo-b-media-skills-arbiter.json
Resume action:
python3 "$CODEX_HOME/skills/request-loopback-resume/scripts/workstream_resume.py" \
resume \
--state-file .codex/workstreams/example.json \
--json-out /tmp/workstream-resume.json
Allowed lane status values:
pendingin_progresscompletedblockedRules:
in_progress.resume action is continue for current in_progress lane.in_progress, action is start for first pending lane.blocked/completed lanes remain, action is blocked or done.Use deterministic checkpoint cadence:
pending -> in_progress -> completed/blocked).lane-next value for the current lane.resume after any interruption before executing further commands.Preserve:
state_fileresume_jsonlane_status mapIf any element is missing, resume should fail closed and reroute through skill-hub.
Use this skill for resuming prior user requests and preserving deterministic continuity across interruptions.
Do not use this skill for:
references/state-contract.mdscripts/workstream_resume.pyIf this lane is unresolved, blocked, or ambiguous:
resume JSON output.$skill-hub for chain recalculation.tools
Run a defender-first security sweep on code, configs, prompts, model/tooling surfaces, or third-party contribution lanes. Use when a request involves safe bug, leak, zero-day-class, exploit, or hack hunting for protection, when contributing to outside repositories and you want a focused security pass, or when touching auth, secrets, permissions, network exposure, prompt/tool boundaries, data flow, or update/build surfaces. This skill is defensive only and must never be used for weaponization or unauthorized access.
development
Validate and repair VRM Sandbox startup acceptance with shim-first local model authority, frontend/backend bring-up, and avatar-runtime launch proof. Use when launch behavior, chat handoff, voice fallback, or runtime bridge acceptance must be verified end to end.
documentation
Align documented voice-command catalogs, endpoint action allowances, and live runtime handlers so operator-visible voice surfaces match what the stack can actually execute. Use when voice command docs, parser matrices, endpoint permissions, or runtime action routing drift apart.
development
Track SkillHub trend and topic drift, maintain a bounded rewrite watchlist, and surface emerging gaps worth turning into repo-owned skills. Use when the marketplace query set shows new families or when the current shortlist has gone stale.