ワンクリックで
workflow-automation
Create, run, schedule, and manage deterministic workflow and cron automation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create, run, schedule, and manage deterministic workflow and cron automation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Interactive browser navigation, page interaction, and visual verification.
Self-reporting for capabilities, active state, and operational limits.
Pull request, issue, branch, Actions, and repository search workflows.
Clarification, approvals, and progress messaging during tool execution.
Create, monitor, respond to, and cancel delegated coding tasks.
Search and fetch public web content for docs, references, and error research.
| name | Workflow Automation |
| description | Create, run, schedule, and manage deterministic workflow and cron automation. |
| triggers | ["workflow","cron","schedule","recurring","nightly check","run tests nightly","automate","browser smoke test"] |
Use this skill for reusable deterministic automation across workflow, cron, and runtime execution tools.
When creating workflows:
app_run, app_test, browser_test, workspace_status, workspace_sync).workflow_create with concise step names and explicit args.task_*) unless the user explicitly requests it.When running workflows:
workflow_run for immediate execution.When scheduling with cron:
cron_create with a 5-field UTC expression (minute hour day month weekday).cron_list to confirm active schedules and cron_run for immediate verification.When cleaning up automation:
workflow_list to identify existing workflows/runs.workflow_delete for obsolete workflows.cron_delete to remove outdated schedules.When user asks for direct deterministic checks:
app_run for explicit commands.app_test for test execution (explicit command or auto-detected).browser_test for URL + mustInclude assertions and optional screenshots.workflow_createworkflow_listworkflow_runworkflow_deletecron_createcron_listcron_deletecron_runapp_runapp_testbrowser_testworkspace_statusworkspace_sync