pending-approvals

Present pending approvals with nonce-based activation and audit trails.

3|1|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/metraton/gaia --skill pending-approvals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pending-approvals
Source: https://github.com/metraton/gaia/tree/main/skills/pending-approvals
Command: npx skills add https://github.com/metraton/gaia --skill pending-approvals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pending approvals often block critical actions; this skill centralizes their presentation and provides safe pathways to review, approve, or reject with auditable context.

Core Features & Use Cases

  • Present a concise summary of each pending approval to the user and await explicit action
  • Show detailed view on demand with operation, exact command, scope, risk, and rollback
  • Support same-session and cross-session approval flows with nonce-based activation and per-session audit trails

Quick Start

View and review pending approvals by saying "ver P-XXXX" to inspect a specific item, or "aprobar P-XXXX" to approve it.

Frequently Asked Questions about pending-approvals

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

FAQPage Schema
How do I manage security-sensitive workflow approvals without accidental execution?

A pending approval workflow handles security-sensitive operations by presenting concise summaries for explicit action, verifying nonce-based activation, and maintaining per-session audit trails for safe review.

How does a nonce-based activation system work for cross-session approvals?

Nonce-based activation supports cross-session approval flows by requiring unique cryptographic tokens to authorize operations, enabling session reconciliation and auditable state management across distinct user sessions.

Can I review the exact command and rollback scope before approving a pending operation?

Yes, you can request a detailed view on demand for any pending approval to inspect the specific operation, exact command, scope, risk level, and explicit rollback details before taking action.

What is the best way to centralize pending approvals for security-sensitive tasks?

Centralizing pending approvals involves aggregating security-sensitive operations into a single interface that provides concise summaries, detailed risk views, and explicit rollback details for auditable review.

Do I need session reconciliation to handle pending approvals across different sessions?

Yes, session reconciliation is required to support cross-session approval flows, ensuring that nonce-based activations and per-session audit trails remain synchronized and auditable across different user interactions.