mustafa-sahin-tr

Unity Refine — Testing skill for Claude Code

Testing community

Refines a raw GitHub issue into an implementation-ready spec — problem, acceptance criteria, scope, affected systems, risks, open questions — and optionally proposes a sub-issue breakdown.

How to install Unity Refine

Installs to ~/.claude/commands/mustafa-sahin-tr-everything-claude-unity-unity-refine.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mustafa-sahin-tr/everything-claude-unity/HEAD/.claude/commands/unity-refine.md -o ~/.claude/commands/mustafa-sahin-tr-everything-claude-unity-unity-refine.md

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

What Unity Refine does


name: unity-refine description: "Refines a raw GitHub issue into an implementation-ready spec — problem, acceptance criteria, scope, affected systems, risks, open questions — and optionally proposes a sub-issue breakdown." user-invocable: true args: issue_number

/unity-refine — Refine a GitHub Issue

Argument: **$ARGUMENTS** — a GitHub issue number or URL, e.g. `12`.

This command does not write code. It delegates to the `unity-business-analyst` agent to turn a raw issue into somethin

Alternatives in Testing

  • Deslop Reborn — One iteration of the IronClaw Reborn de-slop loop — take ONE Reborn crate, fan out parallel review sub-agents 12.6k ★
  • Loki Grill — Interrogate a spec with Loki's Devil's-Advocate grill before building, and summarize the hardest questions it 1.1k ★
  • Adversarial Spec — A Claude Code plugin that iteratively refines product specifications by debating between multiple LLMs until a 514 ★

Full documentation available on GitHub

View Source Repository