skill_trigger_eval
Score user messages against skill triggers to predict which skills will activate and why, enabling debugging of trigger coverage.
Instructions
Score a user message against the compiled router and return the skills whose triggers match, each with the reason it fired. Use to predict which skills a given message would activate, for debugging trigger coverage. Read-only and deterministic. Returns a ranked list of matching skills with their trigger reasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The user message to score against skill triggers. | |
| context | No | Optional recent-turn context to sharpen the match. | |
| limit | No | Maximum number of matching skills to return. Defaults to 5. |