Skip to content

oz-platform skill: bias toward Oz scheduler over GitHub Actions for crons#11570

Open
bholmesdev wants to merge 1 commit into
masterfrom
benjamin/oz-skill-schedule-guidance
Open

oz-platform skill: bias toward Oz scheduler over GitHub Actions for crons#11570
bholmesdev wants to merge 1 commit into
masterfrom
benjamin/oz-skill-schedule-guidance

Conversation

@bholmesdev
Copy link
Copy Markdown
Contributor

@bholmesdev bholmesdev commented May 22, 2026

Description

Reframes the GitHub Actions Integration section of the bundled oz-platform skill so agents understand the boundary between the two scheduling surfaces:

  • GitHub Actions — use when the trigger is a GitHub event (issue opened, PR labeled, CI event, push). Removed "scheduling periodic tasks via workflow dispatch" from the use-case list.
  • Oz scheduler — added a one-line pointer (oz schedule create) as the preferred tool for any periodic/recurring work, with a note that it keeps runs visible in the Oz dashboard.

Also adds --name flag and schedule list/schedule get examples to the existing CLI examples section for completeness.

Linked Issue

Fixes #11569

  • The linked issue is labeled ready-to-spec or ready-to-implement.
  • Where appropriate, screenshots or a short video of the implementation are included below.

Testing

Documentation/skill-only change — no Rust code modified.

  • I have manually tested my changes locally with ./script/run

Agent Mode

  • Warp Agent Mode - This PR was created via Warp's AI Agent Mode

…rons

Reframe the GitHub Actions Integration section to clarify it's for
event-driven GitHub triggers (issue opened, PR labeled, CI events),
not periodic/recurring work. Add a one-line pointer to
`oz schedule create` for recurring tasks so agents reach for the
native Oz scheduler by default.

Fixes #11569

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label May 22, 2026
@bholmesdev bholmesdev marked this pull request as ready for review May 22, 2026 20:34
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 22, 2026

@bholmesdev

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR updates the bundled oz-platform skill guidance to steer recurring work toward the Oz scheduler, adds schedule inspection examples, and clarifies that GitHub Actions are best suited for GitHub-originated triggers.

Concerns

  • No blocking concerns found. The CLI examples match the schedule command definitions, the change is skill documentation only, and no approved spec context was available to compare against.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@bholmesdev bholmesdev requested a review from bnavetta May 22, 2026 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

oz-platform skill biases agents toward GitHub Actions cron scheduling instead of native Oz scheduler

1 participant