RyanAlberts

Test Judge — Testing skill for Claude Code

Testing community

Test whether an AI judge agrees with you, then estimate how often the product really fails.

How to install Test Judge

Installs to ~/.claude/skills/ryanalberts-pmstack-test-judge/SKILL.md

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

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

What Test Judge does


description: "Test whether an AI judge agrees with you, then estimate how often the product really fails" argument-hint: "[project.json] [check id]"

Use the Skill tool to run the `pmstack-test-judge` 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

  • Loki Spec Status — Check whether the spec has drifted from its lock using Loki's living-spec drift detection, and summarize the r 1.1k ★
  • Adversarial Spec — A Claude Code plugin that iteratively refines product specifications by debating between multiple LLMs until a 514 ★
  • Schematic — Claude Code / Codex skill: reverse engineer a product & technical spec from a git branch 150 ★

Full documentation available on GitHub

View Source Repository