Claude bypasses newly-registered Skill during validation, manually copies persona body instead

Resolved 💬 3 comments Opened Apr 30, 2026 by nalarius Closed May 4, 2026

버그

사용자가 방금 구현한 스킬 (.claude/skills/creative-generate-gpt) 의 동작을 검증해 달라고 요청했을 때, Claude 가 Skill 도구로 해당 스킬을 호출하지 않고 명세 본문을 메인 컨텍스트에서 손으로 베껴 plan/prompt 파일을 작성했음. 검증을 흉내냈을 뿐 실제 스킬 코드 경로가 한 번도 실행되지 않음. 사용자가 두 번 명시적으로 지적할 때까지 인지 못함. 결과적으로 사용자 시간을 다수 라운드 동안 소비.

재현 조건

직전 턴에 신규 스킬을 작성해서 Available Skills 목록에 등재된 직후. 사용자가 "검증해봐 / 테스트해봐" 같은 지시를 내림.

기대 동작

Claude 가 신규로 등재된 스킬을 검증 대상으로 인식하고 Skill 도구로 invoke. 또는 invoke 가 부적절하면 그 이유를 사용자에게 명시.

실제 동작

스킬 무시. 페르소나 본문을 메인 세션이 직접 작성하는 ad-hoc 모드로 진행.

---

English summary

When the user asked Claude to validate a Skill that was implemented in the immediately preceding turn (and was already listed in Available Skills), Claude did not invoke the Skill via the Skill tool. Instead it hand-copied the persona markdown into the main context and produced plan/prompt files manually — a simulation of the skill, never the actual code path. Took two explicit user corrections before Claude recognized the regression. The user lost multiple rounds of work to this.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗