Stats
Actions
Tags
From programmer
Create GitHub pull requests with concise, human-readable descriptions. Use when the user says "create a PR", "open a PR", "push and create PR", "make a pull request", or when work is ready to be submitted for review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/programmer:creating-pull-requestsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Short, under 70 characters
feat:, fix:, chore:, refactor:, docs:Use this format:
## Summary
{1-3 sentences describing what changed from the user's perspective. Focus on behaviour, not implementation details. No bullet lists of files changed.}
## Summary
Migration files are now version-controlled instead of generated on the fly. Scripts that previously deleted and regenerated migrations now use the committed ones directly.
This is the foundation for persistent databases (#1009). Safe to deploy under the current flow — the old deploy still wipes the DB, so committed migration files don't change anything yet. The actual switch happens in a follow-up PR.
**Heads up:** If you change a model, you now need to run `task makemigrations` and commit the resulting file. If you forget, tests will fail.
git status, git diff, and git log to understand what's being submittedgh pr createnpx claudepluginhub nicolaei/claude-plugins --plugin programmerCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.