review-cycle-setup

Detect and persist execution-access guidance for review-cycle setup.json.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/assafYavnai/ADF-V1 --skill review-cycle-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-cycle-setup
Source: https://github.com/assafYavnai/ADF-V1/tree/main/tmp/review-cycle-refactored/review-cycle-setup
Command: npx skills add https://github.com/assafYavnai/ADF-V1 --skill review-cycle-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Detect and persist execution-access guidance for review-cycle setup at project-root/.codex/review-cycle/setup.json.

Core Features & Use Cases

  • Detects the current runtime permission model, worker runtime and control-plane runtime, and strongest autonomous access mode available for spawned auditor, reviewer, implementor, and helper executions.
  • Validates and persists the derived setup.json, including capability detection and governance guardrails.
  • Use case: when setup.json is missing, incomplete, stale, unparsable, or internally inconsistent, automatically determine and store the strongest truthful mode.

Quick Start

Run the helper to write or refresh the setup.json for your project.

Frequently Asked Questions about review-cycle-setup

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

FAQPage Schema
How do I set up runtime access permissions for an automated review cycle?

To set up runtime access permissions for an automated review cycle, you need to resolve the strongest truthful autonomous access mode for spawned auditor, reviewer, implementor, and helper executions. This involves detecting the current runtime permission model and persisting execution-access guidance into a configuration file.

What happens if my review-cycle setup.json is missing or unparsable?

If your review-cycle setup.json is missing, incomplete, stale, unparsable, or internally inconsistent, the setup process automatically detects the current runtime environment, resolves the strongest truthful autonomous access mode without silent downgrades, and rewrites the valid configuration.

How do I validate governance guardrails and capabilities for spawned reviewer executions?

You validate governance guardrails and capabilities for spawned reviewer executions by deriving the setup configuration from the detected runtime permission model. The resulting configuration is written using a helper script and validated against the schema to ensure internal consistency.

Can I prevent silent downgrades when configuring autonomous access modes for implementors?

Yes, you can prevent silent downgrades by resolving the strongest truthful autonomous access mode available for the current runtime. The setup process explicitly detects worker and control-plane runtimes to ensure spawned implementor executions do not receive reduced permissions.

Do I need to manually define permission control rules for my review-cycle setup?

No, you do not need to manually define permission control rules. The setup process automatically detects the runtime permission model, applies capability detection, and persists the derived governance guardrails directly into the project configuration.

Why does my review-cycle setup fail when the runtime permission model changes?

Your review-cycle setup fails when the runtime permission model changes because the existing setup becomes stale for the current runtime. The setup process detects this inconsistency, resolves the new strongest truthful autonomous access mode, and overwrites the stale configuration.