generate-video
Generate a video artifact and return it to the chat.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a video artifact and return it to the chat.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Publish architecture review HTML reports for this repository.
Publish architecture review HTML reports for this repository.
Find deepening opportunities in a codebase, informed by the project architecture map, glossary, constraints, and decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
Use before choosing, creating, modifying, or verifying tests for a feature, bug fix, regression, refactor, integration, async workflow, or behavior change. Focuses agents on vertical proof first, real evidence before fixes, red/green proof, and clarification when the desired outcome is ambiguous.
Manage diagnostic logging with minimal context: find relevant logs, inspect status, enable or disable narrow logging, add runtime toggles when missing, and clean up after debugging.
Use when you need to send local files, media, or directories to the chat.
| name | generate-video |
| description | Generate a video artifact and return it to the chat. |
Use this skill when the user needs a generated video artifact returned to the chat.
Run this command to enqueue video generation:
node "$(git rev-parse --show-toplevel)/scripts/enqueue-action-request.js" generate-video --prompt "<prompt>" [--image-path "<canonical-media-path>"] [--aspect-ratio "16:9"] [--duration-seconds "5"] [--negative-prompt "<text>"]
Rules:
--image-path only for image-to-video requests.--aspect-ratio, --duration-seconds, and --negative-prompt only when they matter.