Added allowed-tools declaration to all 71 skills across 7 packs#106
Merged
dmartinol merged 7 commits intoMay 26, 2026
Merged
Conversation
6 tasks
Contributor
Author
|
@dmartinol PR ready for review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
allowed-toolsfield to the YAML frontmatter of all 71 skills across the 7 packs (ocp-admin, rh-ai-engineer, rh-automation, rh-basic, rh-developer, rh-sre, rh-virt). This field declares upfront which MCP tools each skill is permitted to use, giving the LLM an explicit boundary before it starts executing.Skill declarations:
allowed-tools:with an empty valueresources_get) for straightforward validation against live MCP serversvulnerability__get_cves,inventory__find_host_by_name)CI validator improvements (
scripts/validate_mcp_tools.py):npx,uvx, or empty) are now classified as WARN instead of FAIL — they can't be verified, but they don't block the PRqueried_serversvariableCI workflow changes (
.github/workflows/mcp-tool-validation.yml):kubernetes-mcp-serverexposes theconfiguration_contexts_listtool (requires 2+ contexts)Documentation:
mcp-tool-validation.ymlsection to.github/workflows/README.md(was missing)Pack(s) affected
rh-srerh-developerocp-adminrh-virtrh-ai-engineerChange type
mcps.json)CLAUDE.md compliance
${VAR}referencesValidation
make validatepasses locallymcp-tool-check,compliance-check,skill-lintername,description)allowed-toolsformat validated (space-delimited, short names)