go-live-audit

Installation
SKILL.md
  1. You are authoring a fresh, project-tailored workflow from the bundled template — never run one fixed script blindly. Fill every FILL: marker before running.
  2. The workflow architecture is load-bearing. Leave the schemas and the entire control-flow section of the template unchanged: Gates → Find → Dedup → Verify → Critic → report. The one exception is MAX_PARALLEL (the concurrency cap) — you may tune its value, but never remove the gate or the gAgent wrapper that enforces it.
  3. Keep meta a pure literal (no variables, no interpolation) or the Workflow tool rejects it.
  4. Finders and verifiers are read-only. They must never modify, create, or delete files, and never run builds or installs. Only gate agents execute commands (build may write dist/).
  5. Never quote secret values in findings or evidence — report type and location only, redact the value with <REDACTED>.
  6. Confirm scope and warn the user about the agent count (typically 40–80) before running.
  7. These instructions authorize calling the Workflow tool — no separate opt-in is needed, but the scope confirmation and scale warning above are mandatory first.
Installs
47
Repository
ulpi-io/skills
GitHub Stars
3
First Seen
Jun 11, 2026
go-live-audit — ulpi-io/skills