ai-coding/skills/create-pr/SKILL.md
Create and push PR with auto-generated title and description
npx skillsauth add melvynx/aiblueprint create-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 pull request with concise, meaningful description.
git branch --show-currentgit status --shortgit log --oneline -5git rev-parse --abbrev-ref @{upstream} 2>/dev/null || echo "none"git status and current branchgit push -u origin HEADgit diff origin/main...HEAD --statgh pr create --title "..." --body "..."## Summary
• [Main change or feature]
• [Secondary changes]
• [Any fixes included]
## Type
[feat/fix/refactor/docs/chore]
User: $ARGUMENTS
devops
Apply named visual style guides to landing pages and UI. Use for $use-style, /usestyle, list styles, or styles like grid, vercel-simple, stripe, linear, raycast, gumroad, dusk, or split-auth.
development
Create or edit Claude, Codex, and Cursor skills/rules. Use for SKILL.md, .cursor/rules, AGENTS.md, skill prompts, frontmatter, references, scripts, and discovery rules.
data-ai
Create and maintain agent rules in AGENTS.md and .agents/rules/. Use for project rules, conventions, constraints, rule indexes, or requests to add or optimize agent rules.
development
Set up per-worktree environments for Claude Code, Cursor, or Codex. Use for worktree-ready repos, IDE environment config, worktree-up/down scripts, or dev.sh wiring.