skills/extract-review/SKILL.md
Handle V2 metadata ReviewGate artifacts and resume run-scoped metadata review actions.
npx skillsauth add nextaltair/video-library-pipeline video-library-pipeline-extract-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_status, video_pipeline_inspect_artifact, and supported video_pipeline_resume actions.ReviewGate.artifactIds define the review scope.apply_reviewed_metadata action after the user confirms YAML review is complete.Review only metadata fields represented by the run artifact:
program_title should be the series/program title only.air_date should be correct when present.needs_review and review reasons should be addressed or intentionally left unresolved.Out of scope:
video_pipeline_status {
"runId": "<runId>",
"includeArtifacts": true
}
gates / reviewGates.video_pipeline_inspect_artifact {
"runId": "<runId>",
"artifactId": "<artifactId>",
"includeContentPreview": true
}
video_pipeline_resume {
"runId": "<runId>",
"resumeAction": "<resumeAction from nextActions>",
"...": "other params from nextActions.params"
}
followUpToolCalls or nextActions.params.requiresHumanReview: true, never call it before user confirmation.nextActions.phase:
plan_ready: hand off to skills/move-review/SKILL.md.review_required: repeat this skill for the new/open gate.blocked or failed: report diagnostics and stop.The old standalone extraction/apply tools are hidden in the V2 public surface. Do not instruct the operator to call hidden legacy tools directly. If metadata repair cannot be completed through the returned video_pipeline_resume action, report diagnostics rather than guessing a latest JSONL/YAML path.
tools
Run and inspect the video library pipeline through the V2 run-based OpenClaw tool surface.
development
Start and review a V2 relocate workflow for existing library files.
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.