b7-issue-to-pr

Automate GitHub issue triage, worktree creation, draft PR, and merge workflow.

6|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/jporre/sveltekit-verticalslices --skill b7-issue-to-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: b7-issue-to-pr
Source: https://github.com/jporre/sveltekit-verticalslices/tree/main/skills/b7-issue-to-pr
Command: npx skills add https://github.com/jporre/sveltekit-verticalslices --skill b7-issue-to-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies and automates the entire process of handling GitHub issues, from creating an issue, automating code development in an isolated environment, generating a draft PR with release notes and screenshots, running code reviews, to manual intervention before merge and final merge into the repository.

Core Features & Use Cases

  • Full Lifecycle Automation: Manages all steps from triaging the issue, creating an isolated git worktree, building, commit, to draft PR generation and manual review.
  • Orchestrator Skill: Chainable skill to drive complex workflows like creating multiple issues from a design discussion or implementing feature flags in an iterative fashion.
  • Use Case: Perfect for managing and tracking a development process from an idea, design discussion to deployment.

Quick Start

b7-issue-to-pr #123

Frequently Asked Questions about b7-issue-to-pr

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

FAQPage Schema
How do I automate a GitHub issue to pull request workflow end to end?

Automating a GitHub issue to pull request workflow involves triaging the issue, building an isolated git worktree, generating a draft PR with release notes, running code reviews, and merging. This Skill orchestrates that entire lifecycle from issue creation to final merge.

What's the best way to manage code reviews and pull request generation for GitHub issues?

Managing code reviews and pull request generation is handled by automating draft PR creation with release notes and screenshots, followed by human approval steps before merging. This Skill uses an Agent for manual review intervention to ensure quality control.

Does this issue to PR automation tool require a specific git repository setup?

The issue to PR automation operates using a fork context for repository management. It utilizes Bash and Read for basic tasks, Edit for in-depth operations, and Write for code commits within an isolated git worktree environment.

Can I use an orchestrator skill to drive complex DevOps automation for multiple issues?

You can use this Skill as a chainable orchestrator to drive complex DevOps automation workflows. It supports creating multiple issues from a design discussion or implementing feature flags iteratively, managing the development process from idea to deployment.

How do I start automating a draft PR for a specific GitHub issue number?

To start automating a draft PR for a specific GitHub issue, you trigger the workflow using the issue number. The Skill then handles triaging, worktree creation, code commits, and draft PR generation automatically.

When should I not use automated pull request generation for issue management?

Automated pull request generation includes a manual intervention step before merging, meaning you should not use it when you want fully autonomous merges without human approval. It is designed for tracked development processes requiring review.