pr-worktree-workflow
Installation
SKILL.md
PR + Worktree Workflow
Common Mistakes (Read First)
DO NOT use this skill when:
- User only mentions worktree (use
using-git-worktreesinstead)
When to prompt user:
- If user says "create a PR" or "I want to make a PR" → Ask: "Would you like me to use the pr-worktree-workflow to create a worktree and PR together?"
Overview
This skill integrates using-git-worktrees and my-pull-requests to provide a complete task-to-PR workflow:
- Create Worktree - Use
using-git-worktreesto establish isolated workspace - Implement Feature - Work in the new branch
- Create PR - Create Pull Request from the completed work
- Verify PR - Confirm PR status
Related skills
More from frankieew/agent-skills
mathlib-workflow
Complete workflow for contributing to mathlib (Lean 4), including repo setup, git workflow, PR creation, and review process.
6tmux
>
4mathlib-style
Code style guide for mathlib (Lean 4), including naming conventions, formatting rules, and documentation requirements.
4code-rules
Use when writing code, to follow personal code style and ensure documentation is consistent.
3lmfdb-cli
>
2ssh
>
1