[DOCS] Skill permissions should not include slash prefix
Resolved 💬 2 comments Opened Jan 11, 2026 by devstefancho Closed Jan 11, 2026
Documentation Type
Incorrect/outdated documentation
Documentation Location
https://code.claude.com/docs/en/slash-commands#skill-permission-rules
Section/Topic
Skill permission rules
Current Documentation
Skill permission rules
The permission rules support:
- Exact match: Skill(/commit) (allows only /commit with no arguments)
- Prefix match: Skill(/review-pr:*) (allows /review-pr with any arguments)
What's Wrong or Missing?
In the Skill permission rule documentation, the permissions example shows skill names with a slash prefix (e.g., Skill(/commit)), but the actual working format requires no slash (e.g., Skill(commit)).
Suggested Improvement
Skill permission rules
The permission rules support:
- Exact match: Skill(commit) (allows only commit Skill with no arguments)
- Prefix match: Skill(review-pr:*) (allows review-pr Skill with any arguments)
Impact
Medium - Makes feature difficult to understand
Additional Context
<img width="1141" height="819" alt="Image" src="https://github.com/user-attachments/assets/13ca05df-f5ec-4b4a-bdd4-356c7cddbd0c" />
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗