Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 758 Bytes

File metadata and controls

17 lines (14 loc) · 758 Bytes

Tutorials

Each tutorial starts with an engineering job, not an internal runtime concept.

  1. Check and review a branch — combine deterministic checks with model judgment.
  2. Pause for approval before publishing — put the human gate before the effect.
  3. Resume after a person fixes the environment — wait on disk, then recheck.
  4. Bound a debugging loop — stop guessing after a declared number of attempts.
  5. Run a migration safely — dry-run, approve, apply, and verify in order.

The repository contains fixture-backed skill workflows for these patterns. Run an example with yskill test examples/<name> before adapting it.