Agent skill
bernstein-approve
Review and approve/reject pending tasks or plans in Bernstein. Use when the user asks about approvals, wants to review agent work, or needs to approve/reject a plan before execution begins.
Install this agent skill to your Project
npx add-skill https://github.com/chernistry/bernstein/tree/main/packages/cursor-plugin/skills/bernstein-approve
SKILL.md
Bernstein Approvals
Review pending approvals and plans, then approve or reject them.
When to Use
- User asks "any pending approvals?" or "what needs my review?"
- User wants to approve or reject a completed task
- User wants to review and approve/reject a plan before agents execute it
- User says "approve that" or "reject task X"
Instructions
List pending approvals
- Run
scripts/approvals.sh listto fetch pending approvals and plans. - Present each item with its diff summary and test results:
## Pending Approvals
### Task TASK-042: Fix auth middleware
**Agent:** claude-backend-01 | **Role:** backend
**Files changed:** src/auth/middleware.py (+42 -8)
**Tests:** 14/14 passing
[Approve] [Reject]
Approve or reject
-
When the user decides:
- Approve:
scripts/approvals.sh approve <task_id> "reason" - Reject:
scripts/approvals.sh reject <task_id> "reason"
- Approve:
-
For plans (multi-task proposals):
- List plans:
scripts/approvals.sh plans - Approve plan:
scripts/approvals.sh approve-plan <plan_id> - Reject plan:
scripts/approvals.sh reject-plan <plan_id>
- List plans:
After approval
- Confirm the action and note what happens next:
- Approved tasks → agent commits and merges
- Approved plans → planned tasks promoted to open, agents start picking them up
- Rejected → task goes back to open for retry, or gets cancelled
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
bernstein-cost
Show detailed cost breakdown and budget status for the Bernstein orchestrator. Use when the user asks about spending, budget, cost per model, cost per agent, or wants a cost projection.
bernstein-create-task
Create a new task in the Bernstein orchestrator. Use when the user wants to add a task, delegate work to an agent, file a bug fix, or queue up work for the orchestrator to handle.
bernstein-status
Show Bernstein orchestrator status — active agents, task progress, costs, and alerts. Use when the user asks about orchestrator status, what agents are doing, task progress, how much has been spent, or what's happening with the build.
bernstein-agents
Manage Bernstein agents — list active agents, inspect their output, kill stalled agents, or stream live logs. Use when the user asks about agents, wants to see what an agent is doing, or needs to kill one.
bernstein-quality
Show quality metrics for Bernstein runs — success rates per model, lint/test pass rates, completion time distributions. Use when the user asks about quality, reliability, which model performs best, or pass rates.
bernstein-plan
Create and manage multi-step execution plans in Bernstein. Plans decompose complex goals into stages with dependencies. Use when the user wants to plan a complex feature, break down a large task, or review an execution plan before agents start working.
Didn't find tool you were looking for?