batch-refine

Installation
SKILL.md

batch-refine — Stage B Pipeline Orchestrator

When This Skill Runs

  • Daily cron schedule via GitHub Actions
  • Manual dispatch via workflow_dispatch
  • Self-retrigger via gh workflow run batch-refine.yml -f retry_count=N (graceful handoff path)
  • Invoked as /knowledge-distillery:batch-refine

Time Budget and Self-Retrigger

The GitHub token used by this workflow expires roughly one hour after the workflow starts. Once it expires, every subsequent operation (commit, push, label change, PR update, even gh workflow run) will fail with 401. To avoid leaving the batch in a half-finished state, this skill must hand work off to a fresh workflow run before the token expires.

Environment contract (set by .github/workflows/batch-refine.yml):

Installs
6
First Seen
May 11, 2026
batch-refine — ether-moon/knowledge-distillery