بنقرة واحدة
automations
Create and manage automations using the scheduler tools with suggestive defaults.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create and manage automations using the scheduler tools with suggestive defaults.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Review changed code for reuse, quality, and efficiency, then fix any issues found. Use when the user asks to simplify, clean up, dedupe, reduce abstraction, remove pointless types, collapse duplicate contracts, replace bespoke parsing or validation with direct schema usage, or make a recent diff easier to read and maintain.
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
Create or update Dexto skill bundles with SKILL.md, handlers, scripts, mcps, and references.
| name | automations |
| description | Create and manage automations using the scheduler tools with suggestive defaults. |
| toolkits | ["scheduler-tools"] |
| allowed-tools | ["create_schedule","update_schedule","list_schedules","get_schedule","get_schedule_history","trigger_schedule_now","delete_schedule"] |
Create, update, list, and manage scheduled automations using the scheduler tools with suggestive defaults and minimal back-and-forth.
create_schedule after confirmation.update_schedule with only the changed fields.list_schedules to show available schedulesget_schedule to retrieve a schedule by idget_schedule_history to show recent runstrigger_schedule_now with the schedule id.delete_schedule with the schedule id.