review-cycle

Automate audit, review, fix, verify, and closeout cycles for ADF features.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Run one full route-level audit, review, fix, verify, documentation-update, and closeout cycle for an ADF feature under C:/ADF, or show review-cycle help, settings, or known feature-stream status. Use when the user wants the next review pass for a phase feature, with strict setup validation, truthful execution-access resolution, persistent per-feature auditor/reviewer/implementor continuity, resumable cycle artifacts under docs/phaseN/feature-slug/, and commit or push closeout at the end of the run.

Core Features & Use Cases

  • Orchestrates end-to-end governance of a feature’s lifecycle, including audit, review, fix, verification, and closeout.
  • Maintains persistent continuity for auditor, reviewer, and implementor across cycles, with resume and artifact-tracking.
  • Enforces strict setup validation and per-feature cycle state under docs/phaseN/feature-slug/.
  • Supports help, settings, and feature-stream status discovery.

Quick Start

Provide phase_number, feature_slug, and task_summary to start the cycle, or run with action=help to view concise guidance.

Frequently Asked Questions about review-cycle

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

FAQPage Schema
How do I automate an end-to-end feature review cycle?

Automating an end-to-end feature review cycle requires a workflow contract to orchestrate audit, review, fix, verify, documentation-update, and closeout phases. This coordination enforces strict setup validation while producing and validating artifacts like audit-findings.md and fix-plan.md.

What is feature lifecycle governance and how does it work?

Feature lifecycle governance is the end-to-end coordination of audit, review, fix, verify, and closeout phases for a feature. It works by enforcing strict setup validation and maintaining persistent per-feature state under docs/phaseN/feature-slug/ across resumable cycles.

How do I start a feature review cycle using a phase number and feature slug?

To start a review cycle, provide the phase_number, feature_slug, and task_summary parameters. This initiates the orchestration sequence, which runs route-level audit through closeout and commits the final artifacts under the per-feature docs/phaseN/feature-slug/ directory.

Can I resume an incomplete feature review cycle if it was interrupted?

Yes, you can resume an incomplete review cycle. The workflow tracks persistent per-feature cycle state and artifacts under docs/phaseN/feature-slug/, allowing execution to resume from the interrupted phase without losing previous audit or review progress.

Does feature lifecycle governance require a specific workflow contract setup?

Yes, feature lifecycle governance requires a valid setup and a review-cycle workflow contract. It enforces strict setup validation before execution, ensuring the environment meets prerequisites for continuous auditor, reviewer, and implementor tracking across the cycle.

What artifacts are generated during an automated feature review cycle?

During an automated review cycle, the workflow enables artifacts like audit-findings.md, review-findings.md, fix-plan.md, and fix-report.md to be produced and validated. These documents track governance progress from audit through final closeout.