admin-review

Files review requests for destructive or high-impact actions before execution.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill admin-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-review
Source: https://github.com/MCERQUA/jam-skills/tree/main/admin-review
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill admin-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that any action that may be destructive, large-scale, vague, cross-tenant, or identity/auth-related is held for Mike's approval before being executed.

Core Features & Use Cases

  • Review Request: Files a review request for any action that matches the five trigger categories.
  • Email Notification: Sends an email to Mike for approval or rejection.
  • Status Check: Allows checking the status of a review request.
  • Admin Bypass: Allows certain users with admin roles to bypass the review process.
  • Use Case: Before deleting a contact merge or updating more than 10 records in FoamBook, you would use this skill to ensure that the changes are approved by Mike.

Quick Start

Run the 'request' command to initiate a review for your action. For example, admin-review.sh request <tenant> <summary> <details>.

Frequently Asked Questions about admin-review

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

FAQPage Schema
How do I require approval before executing destructive system actions?

To require approval before executing destructive system actions, use a review process that holds high-impact operations for explicit approval. This prevents unintended damage by intercepting destructive operations before they run.

How do I set up a review process for large-scale jobs and cross-tenant changes?

Setting up a review process for large-scale jobs and cross-tenant changes involves triggering a review request when those specific conditions are met. The system files the request and sends an email notification for approval.

Can I bypass the action approval system for admin users?

Yes, you can bypass the action approval system for admin users. The review process includes an admin bypass feature that allows users with admin roles to execute actions without waiting for standard approval.

What is the best way to hold identity and auth changes for admin review?

The best way to hold identity and auth changes for admin review is to use a system that automatically categorizes these modifications as triggers. This ensures identity and auth changes are paused until explicitly approved.

How do I check the status of a pending system review request?

To check the status of a pending system review request, use the status check command provided by the review system. This allows you to monitor whether your submitted action is still pending approval or has been processed.

When do I need action approval for vague system requests?

You need action approval for vague system requests when there is ambiguity in the intended operation. Requiring review for vague requests ensures the action is verified by an admin before execution to prevent incorrect changes.