Skip to content
Skill

Asynkron.TestRunner

by asynkron

AI Summary

Automates the creation of git worktrees for feature development in the Asynkron.JsEngine project, enabling developers to work on isolated branches without disrupting the main codebase. Useful for teams practicing feature-branch workflows who want to streamline worktree setup.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "Asynkron.TestRunner" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (6 files)
mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/asynkron/Asynkron.TestRunner/main/.claude/commands/wt.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/bugreport.md "https://raw.githubusercontent.com/asynkron/Asynkron.TestRunner/main/.claude/commands/bugreport.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/layered-test.md "https://raw.githubusercontent.com/asynkron/Asynkron.TestRunner/main/.claude/commands/layered-test.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/log-progress.md "https://raw.githubusercontent.com/asynkron/Asynkron.TestRunner/main/.claude/commands/log-progress.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/roadmap.md "https://raw.githubusercontent.com/asynkron/Asynkron.TestRunner/main/.claude/commands/roadmap.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/test-bomb.md "https://raw.githubusercontent.com/asynkron/Asynkron.TestRunner/main/.claude/commands/test-bomb.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Create a git worktree for a feature (project)

Examples

Create a worktree for a new feature: ` /wt type-narrowing ` This will: • Create ../Asynkron.JsEngine-type-narrowing worktree • Create branch feature/type-narrowing • Prompt you to start a new Claude Code session there

Cleanup

When done with the feature (after PR is merged), run from the main repo: `bash git pull origin main git worktree remove ../Asynkron.JsEngine-<featurename> --force git branch -D feature/<featurename> `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
3 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars3
Issues10
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code