loop
Run a prompt or slash command on a recurring interval (e.g. /loop 5m /foo, defaults to 10m).
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Run a prompt or slash command on a recurring interval (e.g. /loop 5m /foo, defaults to 10m).
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Launch and drive this project's app to see a change working. Use when asked to run, start, or screenshot the app.
Review changed code for reuse, quality, and efficiency, then fix any issues found.
Verify that a code change actually does what it's supposed to by running the app and observing behavior.
Help users add, configure, trust, authenticate, and troubleshoot MCP (Model Context Protocol) servers in ax-code. Use when the user asks about MCP setup, connecting external tools, OAuth flows for MCP, trust issues, or diagnosing MCP server problems.
Reduce duplication and dead code, improve module and component boundary clarity, and remove overengineering. Conservative by default - prefers small safe moves over sweeping rewrites.
Diagnose a bug and implement the fix. Confirms root cause before making changes, then verifies with the relevant tests.
| name | loop |
| description | Run a prompt or slash command on a recurring interval (e.g. /loop 5m /foo, defaults to 10m). |
| agent | build |
| argument-hint | <interval> <prompt or /command> |
Set up a recurring execution loop for the request in $ARGUMENTS.
Parse $ARGUMENTS as: [interval] <prompt or /command>
s, m, h). Examples: 30s, 5m, 1h.10m.Use the /loop command infrastructure to start the recurring execution:
/loop 5m check if the deploy finished — every 5 minutes, check deploy status./loop 30s /verify — every 30 seconds, run the verify skill./loop check the test output — every 10 minutes (default), check test output.