원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.