Skip to content

Add a real /cloudflare-security-audit slash command#7

Open
MayVerse4 wants to merge 1 commit into
cloudflare:mainfrom
MayVerse4:fix/add-a-real-cloudflare-security-audit-sla
Open

Add a real /cloudflare-security-audit slash command#7
MayVerse4 wants to merge 1 commit into
cloudflare:mainfrom
MayVerse4:fix/add-a-real-cloudflare-security-audit-sla

Conversation

@MayVerse4

Copy link
Copy Markdown

Hi maintainers! This fixes Issue #5 as a functional enhancement, not a documentation-only change.

The issue was that users had to rely on auto-prompt routing, which is unreliable when multiple installed skills overlap — for example when gstack’s /cso or /security-review behavior takes precedence and this security-audit skill never gets triggered. To provide an explicit invocation path, I added a Claude slash-command file at .claude/commands/cloudflare-security-audit.md. That command accepts the user’s arguments via $ARGUMENTS and explicitly routes the request to skills/security-audit/SKILL.md, so /cloudflare-security-audit ... invokes this skill directly instead of depending on natural-language trigger matching.

I also updated the skill description and README usage examples to mention the direct command while preserving the existing auto-trigger behavior for natural-language prompts. Per the issue context, this is the only open related issue, so there were no other issues to group into this PR.

Validation performed: checked that .claude/commands/cloudflare-security-audit.md exists, references skills/security-audit/SKILL.md, and includes $ARGUMENTS so command text is forwarded to the skill. Happy to adjust the slash-command wording or location if you prefer a different platform convention.

Fixes #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support command directly

1 participant