inchargeads

Test Reply — Testing skill for Claude Code

Testing community

Test how your SmartReply agent answers a customer comment or message.

How to install Test Reply

Installs to ~/.claude/skills/inchargeads-smartreply-plugin-test-reply/SKILL.md

Terminal
mkdir -p ~/.claude/skills/inchargeads-smartreply-plugin-test-reply && curl -fsSL https://raw.githubusercontent.com/inchargeads/smartreply-plugin/HEAD/commands/test-reply.md -o ~/.claude/skills/inchargeads-smartreply-plugin-test-reply/SKILL.md

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

What Test Reply does


description: Test how your SmartReply agent answers a customer comment or message argument-hint: "[customer comment or message]"

Test the user's SmartReply agent in the sandbox.

  1. List agents and pick the one the user means. Ask if it is unclear.
  2. Use $ARGUMENTS as the customer's text. If it is empty, ask for a realistic customer comment or message.
  3. Decide whether it is a public comment or a private message, and run the matching test with run_smartreply_test. Mention that sandb

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • #29 — #52, #103) 92.5k ★
  • /test Routing — Vérifie le routing de commandes RTK sans exécution (dry-run) 25.5k ★

Full documentation available on GitHub

View Source Repository