Analyze Github Action Logs
Helps with analysis, GitHub as part of automating DevOps pipelines and CI/CD workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add analyze-github-action-logs npx -- -y @trustedskills/analyze-github-action-logs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"analyze-github-action-logs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/analyze-github-action-logs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill analyzes GitHub Actions logs to identify errors, performance bottlenecks, and potential improvements in your CI/CD pipelines. It parses log files, extracts relevant information like execution time for each step, and summarizes findings to help developers understand workflow behavior. The tool provides insights into job failures and helps pinpoint the root cause of issues within automated workflows.
When to use it
- Debugging failed builds: Quickly identify which steps in a GitHub Actions workflow are causing failures by analyzing their logs.
- Performance optimization: Determine which actions or jobs are taking an unexpectedly long time, allowing for targeted optimizations.
- Understanding workflow behavior: Gain a better understanding of how your CI/CD pipelines are executing and identify areas for improvement.
- Root cause analysis: Efficiently trace errors back to specific steps in the workflow by examining detailed log output.
Key capabilities
- Parses GitHub Actions logs
- Extracts execution time per step
- Summarizes job failures
- Identifies performance bottlenecks
Example prompts
- "Analyze the logs for my 'deploy' workflow and tell me why it failed."
- "What are the slowest steps in my 'test' workflow?"
- "Give me a summary of errors from the last run of my 'build' workflow."
Tips & gotchas
The skill requires access to your GitHub repository. Ensure the AI agent has appropriate permissions (read access) to view and process the relevant logs.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.