一键导入
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