Borrowing it
Nothing to install: this file belongs to AlexanderMattTurner/agent-glovebox. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/AlexanderMattTurner/agent-glovebox/main/.claude/skills/ci-triage/SKILL.mdgit clone --depth 1 https://github.com/AlexanderMattTurner/agent-gloveboxWrote 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.
[](https://agentmods.dev/skills/alexandermattturner/agent-glovebox/ci-triage)<a href="https://agentmods.dev/skills/alexandermattturner/agent-glovebox/ci-triage"><img src="https://agentmods.dev/badge/skills/alexandermattturner/agent-glovebox/ci-triage/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.
<a href="https://agentmods.dev/skills/alexandermattturner/agent-glovebox/ci-triage"><img src="https://agentmods.dev/badge/skills/alexandermattturner/agent-glovebox/ci-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 112 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00201 | $0.09792 |
| Opus 5 | $0.00101 | $0.04896 |
| Sonnet 5 | $0.00040 | $0.01958 |
| Haiku 4.5 | $0.00020 | $0.00979 |
Grade A, and why
ci-triage scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**The helper cannot run where `gh` is 403, and there is NO script route there** — `api.github.com` refuses a direct `curl` through the agent proxy with the same 403, token or no token, so nothing a script can call reache How it starts
The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Responding to a red check
The doctrine
A red check is a bug you have not diagnosed yet. Treat every failure as real and caused by the change in front of you until a read of the actual log proves otherwise. These dismissals are forbidden as opening assumptions: "infrastructure flake," "timeout," "unrelated," "pre-existing," "already broken on the base branch," "passes on my machine," "only fails on another OS/platform," "load," "transient," "not what I was asked." Each is a conclusion you must earn. "Flaky"/"external" is provable only by reading the log AND demonstrating the root cause is non-deterministic and outside the repo. A timeout/download/racy failure is a real defect (a test too slow or racy under parallelism, a missing retry/backoff), yours to fix at the root.
"Flake" is NEVER a license to ignore, skip, mute, xfail, or merely re-run a failure. Proving something is a flake does not close it, it OBLIGATES a root-cause fix (make the test deterministic, add the missing retry/backoff/timeout budget, pin the unstable input). Even when it is pre-existing and unrelated to your change, fix it in its own fix(test):/fix(ci): commit — "it was already flaky" is not an exemption.
A red that reaches a SECOND round is itself a defect in the red-fixing process. One round closes a red: the round that diagnoses it also pushes its fix, or pushes a branch update (a commit, or one PR-body lead sentence) saying exactly why one round cannot — a fix only CI hardware can validate, an external service down. When a red reaches round two without that recorded reason, first name why round one's response failed — a fix built on an unverified belief about a dependency, a log read that stopped at the symptom, a "flake" left without its root-cause fix — then fix THAT in the same session: sharpen this skill, the babysit-prs skill, or the babysitting code under .github/scripts/, so the class lands first-round.
Deduplicate before you fix, on whatever names the defect — the failing test's exact name, the red check's name, or the file the fix lands in — and search the ISSUE list as well as the PR list, because a multi-PR flake sweep is tracked by an issue and no PR search finds it. mcp__github__search_issues and mcp__github__search_pull_requests, both with owner/repo set and fields: ["number","state","title"] to drop the body and labels. gh pr list --search is GraphQL and 403s in a web session, and the REST search/issues path is blocked there as well, so the MCP tools are the only route that works on both surfaces. An OPEN tracking issue owns the item: add your row to it by EDITING it, and do not file a second issue. Then read the PR state: an OPEN match is the one case you hand back, as one line naming that PR and no fresh investigation; a MERGED one means you re-run the test against current origin/main before touching anything; a CLOSED one covers nothing, so the fix is yours.
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.
- 3d ago Changed · +2 lines ad2ea2380f5f
- 4d ago Changed · +2 lines 523657a30e90
- 5d ago Changed · +6 lines b938a6fa3852
- 6d ago Changed · +2 lines 888cd8668809
- 7d ago Changed · +9 lines 9d3f952eb569
- 11d ago First seen · 116 lines · 201 tokens per session scan A 07f22e9ef66f
ci-triage is a skill published in the GitHub repository AlexanderMattTurner/agent-glovebox (62 stars, last pushed yesterday), licensed Apache-2.0. It adds 201 tokens to every session and 9,792 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
smoke-test
Health smoke tests + auto-fix for gbrain installs (and OpenClaw services when present). Run after machine/container restarts or whenever something seems broken. Tests critical services, auto-fixes bounded local issues, and reports worker topology without starting daemons. Extensible via user-defined test scripts in…
mcore-create-issue
Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.
debug-task
Diagnose and fix moon tasks that are broken, misconfigured, or behaving unexpectedly. Use this skill when a moon task is failing, not running, skipped, hanging, producing stale or wrong output, cached when it shouldn't be, re-running every time when it should be cached, or when outputs are empty or missing after a…
operating-github-ci-fixer
Use when the user asks OpenSRE to fix failing GitHub CI, GitHub Actions checks, failing pull request checks, a broken PR branch, or CI on a named branch such as main.
ci-triage
Classify CI failures — distinguish clear regressions from infra flakes and security-test failures. Produces structured failure reports.