Check Ci
Checks if a CI pipeline has completed successfully, alerting you to failures and ensuring consistent deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add s-hiraoku-check-ci npx -- -y @trustedskills/s-hiraoku-check-ci
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"s-hiraoku-check-ci": {
"command": "npx",
"args": [
"-y",
"@trustedskills/s-hiraoku-check-ci"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The s-hiraoku-check-ci skill checks the status of Continuous Integration (CI) pipelines. It retrieves information about build statuses, test results, and commit history from CI systems. This allows agents to proactively monitor development processes and respond to failures or successes.
When to use it
- Automated Reporting: Generate daily or weekly reports on CI pipeline health for a team.
- Incident Response: Automatically notify relevant personnel when a CI build fails, preventing deployment delays.
- Release Management: Verify that all CI checks have passed before initiating a release process.
- Development Workflow Integration: Provide developers with real-time feedback on their code changes within the development environment.
Key capabilities
- Retrieves CI pipeline status
- Accesses build history
- Provides test result information
- Integrates with CI systems (specific system unspecified in source)
Example prompts
- "Check the status of the main branch CI pipeline."
- "What were the results of the last build?"
- "Show me the commit history for the 'feature-x' branch."
Tips & gotchas
The skill requires access to a CI system, and appropriate credentials may be needed. Specific configuration details will depend on the target CI platform (which is not specified in the source).
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.