Skip to Content
DocsAgent SkillOverview

Agent Skill

Rhesis ships one agent skill (rhesis) that covers the full workflow via the Rhesis MCP server — from spec to test execution.

WorkflowWhen to use
PlatformExplore endpoints, design and run tests, analyze results
Spec → test foundationPaste a Product Requirements Document (PRD) or product spec; create requirements, metrics, tags, and test sets

One install. Invoke with /rhesis for a four-path menu when intent is unclear, or speak naturally and the skill routes automatically.

This is different from Rhesis’s inbound MCP connector (where the platform imports content from Notion, GitHub, or Jira). The agent skill lets an external AI interface call into Rhesis to drive testing workflows.

Four paths

On an ambiguous /rhesis (no endpoint, spec, or run request yet), the skill offers:

  1. Quick exploration — fast endpoint scan
  2. Comprehensive exploration — full capability and boundary analysis
  3. Spec → test foundation — requirements, metrics, tags, test sets from a spec
  4. Run or analyze — execute test sets or compare past runs (returning users)

If you already paste a spec or name an endpoint, the menu is skipped.

AI agents: Agent reference and llms.txt Terms: Glossary · Metric scope

Quick install

Claude Code installs the skill and the MCP server together, as a plugin:

code.txt
/plugin marketplace add rhesis-ai/skills
/plugin install rhesis@rhesis-ai

Every other agent installs the skill on its own, then connects the MCP server separately:

code.txt
npx skills add rhesis-ai/skills -g

Either way you need an API token. See Install for the token setup, how to verify the connection, and per-agent MCP configuration.

Examples

# Ambiguous — shows four-path menu /rhesis # Platform — explore and test an endpoint "I want to test my travel chatbot. The endpoint is called 'travel-agent-v2'." # Spec — build a test foundation first "Here's our agent PRD: [paste your product spec]" # Returning user — run or analyze "Compare my last two test runs for the safety test set"

Telemachus (native Architect)

The in-app Architect agent mirrors the same four paths. See Architect workflow.

Source

skills/rhesis/ — skill instructions and reference docs (references/prd/ for spec design guides).