Our review
Creates a GitHub pull request from a specific worktree by committing changes, pushing to origin, and using GitHub CLI.
Strengths
- Automates the PR creation workflow from a worktree
- Supports draft PRs
- Requires minimal input (worktree name and optional draft flag)
Limitations
- Requires GitHub CLI to be installed and authenticated
- Only works if the worktree has a remote branch to push to
- Assumes all uncommitted changes should be committed
Use when you have changes in a worktree and need to create a pull request efficiently.
Do not use when you need to review changes before committing, or when the worktree is not associated with a remote repository.
Security analysis
SafeThe skill only calls a predefined MCP tool for creating PRs via GitHub CLI. It does not run arbitrary shell commands, handle secrets, or disable safety measures. No destructive or network-exfiltration patterns are present.
No concerns found
Examples
/wt-pr PROJ-123/wt-pr auth draftname: wt-pr description: Create a GitHub PR from a worktree. Use when asked to create a PR, pull request, or submit changes from a worktree. argument-hint: "<name> [draft]" allowed-tools: mcp__worktree-maestro__create_pr
Use the create_pr MCP tool to create a GitHub pull request.
Parse $ARGUMENTS to extract:
name(required) - Worktree name, ticket ID, or partial matchdraft(optional) - Set to true if "draft", "true", "yes", "1", or "-d" is present
Examples
/wt-pr PROJ-123→ create PR for worktree matching PROJ-123/wt-pr auth draft→ create draft PR for worktree matching "auth"
Actions
The tool will:
- Commit any uncommitted changes
- Push the branch to origin
- Create the PR via GitHub CLI
Report
Report the PR URL when complete.
Note: Requires GitHub CLI (gh) to be installed and authenticated.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.