skills/pr/SKILL.md
Create a pull request. Summarizes changes since the base branch, generates a PR title and description, pushes the branch, and opens a PR via the gh CLI. Use when opening a PR, submitting work for review, or when the user says "open a PR", "create a pull request", or "submit for review".
npx skillsauth add codewithbehnam/cc-docs prInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a pull request for the current branch:
git remote show origin | grep 'HEAD branch'git branch --show-current
git log origin/<base>..HEAD --oneline for commit historygit diff origin/<base>..HEAD --stat for changed filesgit push -u origin HEAD
git push --set-upstream origin <branch>gh pr create --base <base> --title "<title>" --body "<description>"gh CLI must be installed and authenticated (gh auth status)gh is not installed: provide the PR URL to create manually via the webgit pull --rebase firstgh pr viewtools
macOS GUI automation CLI. Use steer to see the screen, click elements, type text, send hotkeys, scroll, drag, manage windows and apps, run OCR on Electron apps, and wait for UI conditions.
testing
Ship workflow: merge main, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR.
testing
Import cookies from your real browser (Comet, Chrome, Arc, Brave, Edge) into the headless browse session. Opens an interactive picker UI where you select which cookie domains to import. Use before QA testing authenticated pages.
development
Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware: breaks down per-person contributions with praise and growth areas.