Monitor Ci
Automates CI monitoring and reporting for Nx Workspaces, proactively identifying build failures and performance regressions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add nrwl-monitor-ci npx -- -y @trustedskills/nrwl-monitor-ci
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"nrwl-monitor-ci": {
"command": "npx",
"args": [
"-y",
"@trustedskills/nrwl-monitor-ci"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The nrwl-monitor-ci skill provides access to continuous integration (CI) monitoring data. It allows users to view the status of CI builds, identify failing tests, and track build performance metrics. This skill is specifically designed for use with projects managed by Nx, a smart monolithic framework developed by Nrwl.
When to use it
- Troubleshooting Build Failures: Quickly diagnose why a recent CI build failed by examining test results and error logs.
- Performance Optimization: Identify slow tests or inefficient build processes that are impacting development velocity.
- Monitoring Team Health: Track the overall health of your project's CI pipeline to proactively address potential issues.
- Reporting on Build Status: Generate reports on build success rates, test coverage, and other key metrics for stakeholders.
Key capabilities
- CI build status monitoring
- Test failure analysis
- Build performance tracking
- Integration with Nx projects
Example prompts
- "Show me the status of the latest CI build."
- "What tests failed in the last build and why?"
- "How long did the last CI run take?"
- "Give me a summary of test coverage for the current branch."
Tips & gotchas
This skill is designed to work best with projects that are already using Nx. Ensure your project's CI configuration is properly integrated with Nx for accurate data reporting.
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.