一键导入
status
Show detailed status and last run information for an autonomous cron job. Use when the user wants to check if a job is healthy and working.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show detailed status and last run information for an autonomous cron job. Use when the user wants to check if a job is healthy and working.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | status |
| description | Show detailed status and last run information for an autonomous cron job. Use when the user wants to check if a job is healthy and working. |
| allowed-tools | Bash(claude-auto *) |
Show the status of an autonomous cron job. If the user hasn't specified which job, show all jobs:
claude-auto list --json
For detailed status including last run information:
claude-auto logs <jobId> --limit 1
Present a summary including:
If there are issues, suggest relevant management commands like
/claude-auto:edit or /claude-auto:pause.
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.
Resume a paused autonomous cron job. Use when the user wants to reactivate a previously paused job.