From robin
Analyze Robin agent conversations and produce a structured assessment report covering interaction quality, stumped questions, engagement patterns, named contacts, and knowledge gap recommendations. Also used for QA testing — designing test experiences, scoring replies, and iterating on config. Use when asked to assess Robin conversations, review conversation quality, test a Robin, or generate a Robin activity report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/robin:robin-conversation-assessmentThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch and analyze Robin agent conversations using the Robin CLI. Classify each interaction, identify patterns, and compile a structured Markdown report.
Fetch and analyze Robin agent conversations using the Robin CLI. Classify each interaction, identify patterns, and compile a structured Markdown report.
The report is written to stdout (or a file if the user specifies one). How it gets shared — Slack, email, saved as a file, printed to terminal — is up to the caller.
Robin CLI must be installed and authenticated.
# Install if missing
npm install -g @robinai/cli
# Check auth
robin auth status
If not authenticated, run robin auth login and follow the prompts.
If no default agent is configured:
robin agents list --json
robin config set default-agent <agentId>
Assessment mode (real conversations):
robin agents threads)robin conversations get)QA testing mode (proactive testing):
See WORKFLOW.md for the full step-by-step process.
A Markdown document with these sections:
By default, print the report to stdout. If the user asks to save it, write it to a file they specify (e.g. assessment-2025-05-04.md).
curl or direct HTTP calls are not acceptable substitutes.hasMore is false, or until the agreed scope is reached.npx claudepluginhub robin-guide/robin-cli --plugin robinCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.