From 88c968682df71fc4bafbba8f506c42d8ff53b5a8 Mon Sep 17 00:00:00 2001 From: jth-nw Date: Wed, 11 Mar 2026 13:01:45 -0500 Subject: [PATCH] fix: remove Dale from doc-pr-fix verification step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dale skill invocation consistently exhausts Claude's turn budget by reading all rule files (Glob + Read x4), leaving no turns for git commit, push, or posting a summary. Every followup attempt (PRs 470, 473, 476) hit this exact pattern. Remove Dale from the verification step — verify with Vale only. Co-Authored-By: Claude Opus 4.6 --- .claude/skills/doc-pr-fix/SKILL.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.claude/skills/doc-pr-fix/SKILL.md b/.claude/skills/doc-pr-fix/SKILL.md index dde913eec8..ff86184556 100644 --- a/.claude/skills/doc-pr-fix/SKILL.md +++ b/.claude/skills/doc-pr-fix/SKILL.md @@ -52,7 +52,7 @@ When editing: ## Step 4: Verify -After all edits, run both linters on every file you changed: +After all edits, run Vale on every file you changed: ```bash vale @@ -60,15 +60,7 @@ vale Fix any new Vale errors. Re-run until zero errors remain. -Then run Dale: - -``` -/dale -``` - -Fix any Dale violations. - -Repeat the vale-then-dale cycle until both are clean. +Do NOT run Dale or any other skills during verification — just Vale. ## Step 5: Commit and push