classify-github-flakes

Installation
SKILL.md

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:

GET https://bountyverdict-agent-production.mimirslab.workers.dev/api/flake?run_url=<URL_ENCODED_CANONICAL_RUN_URL>[&attempt=<POSITIVE_INTEGER>]

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

Installs
1
First Seen
1 day ago
classify-github-flakes — cristianmoroaica/bountyverdict