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