Analyze Ci
Examines CI/CD pipeline logs to identify errors, bottlenecks, and potential deployment risks quickly.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add analyze-ci npx -- -y @trustedskills/analyze-ci
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"analyze-ci": {
"command": "npx",
"args": [
"-y",
"@trustedskills/analyze-ci"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The analyze-ci skill allows you to parse and summarize Continuous Integration (CI) logs. It can extract key information like test results, build status, and error messages from CI output. This enables quick identification of failures and insights into the health of a software project's integration process.
When to use it
- Troubleshooting Build Failures: Quickly understand why a recent CI run failed by summarizing the logs.
- Monitoring Project Health: Get an overview of test pass rates and build stability over time.
- Identifying Regression Issues: Pinpoint changes that introduced new errors or broken tests in your codebase.
- Automated Reporting: Generate concise reports on CI performance for stakeholders.
Key capabilities
- Parses CI logs
- Summarizes test results
- Extracts build status information
- Identifies error messages
Example prompts
- "Analyze the attached GitLab CI log and tell me if any tests failed."
- "Can you summarize the key errors from this Jenkins build?"
- "What's the overall pass rate for the tests in this CircleCI run?"
Tips & gotchas
The skill requires access to the CI logs, which may necessitate providing credentials or API keys depending on your CI system. Ensure the provided log format is compatible with the skill’s parsing capabilities.
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.