원클릭으로
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