ワンクリックで
remove
Permanently remove an autonomous cron job and its schedule. Use when the user wants to delete a job they no longer need.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Permanently remove an autonomous cron job and its schedule. Use when the user wants to delete a job they no longer need.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
Resume a paused autonomous cron job. Use when the user wants to reactivate a previously paused job.
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.
| name | remove |
| description | Permanently remove an autonomous cron job and its schedule. Use when the user wants to delete a job they no longer need. |
| allowed-tools | Bash(claude-auto *) |
Remove an autonomous cron job. This is destructive and cannot be undone.
If the user hasn't specified which job, show available jobs first:
claude-auto list
Before removing, confirm with the user that they want to permanently delete the job. Ask if they want to keep the run logs:
claude-auto remove <jobId> --keep-logsclaude-auto remove <jobId>After removal, confirm the job has been deleted and its scheduled runs have been unregistered.