Exempt Skill
This skill has boundary_exempt: true in its frontmatter. All boundary checks are suppressed.
gh pr list --repo example/repo --json number
for each pr in prs: process pr
state["key"] = "value"
Skill with boundary_exempt declared — suppresses all checks
npx skillmds@latest add omninode-ai/exempt-skill This skill has boundary_exempt: true in its frontmatter. All boundary checks are suppressed.
gh pr list --repo example/repo --json number
for each pr in prs: process pr
state["key"] = "value"
OmniNode-ai/omniclaude/tree/main/tests/validation/fixtures/skill_node_boundary/exempt_skill commit 6e3f27769b