loop

Schedule recurring prompts as Cron jobs with interval tokens.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/uniQuk/Claudex-cli --skill loop-uniquk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop
Source: https://github.com/uniQuk/Claudex-cli/tree/main/packages/core/src/skills/bundled/loop
Command: npx skills add https://github.com/uniQuk/Claudex-cli --skill loop-uniquk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the execution of prompts on a schedule, eliminating manual retries and oversight for routine checks.

Core Features & Use Cases

  • Schedule prompts with time intervals (e.g., 5m, 30m) or "every" clauses to fit cadence needs.
  • List and clear jobs to monitor and cancel running prompts.
  • Execute the parsed prompt immediately after scheduling to provide instant feedback.

Quick Start

Schedule a recurring prompt by typing /loop 30m check the build.

Frequently Asked Questions about loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule recurring prompts for automated build checks?

You can schedule recurring prompts for build checks by using interval tokens like 30m. The skill parses the interval, creates a recurring Cron job, and immediately executes the parsed prompt to provide instant feedback.

Can I automate routine PR reviews on a regular timer?

Yes, you can automate routine PR reviews on a regular timer. The skill supports scheduling prompts with time intervals or every clauses to fit your specific cadence needs for software development workflows.

What is the best way to manage and cancel running scheduled prompts?

The best way to manage running scheduled prompts is using the built-in list and clear operations. These allow you to monitor active Cron jobs and cancel any running prompts you no longer need.

How do I set up a recurring test suite execution without manual retries?

To set up recurring test suite execution without manual retries, type a command with your desired interval, such as 5m, followed by the prompt. The skill schedules the job and executes the prompt immediately.

Does this scheduling method support both minute intervals and every clauses?

Yes, this scheduling method supports both specific minute intervals like 5m or 30m and every clauses. This flexibility allows you to fit the cadence of your routine checks to your workflow.