@geminixiang/pi-cicd-status
Pi coding agent skill for checking CI/CD status from GitHub check runs, workflow runs, branches, PRs, commits, and releases
Package details
Install @geminixiang/pi-cicd-status from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@geminixiang/pi-cicd-status- Package
@geminixiang/pi-cicd-status- Version
0.0.3- Published
- Jul 25, 2026
- Downloads
- 235/mo · 217/wk
- Author
- geminixiang
- License
- MIT
- Types
- skill
- Size
- 3.5 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@geminixiang/pi-cicd-status
A focused Pi coding agent skill for inspecting CI/CD status through GitHub check runs and workflow runs.
Install
pi install npm:@geminixiang/pi-cicd-status
Included skill
- cicd-status — check pipelines for a branch, pull request, commit, release tag, or deployment and report the provider, result, check-run ID, and logs URL.
The skill expects the GitHub CLI (gh) to be installed and authenticated for the target repository.