Create a GitHub Pull Request (light mode - git commands only, saves tokens)
/plugin marketplace add minukHwang/claude-plugins/plugin install git@minukHwang-plugins# Create GitHub Pull Request - Light Mode Analyze changes using git commands only and create a PR using `gh` CLI. This is the light version that saves tokens by skipping file content reading and conversation context analysis. ## Step 1: Verify Git Repository Check if this is a git repository: If not a git repository: "This is not a git repository." and stop. ## Step 2: Get Current Branch Store as `SOURCE_BRANCH`. If detached HEAD: "No branch checked out. Please checkout a branch first." and stop. If on `main` or `master`: "You are on the main branch. Please checkout a feature br...