bernstein-approve

Solid

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.

AI & Automation 538 stars 44 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
91
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
70
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 3. When the user decides: - Approve: `scripts/approvals.sh approve <task_id> "reason"` - Reject: `scripts/approvals.sh reject <task_id> "reason"` 4. 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 5. 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

Details

Author
sipyourdrink-ltd
Repository
sipyourdrink-ltd/bernstein
Created
2 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

bernstein-alerts

Show active alerts from Bernstein - failed tasks, stalled agents, budget warnings, blocked tasks needing human intervention. Use when the user asks about problems, errors, warnings, or what needs attention.

538 Updated today
sipyourdrink-ltd
AI & Automation Solid

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.

538 Updated today
sipyourdrink-ltd
AI & Automation Solid

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.

538 Updated today
sipyourdrink-ltd
AI & Automation Listed

plan-approval

Plan-approval workflow patterns for user control over AI actions in Claude Code Waypoint Plugin. Use when planning complex changes, need user approval before execution, want to prevent mistakes, or need to document proposed changes. Covers plan creation, approval checkpoints, plan deviation tracking, revision management, and learning from approved/rejected plans.

335 Updated today
aiskillstore
AI & Automation Solid

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.

538 Updated today
sipyourdrink-ltd