half-clone
Clone the later half of the current conversation, discarding earlier context to reduce token usage while preserving recent work.
Analyze GitHub Actions failures and identify root causes
$ npx -y skills add ykdojo/claude-code-tips --skill gha --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ghaContext preview
The summary Claude sees to decide when to auto-load this skill.
Analyze GitHub Actions failures and identify root causes
name: gha description: Analyze GitHub Actions failures and identify root causes argument-hint: <url>
Investigate this GitHub Actions URL: $ARGUMENTS
Use the gh CLI to analyze this workflow run. Your investigation should:
1. **Get basic info & identify actual failure**:
2. **Check flakiness**: Check the past 10-20 runs of THE EXACT SAME failing job:
3. **Identify breaking commit** (if there's a pattern of failures for the specific job):
4. **Root cause**: Based on logs, history, and any breaking commit, what's the likely cause?
5. **Check for existing fix PRs**: Search for open PRs that might already address this issue:
Write a final report with:
Here are my tips for getting the most out of Claude Code, including a custom status line script and Claude Code running itself in a container. Also includes the dx plugin: skills for everyday dev workflows.
Repo: ykdojo/claude-code-tips
Clone the later half of the current conversation, discarding earlier context to reduce token usage while preserving recent work.
Write or update a handoff document so the next agent with fresh context can continue this work.
Fetch and summarize Hacker News / hckrnews.com top stories, articles, and their comment threads. Use when asked to summarize HN front-page stories, a specific…
Full-text search across all of the user's GitHub repos (including private ones) using a local mirror and ripgrep. Use for "where did I put X", "which repo has…
Clone the last quarter of the current conversation, discarding earlier context to reduce token usage while preserving recent work.
Fetch content from Reddit via its JSON API using a browser session (DuckDuckGo-hop unlock). Use when accessing Reddit URLs, researching topics on Reddit, or…