🔄Trigger

/loop periodic review

Uses the /loop slash command to re-run /review every 30 minutes during long sessions.

Surfaces
trigger
Complexity
beginner
Trigger
manual
Est. tokens
3,000

What It Does

Wraps the built-in /loop slash command around /review. Every 30 minutes during a long refactor or migration session, Claude automatically reviews the current diff, flags blocking issues, and pauses if any are found. Prevents accumulating uncaught problems.

Usage

text
/loop 30m /review

Stop

text
/loop stop

SKILL.md

markdown
---
name: loop-periodic-review
description: Configures the /loop slash command to run /review every 30 minutes while a long-running task is in progress. Use when user says "keep reviewing", "periodic review", or during long refactors.
---

# /loop Periodic Review

## Usage
```
/loop 30m /review
```

## What It Does
- Every 30 minutes, runs the /review skill on the current diff
- If review finds blocking issues, posts them and pauses the loop
- If clean, continues silently

## Stop
```
/loop stop
```

Tuning

  • 30m is a good default. For intense refactors, drop to 15m.
  • For mostly-reading sessions, push to 60m so reviews are meaningful.
  • Pair with block-commits-no-tests so the review never finds uncovered code.

Before you continue

We use analytics cookies to understand how the documentation is used and improve the experience. Privacy Policy.