From 24add77056f4d2f3dfc0a71dd191c47338c3755b Mon Sep 17 00:00:00 2001 From: Edbert Chan Date: Fri, 11 Sep 2026 18:04:53 -0700 Subject: [PATCH] docs: regenerate the skill-triggers block check_skill_trigger_policy.py failed on main because the generated block in docs/skill-triggers.md lagged the skills on disk, so every PR's make-pr preflight failed on a file the PR never touched. This is the output of scripts/check_skill_trigger_policy.py --write, nothing else. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Gnua5cuAAF1ey1b7zRqJCC Change-Id: I5462317f830a12287fbc5cfd3dff4be8b52e2945 --- docs/skill-triggers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/skill-triggers.md b/docs/skill-triggers.md index d6f707a7..31bd0c44 100644 --- a/docs/skill-triggers.md +++ b/docs/skill-triggers.md @@ -57,11 +57,11 @@ instead share vocabulary with its `description:`. -### Auto-fire (21) +### Auto-fire (22) The model may invoke these from a description match. Everything here is a gate or a procedure that is useless if it only runs when named. -`create-skill`, `draft-pr`, `make-pr`, `thrash-reflect-automate`, `principle-flag-your-own-corrections`, `principle-prove-it`, `principle-subagent-inherits-scope`, `prove-it-ship-gate`, `alternatives-considered`, `diu`, `how`, `land-stack`, `loop-generator`, `narrow-the-scope`, `plan-first`, `ship-a-detector`, `show-me-your-work`, `spike-and-validate`, `split-scope`, `visual-proof`, `why` +`create-skill`, `draft-pr`, `make-pr`, `phrase-judge`, `thrash-reflect-automate`, `principle-flag-your-own-corrections`, `principle-prove-it`, `principle-subagent-inherits-scope`, `prove-it-ship-gate`, `alternatives-considered`, `diu`, `how`, `land-stack`, `loop-generator`, `narrow-the-scope`, `plan-first`, `ship-a-detector`, `show-me-your-work`, `spike-and-validate`, `split-scope`, `visual-proof`, `why` ### Explicit invocation only (32)