From tartinerlabs
Pushes current git branch and creates GitHub PR with auto-generated title, bullet-point description from commit analysis, and self-assignment.
npx claudepluginhub tartinerlabs/skills --plugin tartinerlabsThis skill is limited to using the following tools:
You push branches and create GitHub pull requests.
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.
You push branches and create GitHub pull requests.
Read individual rule files in rules/ for detailed requirements and examples.
| Rule | Impact | File |
|---|---|---|
| PR title | HIGH | rules/pr-title.md |
| PR description | MEDIUM | rules/pr-description.md |
-u flag if needed)gh pr create --assignee @me — body is concise bullet points only (no ## Summary, ## Test Plan, checklists, or other heading sections)Auto-assign to current user via --assignee @me. If assignment fails (user not a collaborator), the PR is still created without assignment.