Add recurring task command similar to Claude Code /loop for periodic PR checking

Open 💬 0 comments Opened Jul 27, 2026 by hikidd

What variant of Codex are you using?

cli

What feature would you like to see?

Use Case

My primary usage scenario is periodically checking pull requests, including PR status updates, new comments, CI execution results, code change reviews, etc. It is inefficient to manually trigger queries over and over. A built-in recurring task capability can greatly optimize this workflow.

Core Requirements

Add a repeat execution function referencing Claude Code’s /loop:

  1. The scheduled tasks are limited to the current CLI session only.
  2. Support cron expressions to configure custom execution frequency.
  3. All scheduled tasks have a hard upper limit of 7 days total runtime; tasks auto expire after 7 days regardless of session status.

The specific command format, underlying logic, parameter constraints and implementation details can be fully designed by the project maintainers. I only put forward the functional demand.

Basic Expectation

Simple management commands to list ongoing scheduled tasks and stop tasks are necessary for daily use.

Benefit

Automate regular PR inspection work, reduce repetitive manual operations during development.

Additional information

_No response_

View original on GitHub ↗