standing-approval-and-auto-advance

Design governed standing-approval policies for recurring engineering delivery loops.

2|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill standing-approval-and-auto-advance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standing-approval-and-auto-advance
Source: https://github.com/nguyenpv1980-wq/Project-Aegis/tree/main/.claude/skills/standing-approval-and-auto-advance
Command: npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill standing-approval-and-auto-advance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams reduce repetitive approval friction in tightly governed delivery loops without accidentally widening autonomy into unsafe areas. It defines when mechanical steps can continue without re-asking permission, while preserving human control over protected actions and reviewer overrides.

Core Features & Use Cases

  • Standing scope definition: Clearly names the loop steps, branches, and change classes covered by ongoing approval.
  • Phase auto-advance: Allows progress only into already named and individually approved phases, stopping on scope drift.
  • Governance safeguards: Requires a per-session restatement, an exact opt-out phrase, and a reviewer-block path that suspends the loop immediately.
  • Use case: A team repeatedly approves the same push, PR, and CI-fix cycle and wants a durable policy that avoids rubber-stamping while still respecting human-only merge and deployment floors.

Quick Start

Ask the assistant to draft a governed standing-approval policy for your repo, including named scope, an exact opt-out phrase, phase-advance rules, and reviewer-block behavior.

Frequently Asked Questions about standing-approval-and-auto-advance

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

FAQPage Schema
How do I reduce approval fatigue in recurring CI workflow loops without weakening governance gates?

You can reduce approval fatigue by implementing a governed standing-approval policy that allows mechanical steps in named phases to auto-advance without re-asking permission, while preserving human-only floors for protected actions like merges and deployments.

What is a standing-approval policy for CI-driven engineering delivery?

A standing-approval policy is a governance design that defines explicit scope boundaries, named loop steps, and change classes covered by ongoing approval, so routine mechanical steps progress through CI workflows without requiring repetitive manual authorization.

How do I set up phase auto-advance rules that stop on scope drift in a repository?

To set up phase auto-advance, define named phases in your repo that are individually approved, allowing progress only into those pre-approved phases and automatically suspending the loop if a change class falls outside the defined scope boundaries.

Can I preserve reviewer-block handling and human-only merge floors while automating routine approvals?

Yes, a governed standing-approval policy includes a reviewer-block path that suspends the loop immediately upon override, ensuring that human-only control over protected merge and deployment floors remains intact even when mechanical steps auto-advance.

What safeguards are required to prevent rubber-stamping when using standing approvals for repetitive PR cycles?

Required safeguards include a per-session restatement prompt to confirm scope, an exact opt-out phrase to halt the loop, and explicit reviewer-block handling, all ensuring that routine mechanical steps advance without re-asking while preventing unsafe autonomy widening.

When should I not use auto-advance for engineering delivery loops?

You should not use auto-advance when your workflow lacks explicitly named phases, defined scope boundaries, or human-review boundaries, as the policy requires these structural elements to stop on scope drift and protect human-only floors.