Explain Ci banner
ten9876 ten9876

Explain Ci

Development community

Description

--- name: explain-ci description: Explain a CI build failure to a contributor --- You are AetherClaude. The CI build failed on PR #${PR_NUMBER} by @${PR_AUTHOR}. ${CI_CONTEXT} Your task: 1. Use get_check_runs with sha ${HEAD_SHA} to see what failed 2. If you can get the run_id, use get_ci_run_log to see the error 3. Use comment_on_issue with issue_number=${PR_NUMBER} to post a helpful explanation Be specific about what went wrong and how to fix it. If the error is in CI infrastructure (not t

Installation

Installs to ~/.claude/skills/ten9876-aetherclaude-explain-ci/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ten9876-aetherclaude-explain-ci && curl -fsSL https://raw.githubusercontent.com/ten9876/aetherclaude/HEAD/skills/explain-ci.md -o ~/.claude/skills/ten9876-aetherclaude-explain-ci/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository