forge:apply

Apply approved repository changes after Gate #2 approval.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Chulf58/FORGE --skill forge-apply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge:apply
Source: https://github.com/Chulf58/FORGE/tree/main/skills/apply
Command: npx skills add https://github.com/Chulf58/FORGE --skill forge-apply

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The apply step automates the propagation of approved code changes into the repository, orchestrating the handoff from gate approval to execution and lifecycle cleanup in a transparent, auditable manner.

Core Features & Use Cases

  • End-to-end apply orchestration: creates a run, reads the approved handoff, coordinates implementer and documenter tasks, and performs post-apply lifecycle actions.
  • Optional git-integration readiness: supports branch creation, committing, and PRs when configured, with robust error handling to avoid blocking the pipeline.
  • Transparent, traceable workflow: all steps are logged, and the run is marked complete after post-apply actions.

Quick Start

Run /forge:apply to apply the approved implementation to your repository.

Frequently Asked Questions about forge:apply

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

FAQPage Schema
How do I apply approved code changes to a repository after gate approval?

To apply approved code changes after gate approval, use an automated apply pipeline that reads the handoff, creates a run, coordinates tasks, and performs lifecycle cleanup. This ensures transparent and auditable propagation into the repository.

What is the apply pipeline for code deployment worktrees?

The apply pipeline for code deployment worktrees automates run creation, reads the approved handoff, coordinates implementer and documenter tasks, and executes post-apply lifecycle actions to ensure transparent and traceable code deployment.

Can I integrate git branch creation and PRs into an automated code deployment workflow?

Yes, you can integrate git branch creation, committing, and PRs into an automated code deployment workflow. The pipeline supports optional git integration with robust error handling to avoid blocking the deployment pipeline.

Do I need prior gate approval before automating source file updates?

Yes, you need prior Gate #2 approval before automating source file updates. The apply process enforces safety checks and reads the approved handoff to ensure only authorized changes are applied to the repository.

Why does my automated apply workflow stop after creating a run?

An automated apply workflow stops after creating a run if safety checks fail or gates are not cleared. The pipeline enforces safety checks, logs outcomes, and returns control to the user when gates require manual intervention.