skills/relocate-review/SKILL.md
Start and review a V2 relocate workflow for existing library files.
npx skillsauth add nextaltair/video-library-pipeline video-library-pipeline-relocate-reviewInstall 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.
video_pipeline_start {"flow":"relocate"}.prepare_relocate_metadata and review_relocate_metadata are supported V2 resume actions. They re-evaluate the same run and may advance it to plan_ready.B:\VideoLibrary, pass roots:["B:\\VideoLibrary"].video_pipeline_start {
"flow": "relocate",
"roots": ["B:\\VideoLibrary"],
"queueMissingMetadata": true,
"writeMetadataQueueOnDryRun": true,
"scanErrorPolicy": "warn",
"scanRetryCount": 2
}
WorkflowResult:
runIdphaseoutcomeartifactsgatesnextActionsfollowUpToolCallsdiagnosticsphase == "plan_ready": inspect the plan artifact and hand off to skills/move-review/SKILL.md.phase == "review_required": inspect gate artifacts and hand off to skills/extract-review/SKILL.md or report required review.phase == "complete": report the outcome, such as already-correct.phase == "blocked" or phase == "failed": report diagnostics and stop.video_pipeline_resume {
"runId": "<runId>",
"...": "params from followUpToolCalls[].params"
}
artifactId belongs to the same runId.requiresHumanReview is true.Some older folder-contamination and direct-title-repair flows depended on hidden legacy public tools. In V2 public operation, report that those flows require a future V2 workflow unless the current run returns an explicit supported video_pipeline_resume action for them.
tools
Run and inspect the video library pipeline through the V2 run-based OpenClaw tool surface.
development
Review and apply a V2 run-scoped move plan through video_pipeline_resume.
development
Start a V2 sourceRoot workflow and handle run-scoped inventory, metadata, and review gates.
tools
V2 migration note for folder contamination cleanup; direct legacy cleanup tools are not public in the V2 surface.