From 9f370dd499311ae64fdbb90325cf891e9aed1542 Mon Sep 17 00:00:00 2001 From: Nick Shirokov Date: Mon, 9 Mar 2026 20:30:49 +0300 Subject: [PATCH] docs(role-validate): remove misleading OutFile hint for Cyrillic paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cyrillic stdout works fine — the hint caused weak models to waste an extra turn writing to file and reading it back. Verified: all 9 validate skills pass on Haiku in 4 turns each. Co-Authored-By: Claude Opus 4.6 --- .claude/skills/role-validate/SKILL.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.claude/skills/role-validate/SKILL.md b/.claude/skills/role-validate/SKILL.md index 3a66f53a..f48b6e05 100644 --- a/.claude/skills/role-validate/SKILL.md +++ b/.claude/skills/role-validate/SKILL.md @@ -20,8 +20,6 @@ allowed-tools: | MaxErrors | нет | 30 | Макс. ошибок до остановки (по умолчанию 30) | | OutFile | нет | — | Записать результат в файл (UTF-8 BOM) | -**Важно:** Для кириллических путей используй `-OutFile` и читай результат через Read tool. - ## Команда ```powershell