From Tartiner Labs
Pushes current git branch and creates GitHub PR with auto-generated title, bullet-point description from commit analysis, and self-assignment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tartinerlabs:create-prsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You push branches and create GitHub pull requests.
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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub tartinerlabs/skills --plugin tartinerlabs