create-pr

Create GitHub pull requests with Storybook Astro title and description conventions.

54|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/storybook-astro/storybook-astro --skill create-pr-storybook-astro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/storybook-astro/storybook-astro/tree/main/.agents/skills/create-pr
Command: npx skills add https://github.com/storybook-astro/storybook-astro --skill create-pr-storybook-astro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create GitHub pull requests with consistently formatted titles and descriptions that adhere to Storybook Astro conventions, reducing review time and mistakes.

Core Features & Use Cases

  • Enforces PR title and description formats (type, scope, summary) per the given conventions.
  • Provides predefined scopes for Storybook Astro (framework, renderer, astro6, astro5, website, react, vue, svelte, preact, solid, alpine, testing, docs).
  • Guides CI checks and quality gates (lint, tests, builds).

Quick Start

Create a PR that follows the defined conventions and run the CI checks to verify it passes

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I format a GitHub pull request for Storybook Astro?

Format a GitHub pull request for Storybook Astro by enforcing a conventional title with type and scope tags, alongside a complete body template. This ensures contributions across framework, renderer, and docs workflows meet project standards.

What PR scopes are valid for Storybook Astro contributions?

Valid PR scopes for Storybook Astro contributions include framework, renderer, astro6, astro5, website, react, vue, svelte, preact, solid, alpine, testing, and docs. Scopes tag the affected area to streamline review routing.

How do I add CI and review guidance to a pull request?

Add CI and review guidance to a pull request using a predefined PR body template. This template structures quality gates for lint, tests, and builds, ensuring reviewers verify CI checks before merging.

Can I use conventional commit formats for PR titles in Storybook Astro?

Yes, you can use conventional commit formats for PR titles in Storybook Astro. The format requires a type, a scope from predefined project areas, and a summary to maintain consistent contribution history.

Why does my Storybook Astro pull request fail quality gates?

Your Storybook Astro pull request may fail quality gates if the CI checks for lint, tests, or builds fail. Following the enforced PR body template ensures all quality guidance is addressed before requesting review.