Test a prompt against skill triggers to see what would match
Test prompts against skill triggers to see which skills would activate and why. Use this to debug why a skill isn't triggering or verify your prompt has the right keywords.
/plugin marketplace add anton-abyzov/specweave/plugin install sw@specweaveTests a prompt against the skill trigger index to see which skills would activate.
/sw:skill-match "deploy to EKS with GitOps"
š Testing Prompt: "deploy to EKS with GitOps"
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā
kubernetes-architect (Score: 95%)
Plugin: specweave-kubernetes
Matched: eks, gitops, deploy
Why: High match - prompt contains 3 relevant keywords
ā
devops-engineer (Score: 60%)
Plugin: specweave-infrastructure
Matched: deploy, gitops
Why: Medium match - deployment and automation keywords
ā ļø No other skills matched
Recommendation: kubernetes-architect is the best match for this prompt.
# Test Kubernetes prompt
/sw:skill-match "Create Kubernetes deployment with Helm"
# Test mobile app prompt
/sw:skill-match "Build iOS app with React Native"
# Test backend API prompt
/sw:skill-match "Create NestJS API with Prisma ORM"
/sw:plugin-status - Show all loaded pluginsspecweave refresh-marketplace - Update skill trigger index