agents/skills/create-pr/SKILL.md
Template, notes, and procedure when creating a Pull Request
npx skillsauth add nazozokc/dotfiles 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.
gh pr createAI-agent → main<type>: <summary>
| type | usage |
| ---------- | ----------------------- |
| feat | New feature |
| fix | Bug fix |
| refactor | Refactoring |
| docs | Documentation change |
| chore | Build/config change |
| style | Formatting/style change |
feat: add neovim telescope config
fix: resolve fish greeting display bug
chore: update flake.lock
## Summary
<!-- What this PR does -->
## Changes
-
## Notes
<!-- Anything reviewers should know (optional) -->
gh pr create \
--base main \
--head AI-agent \
--title "<type>: <summary>" \
--body "$(cat <<'EOF'
## Summary
## Changes
-
## Notes
EOF
)"
gh pr list --base main --head AI-agent — if an open PR exists, do not create a new onegit log --oneline origin/main..HEAD before creating a PR--force-pushdevelopment
Method and notes when performing web searches
development
Guidelines when working on TypeScript/JS projects
tools
Template and notes when creating or updating SKILL.md files under skills/
tools
When writing fish shell scripts, functions, abbreviations, or editing shell configuration