Debug Concierge banner
Chili-Piper Chili-Piper

Debug Concierge

Development community

Description

--- description: Debugs why a specific lead did not book — traces the concierge routing session, identifies the rule that fired (or why none did), and recommends a targeted fix. argument-hint: "<guest@email.com> [router] [date-range]" allowed-tools: [Read] --- # /debug-concierge Trace why a lead did not book using the `concierge-debugger` skill. ## Steps 1. Read `skills/concierge-debugger/SKILL.md`. 2. Check that the Chili Piper MCP is connected — call `health-ping`. If it fails, output the

Installation

Installs to ~/.claude/skills/chili-piper-mcp-assets-debug-concierge/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chili-piper-mcp-assets-debug-concierge && curl -fsSL https://raw.githubusercontent.com/Chili-Piper/mcp-assets/HEAD/commands/debug-concierge.md -o ~/.claude/skills/chili-piper-mcp-assets-debug-concierge/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository