recompile-workflows

Regenerate and post-process agentic workflow lock files after gh-aw updates.

123|45|Updated Oct 16, 2025
One-click install
npx skills add https://github.com/github/gh-aw-firewall --skill recompile-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recompile-workflows
Source: https://github.com/github/gh-aw-firewall/tree/main/.claude/skills/recompile-workflows
Command: npx skills add https://github.com/github/gh-aw-firewall --skill recompile-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Regenerate and post-process agentic workflow lock files to keep CI in sync with source changes.

Core Features & Use Cases

  • Regenerates all agentic workflow lock files after updates to gh-aw or workflow markdown files.
  • Applies mandatory post-processing to ensure integrity of smoke and build-test workflows.
  • Provides a repeatable, auditable workflow for production-grade CI maintenance across the repository.

Quick Start

Run gh aw upgrade or gh aw compile to regenerate workflows, then execute the post-processing script with npx ts-node scripts/ci/postprocess-smoke-workflows.ts.

Frequently Asked Questions about recompile-workflows

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

FAQPage Schema
How do I regenerate agentic workflow lock files after updating gh-aw?

To regenerate agentic workflow lock files after updating gh-aw, run gh aw upgrade or gh aw compile, then execute the post-processing script to update all related lock files and ensure CI integrity.

Why do my CI workflows fail after workflow markdowns change?

CI workflows fail after markdown changes because lock files become out of sync with source updates. Regenerating and post-processing agentic workflow lock files applies mandatory updates to keep smoke and build-test workflows intact.

What is agentic workflow lock file post-processing for CI maintenance?

Agentic workflow lock file post-processing is a mandatory step that updates all related lock files after recompilation, ensuring the integrity of smoke and build-test workflows across your repository.

When do I need to recompile agentic workflows?

You need to recompile agentic workflows when gh-aw updates occur, workflow markdowns change, or a manual recompile is requested to keep CI in sync with source changes across the repository.

Does the recompile-workflows skill require any external dependencies to run?

No external dependencies are required, but the environment needs npx and ts-node to execute the post-processing script, typically run via scripts/ci/postprocess-smoke-workflows.ts.