icn: Skill for Claude Code

.agents/skills/repair-gh-workflow/SKILL.md

repair-gh-workflow is a skill for Claude Code, Codex from InterCooperative-Network/icn. It costs 26 tokens per session (1,455 once invoked), scanned A, original, AGPL-3.0.

A troubleshooting workflow for failed GitHub Actions, the automated checks and jobs that run in a GitHub repository. It considers repository rules, branch protection, and access-token permissions while fixing the failure.

In plain words
What is it for?
Use it to investigate failed workflows, correct GitHub Actions configuration, and resolve issues that prevent branches or pull requests from passing checks.
Why use it?
It helps distinguish a code failure from a permissions or repository-policy problem.

Skill for Claude CodeCodex

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is InterCooperative-Network/icn's own configuration. It tells Claude Code and Codex how to work on icn itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything icn configures →

Reuse

Borrowing it

Nothing to install: this file belongs to InterCooperative-Network/icn. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/InterCooperative-Network/icn/main/.agents/skills/repair-gh-workflow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/InterCooperative-Network/icn

Made for: Claude Code, 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 repair-gh-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/intercooperative-network/icn/repair-gh-workflow/github.svg)](https://agentmods.dev/skills/intercooperative-network/icn/repair-gh-workflow)
Your own site
<a href="https://agentmods.dev/skills/intercooperative-network/icn/repair-gh-workflow"><img src="https://agentmods.dev/badge/skills/intercooperative-network/icn/repair-gh-workflow/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.

agentmods 80×15 button for repair-gh-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/intercooperative-network/icn/repair-gh-workflow"><img src="https://agentmods.dev/badge/skills/intercooperative-network/icn/repair-gh-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,455 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 unknown No closer match found 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.00026 $0.01455
Opus 5 $0.00013 $0.00727
Sonnet 5 $0.00005 $0.00291
Haiku 4.5 $0.00003 $0.00145

Measured 9d ago against content hash 44743cd59f6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

repair-gh-workflow 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 9d 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.

.agents/skills/repair-gh-workflow/SKILL.md · 137 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 9d ago First seen · 137 lines · 26 tokens per session scan A 44743cd59f6f

Subscribe to this mod's changes

repair-gh-workflow is a skill published in the GitHub repository InterCooperative-Network/icn (10 stars, last pushed today), licensed AGPL-3.0. It adds 26 tokens to every session and 1,455 once invoked, about $0.0001 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-08-31.

Related

Other skills, from other repositories

hotpath_bump

Bump the hotpath version number across the workspace and related files. Updates crate versions in Cargo.toml files (exact patch version) and version references in the backend middleware, hotpathinit skill, and README (major.minor only). Use when the user wants to bump, bump the version, or release a new hotpath…

pawurb/hotpath-rs · 73 tokens

create-release-note

Detailed implementation guide for generating bug fix release notes from Jira and GitHub PRs.

openshift-eng/ai-helpers · 20 tokens

issue-triage

Read all open issues (GitHub/GitLab), categorize by type and effort, plan batch implementation order, and coordinate implementation across multiple issues in a single PR/MR. Auto-detects platform from git remote. Use when asked to "implement all issues", "fix all open issues", "batch implement", or "address all…

d-oit/rust-2026-template · 102 tokens

self-fix-loop

Self-learning fix loop - commit, push, monitor CI, auto-fix failures using swarm agents with skills on demand, loop until all checks pass. Supports GitHub Actions and GitLab CI. Use when CI fails and you need to iteratively fix until green. Triggers: "fix CI", "loop until green", "auto-fix failures", "self-fix".

d-oit/rust-2026-template · 81 tokens

stacked-prs

Optional workflow for large features using stacked PRs via gh-stack. Use ONLY when a feature has 3+ distinct concerns with clear dependencies. NOT for bug fixes, hotfixes, or small changes. Requires GitHub. Triggers: "stacked PRs", "gh stack", "split into layers", "stack this".

d-oit/rust-2026-template · 72 tokens

atomic-commit

Atomic git workflow - validates, commits, pushes, creates PR/MR, and verifies CI with zero-warnings policy. Orchestrates complete code submission as state machine with rollback on failure. Supports GitHub (gh) and GitLab (glab). Triggers: "commit changes", "push and create PR", "submit code", "atomic commit".

d-oit/rust-2026-template · 76 tokens