Ci Monitor
Tracks Nx Workspaces CI build status, providing proactive alerts on 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-ci-monitor npx -- -y @trustedskills/nrwl-ci-monitor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"nrwl-ci-monitor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/nrwl-ci-monitor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The nrwl-ci-monitor skill provides monitoring capabilities for CI (Continuous Integration) pipelines. It allows you to track build status, identify failures, and potentially receive notifications about pipeline events. This helps ensure code quality and rapid feedback during development cycles.
When to use it
- Troubleshooting Build Failures: Quickly diagnose the cause of a failed CI build by examining logs and error messages.
- Monitoring Release Pipelines: Track the progress of deployments to staging or production environments.
- Proactive Issue Detection: Identify potential problems in your codebase before they impact users.
- Automated Reporting: Generate reports on build success rates and overall pipeline health.
Key capabilities
- CI Pipeline Monitoring
- Build Status Tracking
- Failure Identification
- Potential Notification Integration (not explicitly detailed)
Example prompts
- "Show me the status of the latest build for the 'my-app' project."
- "What were the errors in the last failed CI run?"
- "Give me a summary of build failures over the past week."
Tips & gotchas
This skill likely requires configuration to connect to your specific CI system (e.g., Jenkins, GitHub Actions). Successful operation depends on proper integration with your existing CI infrastructure and potentially authentication credentials.
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.