scheduling-github-ci-fixes

scheduling-github-ci-fixes is a skill for Claude Code, Codex from Tracer-Cloud/opensre. It costs 62 tokens per session (1,003 once invoked), scanned A, original, Apache-2.0.

A scheduled local process that checks one repository's open pull requests for failing GitHub Actions checks. GitHub Actions is GitHub's system for running automated builds and tests.

In plain words
What is it for?
Use it to set up a recurring loop that repairs failing CI checks on pull request branches without pushing to the main branch.
Why use it?
It removes the need to check failing pull requests manually each weekday morning. It can also demonstrate the repair on a temporary private repository before scheduling it.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to set up a recurring loop that repairs failing CI checks on pull request branches without pushing to the main branch.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tracer-cloud/opensre/b-scheduling-github-ci-fixes
About the project

OpenSRE is an open-source framework for building AI agents that investigate and resolve production incidents using operational data and tools. It is for site reliability engineers who want customizable incident-response workflows, training, and evaluation on their own infrastructure.

Tracer-Cloud/opensre · 11,042 stars · on GitHub · discord.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Tracer-Cloud/opensre --skill b-scheduling-github-ci-fixes
Clone the repo
git clone --depth 1 https://github.com/Tracer-Cloud/opensre

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for scheduling-github-ci-fixes

README.md
[![agentmods](https://agentmods.dev/badge/skills/tracer-cloud/opensre/b-scheduling-github-ci-fixes/github.svg)](https://agentmods.dev/skills/tracer-cloud/opensre/b-scheduling-github-ci-fixes)
Your own site
<a href="https://agentmods.dev/skills/tracer-cloud/opensre/b-scheduling-github-ci-fixes"><img src="https://agentmods.dev/badge/skills/tracer-cloud/opensre/b-scheduling-github-ci-fixes/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for scheduling-github-ci-fixes

Your own site · 80×15
<a href="https://agentmods.dev/skills/tracer-cloud/opensre/b-scheduling-github-ci-fixes"><img src="https://agentmods.dev/badge/skills/tracer-cloud/opensre/b-scheduling-github-ci-fixes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,003 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.01003
Opus 5 $0.00031 $0.00502
Sonnet 5 $0.00012 $0.00201
Haiku 4.5 $0.00006 $0.00100

Measured today against content hash b7461909c0c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

scheduling-github-ci-fixes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 1 executable file (test_scheduling_workflow.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

core/agent_harness/prompts/skills/onboarding-github-ci/b-scheduling-github-ci-fixes/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Scheduled CI repair

Demonstrate a real scheduled repair with a roughly four-minute target and a hard ten-minute budget covering setup through the final report. The tool owns the persistent repository name, fixture, deadline, cancellation, and cleanup.

Plan

Use update_plan to create the live plan from these five workflow steps. Mark an already-selected scope completed. Send update_plan in the same response as the next tool call, except before ask_user_choice, which must be the only call in its response. Keep report delivery and follow-up as separate steps.

  • Step 1. Select the reusable demo or a specific PR with ask_user_choice.
  • Step 2. Register or reuse the bounded run with schedule_ci_repair_loop.
  • Step 3. Observe scheduled execution with get_ci_repair_loop.
  • Step 4. Deliver the tool's structured outcome report as Markdown.
  • Step 5. Offer the next workflow with ask_user_choice.

Workflow

Step 1. Select the scope

Use an explicit demo request or PR selection already supplied by the user. Otherwise ask once with ask_user_choice: "Reusable private demo repository" (recommended), or "Repair a selected PR". Collect the PR owner, repository, and number only for the second choice. An explicitly requested organization is the demo owner override; otherwise the tool uses the authenticated user.

Complete when the user selected the demo or a specific PR.

Step 2. Schedule the run

Call schedule_ci_repair_loop(demo=true) for the demo, adding owner only for an explicit owner override. For an existing PR call schedule_ci_repair_loop(owner="<owner>", repo="<repo>", pr_number=<number>). This authorizes the background service and the selected repair scope. The returned task id and deadline are authoritative. If reused is true, continue observing that run; its original deadline remains unchanged.

Show the task id, next scheduled time, and /loops show <task_id> retrieval command. Setup failures are terminal outcomes to report in Step 4. Repository collisions stop setup; explain the tool's result without adopting another repo.

Read the full file on GitHub · 103 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · -183 lines · -58 tokens per session scan C → A b7461909c0c4
  2. yesterday First seen · 286 lines · 120 tokens per session scan C 32c073f3516b

Subscribe to this mod's changes

scheduling-github-ci-fixes is a skill published in the GitHub repository Tracer-Cloud/opensre (11,042 stars, last pushed today), licensed Apache-2.0. It adds 62 tokens to every session and 1,003 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-12.

Related

Other skills, from other repositories