bk-approve

Inspect pending approval steps and collect user decisions in AI workflows.

22|17|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/dandacompany/bluekiwi --skill bk-approve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bk-approve
Source: https://github.com/dandacompany/bluekiwi/tree/main/packages/cli/src/assets/skills/bk-approve
Command: npx skills add https://github.com/dandacompany/bluekiwi --skill bk-approve

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill facilitates managing human approvals within AI-driven workflows, enabling users to handle pending HITL and gate steps seamlessly.

Core Features & Use Cases

  • Pending Approval Management: Handles scenarios where workflows are paused awaiting human input or validation.
  • Gate and HITL Step Handling: Provides mechanisms for inspecting and responding to gate questions or agent outputs requiring review.
  • Use Case: During a large AI task, a user can pause the process to verify the output, approve or request edits, and resume the workflow without manual reinitialization.

Quick Start

Use the bk-approve skill to review the current pending approval step or load a specific task ID to process user decisions.

Frequently Asked Questions about bk-approve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add human approval steps to an AI workflow?

To add human approval steps to an AI workflow, you need a mechanism that pauses execution for manual validation. This skill facilitates HITL reviews by managing pending steps and collecting user decisions to ensure safe progression.

What is HITL workflow management in artificial intelligence?

HITL workflow management in AI is the process of pausing automated tasks for human intervention and validation. It handles gate questions and reviews, ensuring users can verify outputs before the workflow resumes safely.

How do I pause an AI agent workflow for manual review?

You can pause an AI agent workflow for manual review by implementing step control commands that intercept execution. This skill inspects pending steps and prompts user decisions to approve or request edits before resuming.

Can I resume an AI workflow after a human rejection without restarting?

Yes, you can resume an AI workflow after a human rejection without restarting. The skill manages user decisions to request edits, allowing the process to continue from the gate step without manual reinitialization.

Does workflow management with step control require specific dependencies?

Workflow management with step control does not require specific external dependencies. The skill operates independently to inspect steps, collect decisions, and manage workflow progression using internal scripts and references.

When should I use human-in-the-loop gate questions in AI pipelines?

You should use human-in-the-loop gate questions in AI pipelines when outputs require manual validation before proceeding. This is critical during large AI tasks where verifying results prevents errors and ensures user oversight.