Loop Repeat Scheduler
Claude Code's official bundled skill /loop is a scheduler for repeating prompt execution. Supports simple repetition to cron expression-based periodic execution, automating recurring tasks like deploy monitoring, periodic code checks, and data collection.
/loopDevOps monitoring service health post-deploy? Use /loop for periodic health checks
Team wanting regular code quality checks? Set up /loop + cron for daily morning auto-review
How It Works
Skill Code
Copy and paste into your CLAUDE.md to start using immediately.
How Loop Repeat Scheduler Works
Loop repeats a specified prompt using count-based (--count) or cron-based (--cron) scheduling. Each iteration records results and detects changes from previous runs, generating a cumulative report.
When to Use Loop Repeat Scheduler
Ideal for post-deploy monitoring, periodic code quality checks, and recurring data collection tasks.
Key Strengths
- Cron expressions enable precise scheduling
- Inter-iteration change detection for anomaly alerts
- Cumulative reports for trend analysis
- Configurable stop conditions (on error, success, or change)