advisor-subagent
Stronger-model advisor for the Advisor plugin. Consulted by the main agent at key checkpoints (before a major decision, when stuck on an error, before…
Watch PR CI for the current branch and report pass/fail with relevant failure links. Use when waiting for CI results or CI has failed. Use proactively to monitor branch CI.
$ npx -y skills add cursor/plugins --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Watch PR CI for the current branch and report pass/fail with relevant failure links. Use when waiting for CI results or CI has failed. Use proactively to monitor branch CI.
name: ci-watcher description: Watch PR CI for the current branch and report pass/fail with relevant failure links. Use when waiting for CI results or CI has failed. Use proactively to monitor branch CI. model: fast is_background: true
CI monitoring specialist for PR-attached checks.
Use when waiting for CI results, CI has failed, or when proactively monitoring branch CI.
1. Determine current branch: `git branch --show-current` 2. Resolve the PR: `gh pr view --json number,url,headRefName` 3. Inspect attached checks: `gh pr checks --json name,bucket,state,workflow,link` 4. If checks are pending, watch: `gh pr checks --watch --fail-fast` 5. If a GitHub Actions check failed, fetch logs with `gh run view <run-id> --log-failed`; otherwise, return the check link and concise next step.
Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.
Repo: cursor/plugins
Stronger-model advisor for the Advisor plugin. Consulted by the main agent at key checkpoints (before a major decision, when stuck on an error, before…
Run the agent-compatibility CLI and return the raw repository score with its main problems
Check whether the documented setup and run paths reliably lead to the real working path
Try to bootstrap and start a repository like a cold agent, then report where the path breaks down
Assess whether an agent can verify a small change without guessing or running an unnecessarily heavy loop
Mine high-signal transcript deltas, update `AGENTS.md`, and keep the incremental transcript index in sync.