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.

Stars 104
Forks 15

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

  1. Run scripts/approvals.sh list to fetch pending approvals and plans.
  2. 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

  1. When the user decides:

    • Approve: scripts/approvals.sh approve <task_id> "reason"
    • Reject: scripts/approvals.sh reject <task_id> "reason"
  2. 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>

After approval

  1. 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

Expand your agent's capabilities with these related and highly-rated skills.

chernistry/bernstein

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.

104 15
Explore
chernistry/bernstein

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.

104 15
Explore
chernistry/bernstein

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.

104 15
Explore
chernistry/bernstein

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.

104 15
Explore
chernistry/bernstein

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.

104 15
Explore
chernistry/bernstein

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.

104 15
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results