원클릭으로
resume
Resume a paused autonomous cron job. Use when the user wants to reactivate a previously paused job.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resume a paused autonomous cron job. Use when the user wants to reactivate a previously paused job.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | resume |
| description | Resume a paused autonomous cron job. Use when the user wants to reactivate a previously paused job. |
| allowed-tools | Bash(claude-auto *) |
Resume a paused autonomous cron job. If the user hasn't specified which job, show paused jobs first:
claude-auto list
Then resume the specified job:
claude-auto resume $ARGUMENTS
After resuming, confirm the job is active again and show when the next scheduled run will be.
Edit the configuration of an existing autonomous cron job. Use when the user wants to change a job's schedule, focus areas, branch, guardrails, or other settings.
List all configured autonomous cron jobs with their status, schedule, and last run info. Use when the user asks about their jobs, what's running, or wants an overview.
View run history and logs for an autonomous cron job. Use when the user wants to see what Claude has been doing or debug a job.
Pause an active autonomous cron job without losing its configuration. Use when the user wants to temporarily stop a job from running.
Permanently remove an autonomous cron job and its schedule. Use when the user wants to delete a job they no longer need.
Set up a new autonomous Claude cron job for continuous codebase improvement. Use when the user wants to create a scheduled job where Claude autonomously works on their repo.