pr-creator
PR Creator
Create a pull request from the current branch to a destination branch. Use simple, short English for title and body.
Step-by-Step Process
Step 1: Get destination branch
If user did not specify destination branch, ask:
"Which branch do you want to merge into? (e.g., main, develop, staging)"
Wait for user reply before continuing.
Step 2: Gather git info
Run these commands in parallel:
git branch --show-current— get current branch namegit status --porcelain— check if working tree is clean
More from nguyenhuy158/skills
odoo-code-review
Review Odoo (Python & XML) code for best practices, standards, and common errors. Use this skill when the user asks to review Odoo modules, Python files in an Odoo context, or XML views/data files.
48copilot-commit-style
Use this skill when the user asks to write, generate, draft, or format a git commit message. It enforces the Conventional Commits specification with mandatory emojis and strict formatting rules.
9git-branch-clean
Use this skill when user wants to clean up local git branches whose remote tracking branches are gone/deleted. Triggers on phrases like "clean branches", "delete stale branches", "prune branches", "git branch clean", "dọn branch", "xóa branch cũ".
3code-polish
Polish Python code in git-changed files. Removes all comments and docstrings, eliminates magic strings and numbers, makes code self-documenting via naming. Python only — skips other languages. Use when user says "code-polish", "polish code", "clean code", "self-documenting", "remove comments", "làm sạch code".
2