edit-triggers

Edit trigger phrases and model descriptions in adaptive dialog topic configurations.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill edit-triggers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edit-triggers
Source: https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio/tree/main/.github/skills/edit-triggers
Command: npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill edit-triggers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of trigger phrases and model descriptions in adaptive dialogs, allowing users to efficiently modify and refine their AI conversations.

Core Features & Use Cases

  • Modify Trigger Phrases: Adjust the phrases that activate an adaptive dialog based on user intent.
  • Edit Model Descriptions: Update the descriptions that guide the routing of dialog flows to the correct topics.
  • Use Case: If you notice that a topic in your dialog is frequently triggered incorrectly, this Skill helps you quickly correct the trigger phrases and provide a clearer model description for better routing.

Quick Start

Run the 'edit-triggers' Skill with the topic name as the argument to modify its trigger phrases: 'edit-triggers "TopicName"'

Frequently Asked Questions about edit-triggers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I edit trigger phrases for adaptive dialogs?

To edit trigger phrases for adaptive dialogs, run the edit-triggers command with the topic name as an argument to modify the phrases that activate the dialog based on user intent. It reads and updates topic configurations via file I/O manipulation.

What are model descriptions used for in adaptive dialog routing?

Model descriptions in adaptive dialog routing guide the system's orchestrator to match user intent with the correct dialog topics. Editing these descriptions provides clearer topic purpose, ensuring accurate conversation flow and reducing misrouted interactions.

Why does my adaptive dialog topic trigger incorrectly when users ask questions?

Adaptive dialog topics trigger incorrectly when trigger phrases poorly match user intent or model descriptions lack clarity. You can correct this by modifying the trigger phrases and updating the topic's model description to optimize matching with dialog routes.

Do I need YAML manipulation capabilities to modify topic configurations?

Yes, modifying topic configurations requires YAML and file I/O manipulation capabilities to read and update the adaptive dialog files. The Skill relies on these capabilities to access and change trigger phrases and model descriptions.

What is the best way to optimize intent recognition for conversation management?

Optimizing intent recognition for conversation management involves refining adaptive dialog trigger phrases and model descriptions. By adjusting these configurations, you improve the matching of user intent with dialog routes and enhance the orchestrator's routing accuracy.