petar-djukic

Test Clone — Testing skill for Claude Code

Testing community

Command: Test Clone Test the orchestrator library by deploying it into a target Go repository and running the test plan.

How to install Test Clone

Installs to ~/.claude/commands/petar-djukic-coding-skills-test-clone.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/petar-djukic/coding-skills/HEAD/.claude/commands/test-clone.md -o ~/.claude/commands/petar-djukic-coding-skills-test-clone.md

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

What Test Clone does

Command: Test Clone

Test the orchestrator library by deploying it into a target Go repository and running the test plan. Failures indicate bugs in the orchestrator code, which get fixed in this repository.

**Scope.** Run this from inside the orchestrator repository itself — the one that ships `test-plan.yaml` at its root and `pkg/orchestrator/` in its tree. It patches orchestrator source when a test

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