raise-pr

Create GitHub pull requests for the FlashList repository with contribution checks.

7.2k|378|Updated Dec 20, 2021
One-click install
npx skills add https://github.com/Shopify/flash-list --skill raise-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raise-pr
Source: https://github.com/Shopify/flash-list/tree/main/.claude/skills/raise-pr
Command: npx skills add https://github.com/Shopify/flash-list --skill raise-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of creating a GitHub Pull Request for the FlashList repository, ensuring adherence to all contribution guidelines and best practices.

Core Features & Use Cases

  • Automated PR Creation: Generates a PR with a correctly formatted title and body.
  • Convention Enforcement: Ensures no AI attribution, follows branch naming, and commit message formats.
  • Pre-flight Checks: Guides the user through essential checks like running tests, type checks, and linting.
  • Self-Review Guidance: Provides a checklist for reviewing code changes before committing.
  • Use Case: After making a code fix, you can use this Skill to create a PR that meets all repository standards, saving you time and reducing the chance of rejection due to formatting or attribution issues.

Quick Start

Use the raise-pr skill to create a pull request for your changes.

Frequently Asked Questions about raise-pr

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

FAQPage Schema
How do I create a GitHub pull request for FlashList that passes contribution checks?

Automated PR creation for FlashList enforces strict contribution rules including proper branch naming, commit message formatting, and pre-flight checks. This ensures your code submission meets all repository standards and passes required reviews.

What are the GitHub contribution guidelines for formatting commit messages and branch names?

GitHub contribution guidelines require specific branch naming and commit message formats to maintain repository consistency. Adhering to these formatting rules ensures your pull request is not rejected due to structural or attribution issues.

How do I run pre-commit code review checks before submitting a pull request?

Pre-commit code review involves running essential checks like tests, type checks, and linting. You should use a self-review checklist to verify code changes before committing to ensure pull request readiness.

Does automated PR creation allow AI attribution in GitHub pull requests?

Automated PR creation enforces a strict absence of AI attribution in GitHub pull requests. This ensures all contributions maintain human authorship standards and comply with the repository's specific contribution guidelines.

What should be included in a GitHub pull request body template for code contributions?

A GitHub pull request body template should include a correctly formatted title and a detailed test plan. Providing a structured PR body ensures reviewers understand the changes and can verify the code contribution effectively.