create-pr

Automates Gitmoji-style commit messages for Laravel and PHP projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Hand-Tomi/text_bridge --skill create-pr-hand-tomi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/Hand-Tomi/text_bridge/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/Hand-Tomi/text_bridge --skill create-pr-hand-tomi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of rebasing your current branch, running CI checks, and creating a GitHub Pull Request, ensuring your code adheres to project standards before submission.

Core Features & Use Cases

  • Automated Rebase: Keeps your branch up-to-date with the target branch, handling potential conflicts.
  • Integrated CI Checks: Runs dart analyze, dart format, and dart test to catch issues early.
  • Smart PR Generation: Creates PRs with titles and bodies based on commit history and project templates.
  • Use Case: After finishing a new feature, you can use this Skill to automatically prepare your branch, verify code quality, and open a PR for review, saving you manual steps and potential merge conflicts.

Quick Start

Use the create-pr skill to rebase the current branch, run CI checks, and create a GitHub PR with the description "Add new user authentication flow".

Frequently Asked Questions about create-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating a GitHub pull request after running Dart tests?

Automating GitHub pull request creation involves rebasing your current branch, running Dart analysis and tests, and generating a PR with a title and body from commit history.

What is the best way to rebase a Git branch and run CI checks before opening a PR?

The best way to rebase a Git branch and run CI checks is using an automated workflow that executes Dart formatting, runs tests, handles branch verification, and resolves potential rebase conflicts.

Does the automated PR creation process handle hotfix scenarios and rebase conflicts?

Yes, the automated PR creation process manages hotfix scenarios and handles potential rebase conflicts by verifying the branch against the target branch before submission.

Can I generate a GitHub PR title and body automatically from my commit history?

Yes, you can generate a GitHub PR title and body automatically from your commit history and project templates after passing Dart analysis and formatting checks.

How do I ensure my Dart code passes CI checks before submitting a pull request?

To ensure Dart code passes CI checks, run dart analyze, dart format, and dart test locally or via automation to catch issues early and verify code quality before PR submission.

What should I do if my automated Git rebase fails during PR creation?

If an automated Git rebase fails during PR creation, resolve the potential rebase conflicts manually, then resume the workflow to complete branch verification and open the GitHub PR.