Agent skill
video-dispatch
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/video-dispatch
SKILL.md
Skill: Execution Dispatch
Status
enabled
Purpose
validate → guard → phase 実行の順で処理を行います。
Entry point
make phase6-run PHASE=<phase> MODE=<mode> REASON='<reason>'
# または
bash scripts/phase6-dispatch.sh <phase> <mode> <reason>
Execution Flow
- Validate: 入力パラメータを検証
- Guard: 実行条件をチェック
- Execute: 対象Phaseを実行
- Record: 履歴とメトリクスに記録
Phase Mapping
| Phase | Command |
|---|---|
| phase2 | (placeholder) |
| phase3 | make phase3-all |
| phase4 | make phase4-ci-local |
Exit Codes
0: 正常終了1: バリデーション/ガード/実行のいずれかで失敗
Notes
- 既存 Make / Script を再利用
- execute モードのみ Phase5 metrics に記録
- 履歴は常に data/phase6/execution-history.log に記録
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?