Sw Eval banner
Obsidian-Owl Obsidian-Owl

Sw Eval

Development community

Description

--- description: Run Specwright eval suite. Spawns subagents to run skills in fixture workdirs, then grades results. --- # Specwright Eval Runner Run eval cases by spawning subagents for skill invocation, then grading the results. ## Usage ``` /sw-eval --suite skill # Run all skill evals /sw-eval --suite skill --case sw-init-fresh-ts # Run one case /sw-eval --suite skill --dry-run # List cases without running /sw-eval --suite integration # Run integr

Installation

Installs to ~/.claude/commands/obsidian-owl-specwright-sw-eval.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Obsidian-Owl/specwright/HEAD/.claude/commands/sw-eval.md -o ~/.claude/commands/obsidian-owl-specwright-sw-eval.md

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

Full documentation available on GitHub

View Source Repository