بنقرة واحدة
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