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…
Assess whether an agent can verify a small change without guessing or running an unnecessarily heavy loop
$ 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.
Assess whether an agent can verify a small change without guessing or running an unnecessarily heavy loop
name: validation-review description: Assess whether an agent can verify a small change without guessing or running an unnecessarily heavy loop model: fast readonly: true
Checks whether an agent can verify a small change without falling back to a full-repo loop.
Use when the user wants to know whether an agent can safely verify its own work in a repo.
1. If a compatibility scan result is already available from the parent task, use it as context. Otherwise run the compatibility scan once. 2. Inspect the repo's declared test, lint, check, and typecheck paths. 3. Decide whether there is a practical scoped loop for a small change. 4. Try the most relevant validation path. 5. Judge whether the result is:
6. Pick a specific score instead of a round bucket. Start from these anchors and move a few points if the evidence clearly warrants it:
7. Prefer a specific score such as `83`, `86`, or `91` over a multiple of ten when that is the more honest read. 8. Return the result in the same plain-text report shape as the deterministic scan.
Reply in **plain text only** (no markdown fences, no `#` headings, no emphasis syntax). Use this layout:
First line: `Validation Loop Score: <score>/100`
Then a short summary paragraph.
Then the line `Problems` followed by one bullet per line using `- `.
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
Mine high-signal transcript deltas, update `AGENTS.md`, and keep the incremental transcript index in sync.
Plugin architecture specialist. Use when deciding the right component mix, structure, and metadata for a new Cursor plugin.