Use when authoring a GitHub Actions workflow that should gate the merge button on main. Walks through writing the workflow with AlfredOS conventions (least-privilege permissions, workflow-injection-safe env passing, concurrency caps), opening the PR, promoting the gating jobs to required status checks via gh api after merge, and updating the tracked required-checks manifest so the gate list stays auditable from the repo.
$npx -y skills add alfred-os/alfredos --skill author-gating-workflowInstalls into the current project.
Run `npx skills use "https://github.com/alfred-os/alfredos" --skill "alfred-os/alfredos/author-gating-workflow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alfred-os/alfredos" that are relevant to the current task. Run `npx skills add "https://github.com/alfred-os/alfredos"` and select the relevant skills, then follow their instructions.