From Rust Code Studio
Stream this PR's CI check status while /resolve-pr is shepherding it, so failing checks surface as notifications without polling. No-op when gh is unavailable.
Trust and execution context for this monitor
Runs unsandboxed at plugin trust level
This command is executed by Claude Code with the same permissions as the plugin itself. Inspect the command below before installing this plugin.
Substitutions like ${CLAUDE_PLUGIN_ROOT}, ${CLAUDE_PLUGIN_DATA}, ${user_config.*}, and ${ENV_VAR} are NOT resolved by ClaudePluginHub — they appear here verbatim and are expanded only at runtime.
Shell command executed when the monitor triggers
command -v gh >/dev/null 2>&1 && gh pr checks --watch || echo 'pr-ci-status: gh CLI not found — install GitHub CLI to stream PR checks'
Trigger condition and source location
npx claudepluginhub vanyastaff/rust-studio --plugin rust-studioWatches for test failures and lint errors after TDD skill is invoked
Ecosystem repo health watcher (CI status, branch drift, stale baselines across vault-registered projects). Emits one NDJSON line per detected state change.
Auto-arm session monitoring for harness-mem health, advisor/reviewer state, and Plans.md drift.