Borrowing it
Nothing to install: this file belongs to hiero-ledger/solo. 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/hiero-ledger/solo/main/.claude/skills/solo-log-ci-failure/SKILL.mdgit clone --depth 1 https://github.com/hiero-ledger/soloWrote 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/hiero-ledger/solo/solo-log-ci-failure)<a href="https://agentmods.dev/skills/hiero-ledger/solo/solo-log-ci-failure"><img src="https://agentmods.dev/badge/skills/hiero-ledger/solo/solo-log-ci-failure/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/hiero-ledger/solo/solo-log-ci-failure"><img src="https://agentmods.dev/badge/skills/hiero-ledger/solo/solo-log-ci-failure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00075 | $0.01859 |
| Opus 5 | $0.00037 | $0.00929 |
| Sonnet 5 | $0.00015 | $0.00372 |
| Haiku 4.5 | $0.00007 | $0.00186 |
Grade A, and why
solo-log-ci-failure 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Solo Log CI Failure
Given one or more GitHub Actions workflow URLs (run, run+job, or suite/logs), create fully-configured
P0 bug issues in hiero-ledger/solo with permanently preserved log files and complete project
metadata — in exactly one Bash call per URL, run in parallel when multiple URLs are provided.
All executable logic lives in a single reviewable shell script in this skill directory:
| Script | Purpose |
|---|---|
log-ci-failure.sh |
Fetch metadata, download job log + artifact, extract errors, create gist + issue |
GitHub artifacts auto-purge after 7 days. The script downloads key log files and uploads them as a secret gist (never expires, not publicly listed). The issue body links directly to the gist.
Prerequisite: the
ghtoken must have thegistscope (for log preservation) and theprojectscope (for the board additions in step 7). Verify withgh auth status. If missing, run:gh auth refresh -h github.com -s gist -s project
Reducing permission prompts
The script is the single point of review. Once you have read and approved its content, you can allowlist it by exact path so Claude can run it without per-call prompts:
/update-config add to project allowlist:
Bash(bash *solo-log-ci-failure/log-ci-failure.sh *)
This allowlists only that specific named script — not gh broadly — so the scope of trust
matches exactly what was reviewed.
Supported URL formats
| Format | Example |
|---|---|
| Run + job | https://github.com/hiero-ledger/solo/actions/runs/30336845771/job/90203561367 |
| Run only | https://github.com/hiero-ledger/solo/actions/runs/30336845771 |
| Suite/logs | https://github.com/hiero-ledger/solo/suites/82215623504/logs?attempt=1 |
Usage (one Bash call per URL)
When multiple URLs are given, launch all calls in parallel in a single message.
bash ~/.claude/skills/solo-log-ci-failure/log-ci-failure.sh "<workflow-url>" [<parent-issue-id>]
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.
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.
- 10d ago First seen · 150 lines · 75 tokens per session scan A 590e432895c2
solo-log-ci-failure is a skill published in the GitHub repository hiero-ledger/solo (43 stars, last pushed yesterday), licensed Apache-2.0. It adds 75 tokens to every session and 1,859 once invoked, about $0.0004 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-01.
Other skills, from other repositories
agent-merge-conflict-arbiter
Neutral arbiter for merge conflicts between two agents.
git-advanced-workflows
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
conventional-commit
Workflow for generating conventional commit messages following the Conventional Commits specification. MUST be invoked every time a commit is created. Guides construction of standardized commit messages with correct type, scope, description, body, and footer.
oh-my-posh
Install, configure, or troubleshoot Oh My Posh/ohmyposh: shell init, themes, segments, Nerd Font icons, and prompt setup on PowerShell, zsh, bash, or fish.
comet-github-issue-fix
A workflow for fixing a confirmed Comet-related GitHub issue or review blocker within an isolated scope. It covers matching the work to the relevant workflow, testing the change, checking runtime results, and preparing a careful handoff.
triaging-merge-queue-failures
Decision procedure for a PR that failed or was removed from the Trunk merge queue: classify the kick (superseded by a newer commit, not mergeable, a gate that failed on a cancelled run, real failure, one-off flake, or repo-wide flaky/infra issue) and take the matching action (wait, hold and fix, requeue once, or…