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
- Read
https://cristianmoroaica.github.io/bountyverdict/agent-manifest.jsonfor availability, then require itsproduction_apito equal the exact originhttps://bountyverdict-agent-production.mimirslab.workers.dev. - Inspect the free sample at that origin and its
/openapi.jsondocument. - Accept only a canonical public run URL shaped like
https://github.com/OWNER/REPO/actions/runs/RUN_IDwith no credentials, query, fragment, job suffix, or alternate host. - Add
attemptonly 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.