create-pr

This skill streamlines the Pull Request process, ensuring consistent and high-quality PR descriptions.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "create-pr" with this command: npx skills add first-fluke/fullstack-starter/first-fluke-fullstack-starter-create-pr

Create PR

This skill streamlines the Pull Request process, ensuring consistent and high-quality PR descriptions.

Prerequisites

  • gh (GitHub CLI) must be installed and authenticated.

  • The current branch must have commits that are not yet on the remote (or a corresponding remote branch).

Workflow

  • Analyze Context: Checks the git log to understand the changes (feat , fix , chore ).

  • Generate Metadata:

  • Title: Uses the conventional commit format (e.g., feat: Implement user login ).

  • Body: Summarizes the changes, links to issues, and provides verification steps.

  • Execute: Runs gh pr create .

Usage

Standard usage (interactive)

gh pr create

Fully automated with flags

gh pr create --title "feat: Add user profile" --body "Implements user profile page..."

Best Practices for PRs

  • Small & Focused: Keep PRs limited to a single logical change.

  • Linked Issues: Always link to the task/issue (e.g., Closes #123 ).

  • Self-Review: Review your own diff before creating the PR.

  • Verification: Explicitly state how you verified the change (screenshots, test output).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

orchestrator

No summary provided by upstream source.

Repository SourceNeeds Review
General

commit

No summary provided by upstream source.

Repository SourceNeeds Review
General

ui-ux-pro-max

No summary provided by upstream source.

Repository SourceNeeds Review
General

component-refactoring

No summary provided by upstream source.

Repository SourceNeeds Review