RyanAlberts

Make Traces — Testing skill for Claude Code

Testing community

Make realistic test traces when you have no real ones yet.

How to install Make Traces

Installs to ~/.claude/skills/ryanalberts-pmstack-make-traces/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ryanalberts-pmstack-make-traces && curl -fsSL https://raw.githubusercontent.com/RyanAlberts/pmstack/HEAD/commands/make-traces.md -o ~/.claude/skills/ryanalberts-pmstack-make-traces/SKILL.md

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

What Make Traces does


description: "Make realistic test traces when you have no real ones yet" argument-hint: "[what your product does]"

Use the Skill tool to run the `pmstack-make-traces` skill from the pmstack plugin with these arguments: $ARGUMENTS. If the skill is not available, tell the user to run /plugin install pmstack@pmstack.

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