pr

Create and update GitHub pull requests with code formatting and screenshots.

308|76|Updated Jul 25, 2013
One-click install
npx skills add https://github.com/bikeindex/bike_index --skill pr-bikeindex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/bikeindex/bike_index/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/bikeindex/bike_index --skill pr-bikeindex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, frontend-screenshots, github-upload-image-to-pr, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and updating pull requests by automating various steps such as simplifying code, formatting, and providing detailed descriptions and screenshots for frontend changes.

Core Features & Use Cases

  • Automated PR Creation: Generates pull requests based on user requests, with detailed descriptions and summaries of changes.
  • PR Updates: Allows users to update existing pull requests with new descriptions, titles, and content.
  • Screenshot Integration: Captures and uploads screenshots of frontend changes for pull requests containing such changes.
  • Code Formatting and Simplification: Applies code formatting and simplification tools to ensure code quality.

Quick Start

Use the pr skill to create a pull request for your current branch.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate pull request creation with screenshots and detailed descriptions?

Automated PR creation generates pull requests with detailed descriptions, summaries of changes, and uploaded screenshots of frontend changes. It applies code formatting and simplification tools to ensure code quality during the pull request creation process.

Can I update an existing pull request with new descriptions and titles?

Yes, PR updates allow you to modify existing pull requests with new descriptions, titles, and content. The update process integrates with GitHub API access to synchronize changes to your existing code review workflows.

Do I need GitHub API access and command-line tools to create automated pull requests?

Yes, automated PR creation requires GitHub API access and command-line tools for code operations. The workflow depends on git and gh command-line interfaces to execute branch operations and push code changes.

How are frontend screenshots captured and uploaded to a pull request?

Screenshot integration captures frontend changes and uploads images directly to pull requests. The process uses frontend-screenshots and github-upload-image-to-pr dependencies to capture visual changes and attach them for code review.

What's the best way to simplify and format code before opening a pull request?

Code formatting and simplification tools apply quality checks before pull request creation. The automated workflow processes code simplification and formatting to ensure consistent code quality standards during the PR creation process.

Does the automated PR workflow work with GitHub repositories for code review?

Yes, the automated PR workflow integrates with GitHub repositories using the gh command-line tool and GitHub API access. It supports standard code review workflows where pull requests facilitate collaboration and changes evaluation.