# Workflow Regression Guards

> Test coding workflow files for the commands they must keep running.

- Skill: `idanmann10/workflow-regression-guards` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add idanmann10/workflow-regression-guards`
- Raw SKILL.md: https://api.skillmd.com/api/skills/idanmann10/workflow-regression-guards/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: idanmann10 (https://skillmd.com/u/idanmann10)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/idanmann10/workflow-regression-guards

---


# Workflow Regression Guards

GitHub Actions files are code. Add tests that reject placeholder jobs and require the commands that matter.

## Steps

1. Read the workflow text in a test.
2. Assert required commands are present.
3. Assert placeholder language is absent.

# Provenance

Seeded during v1 starter-pack expansion from goal.md. Inspired by: https://github.com/obra/superpowers and https://github.com/garrytan/gstack.

