classify-github-flakes

classify-github-flakes is a skill for Codex from cristianmoroaica/bountyverdict. It costs 74 tokens per session (1,005 once invoked), scanned A, a copy of classify-github-flakes, MIT.

A read-only checker for deciding whether a failed public GitHub Actions workflow is likely a temporary failure, a repeated problem, or a new failure. GitHub Actions is GitHub's service for running automated builds and tests.

In plain words
What is it for?
Comparing workflow attempts and same-commit results, then classifying a failure as a confirmed flake, likely flake, recurring failure, new failure, inconclusive, or not currently failed.
Why use it?
It helps decide whether retrying a failed workflow is justified before spending another run.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Comparing workflow attempts and same-commit results, then classifying a failure as a confirmed flake, likely flake, recurring failure, new failure, inconclusive, or not currently failed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cristianmoroaica/bountyverdict/classify-github-flakes
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 cristianmoroaica/bountyverdict --skill classify-github-flakes
Clone the repo
git clone --depth 1 https://github.com/cristianmoroaica/bountyverdict

Made for: 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 classify-github-flakes

README.md
[![agentmods](https://agentmods.dev/badge/skills/cristianmoroaica/bountyverdict/classify-github-flakes.svg)](https://agentmods.dev/skills/cristianmoroaica/bountyverdict/classify-github-flakes)
Your own site
<a href="https://agentmods.dev/skills/cristianmoroaica/bountyverdict/classify-github-flakes"><img src="https://agentmods.dev/badge/skills/cristianmoroaica/bountyverdict/classify-github-flakes.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,005 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 98% copy Near-identical to another mod 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.00074 $0.01005
Opus 5 $0.00037 $0.00502
Sonnet 5 $0.00015 $0.00201
Haiku 4.5 $0.00007 $0.00101

Measured 8d ago against content hash 43a01525ad39, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

classify-github-flakes 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 8d ago.

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.

Origin

This is a copy

98% identical to classify-github-flakes — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/classify-github-flakes/SKILL.md · 56 lines

How it starts

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

Classify GitHub Flakes

Use FlakeVerdict as a read-only retry gate. It inspects public GitHub Actions evidence and never reruns CI or executes repository code.

Resolve the exact service

  1. Read https://cristianmoroaica.github.io/bountyverdict/agent-manifest.json for availability, then require its production_api to equal the exact origin https://bountyverdict-agent-production.mimirslab.workers.dev.
  2. Inspect the free sample at that origin and its /openapi.json document.
  3. Accept only a canonical public run URL shaped like https://github.com/OWNER/REPO/actions/runs/RUN_ID with no credentials, query, fragment, job suffix, or alternate host.
  4. Add attempt only when selecting a known positive run-attempt integer. Omit it to inspect the latest available attempt.

Construct the exact resource as:

POST https://bountyverdict-agent-production.mimirslab.workers.dev/api/github-actions-flake-retry-gate
Content-Type: application/json

{"run_url":"<CANONICAL_RUN_URL>","attempt":<OPTIONAL_POSITIVE_INTEGER>}

Do not send credentials, private-repository URLs, pasted logs, or arbitrary text.

Verify before paying

Make the exact request without payment first. Require all of these before authorizing payment:

  • HTTP 402 using x402 v2 and the exact scheme;
  • exact service name FlakeVerdict and Bazaar method POST with a strict JSON body;
  • exact production origin and exact resource URL constructed above, with no query parameters;
  • Base mainnet network eip155:8453;
  • canonical Base USDC asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913;
  • exact recipient 0x4aa55988fA032FBbB8DDEf496b0f194FEc62D614;
  • an amount no greater than 70000 atomic units (0.07 USDC).

Bind the payment client to that exact origin, network, asset, recipient, service, method, resource, and 70,000-atomic cap. Standard x402 authorizes the resource URL rather than the POST body, so verify the advisory normalized-body SHA-256 and preserve the exact validated JSON on the signed retry. Reject any redirect, changed challenge, body change, additional payment option, or mismatch. Never reveal wallet secrets, seed phrases, API keys, private keys, or payment signatures. After a timeout or ambiguous response, reconcile the wallet and settlement state before considering another identical request; never pay blindly twice.

Read the full file on GitHub · 56 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. 8d ago First seen · 56 lines · 74 tokens per session scan A 43a01525ad39

Subscribe to this mod's changes

classify-github-flakes is a skill published in the GitHub repository cristianmoroaica/bountyverdict (0 stars, last pushed 1mo ago), licensed MIT. It adds 74 tokens to every session and 1,005 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to classify-github-flakes, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

bug-fixing

Fix defects in the Composio SDK repository with focused reproduction, root-cause analysis, regression tests, and narrow verification. Use when the user reports a bug, failing test, CI regression, runtime defect, or incorrect SDK behavior. Do not use for new feature design or broad refactors.

ComposioHQ/composio · 63 tokens

python-testing

Select and run Python SDK verification with nox, Makefile targets, Ruff, mypy, pytest markers, sanity tests, type inference checks, and build checks. Use when adding Python tests, diagnosing Python CI, or validating Python SDK/provider changes. Do not use for TypeScript-only checks.

ComposioHQ/composio · 62 tokens

typescript-testing

Select and run TypeScript SDK verification for packages, examples, type checks, linting, builds, Vitest suites, and runtime E2E tests. Use when adding tests, diagnosing TypeScript CI, choosing a focused test command, or validating TypeScript package changes. Do not use for Python-only checks.

ComposioHQ/composio · 65 tokens

cli-e2e

Write, modify, or debug Docker-based Composio CLI end-to-end tests under ts/e2e-tests/cli, including binary invocation, fixture isolation, output assertions, and package manifests. Use for CLI E2E test suites only; use cli-command for CLI source implementation.

ComposioHQ/composio · 62 tokens

potpie-debug-memory

Use while debugging or troubleshooting failures, flaky tests, incidents, production alerts, CI failures, local dev setup issues, repeated bugs, prior fixes, failed attempts, and verification history.

potpie-ai/potpie · 41 tokens

lsp-refactor

End-to-end safe refactor workflow — blast-radius analysis, speculative preview, apply to disk, verify build, run affected tests. Inlines lsp-impact + lsp-safe-edit + lsp-verify + lsp-test-correlation into one coordinated sequence.

blackwell-systems/agent-lsp · 57 tokens