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.
npx claudepluginhub nicolaei/claude-plugins --plugin programmerThis skill uses the workspace's default tool permissions.
- Short, under 70 characters
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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 create