CtrlK
BlogDocsLog inGet started
Tessl Logo

github-ci-debug

Diagnose failing GitHub Actions runs from bounded run, job, and step evidence, propose a focused fix, and modify the local checkout only when the requested task includes implementation.

60

Quality

70%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./examples/plugin-packages/github/.opencode/skills/github-ci-debug/SKILL.md
SKILL.md
Quality
Evals
Security

GitHub CI Debug

Use this skill only for GitHub Actions failures.

Workflow

  1. Resolve the repository and Actions run ID from the supplied URL, PR, or current branch context.
  2. Call actions-failure through the connected GitHub service.
  3. Report the run URL, failing jobs, failing steps, and the most likely root cause supported by the returned evidence.
  4. If the check belongs to an external provider, report its URL and do not pretend the GitHub service controls it.
  5. Propose the smallest fix tied directly to the failing step.
  6. When the user asked for a fix, implement it locally and run the relevant local check.
  7. Summarize remaining uncertainty and what needs a remote rerun.

Guardrails

  • Do not rerun or cancel workflows; those actions are not part of this plugin version.
  • Do not claim complete log coverage when the service returned only job and step summaries.
  • Do not change code when the evidence points to an unrelated infrastructure or flaky failure unless the user chooses that scope.
Repository
Devin-AXIS/iPolloWork
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.