shikajiroshikajiroCommunity·2 Agent Skills Included

claude-code-skill-example

Automated git worktree creation and pull request cleanup

Creates isolated git worktrees with feature branches and copies environment files automatically after planning. Generates pull requests and removes finished worktrees in one step, keeping local and remote branches intact. Eliminates manual branch setup, environment file copying, and post-merge cleanup for faster parallel feature development.
npx skills add shikajiro/claude-code-skill-example --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-skill-example?â–¼

Run `npx skills add shikajiro/claude-code-skill-example --all -g -y` in your terminal to install both skills globally.

How to automate git worktree setup?â–¼

The create-worktree skill builds a new feature branch and worktree directory, then copies your .env files and runs setup automatically.

How to create a PR and remove a worktree at once?â–¼

The pr-and-cleanup skill creates a pull request via the GitHub CLI, deletes the worktree, and returns you to the main branch in one run.

Does pr-and-cleanup delete my branches?â–¼

No. It only removes the worktree directory; your local and remote branches stay intact after the PR is created.

Do I need coding experience to use these skills?â–¼

No. Once installed, your agent runs the underlying git and GitHub CLI commands based on your plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineering→