create-pr

Automate pre-creation code reviews and GitHub pull request creation.

11|2|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/mxmkhv/telegram-console --skill create-pr-mxmkhv
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/mxmkhv/telegram-console/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/mxmkhv/telegram-console --skill create-pr-mxmkhv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of performing a pre-creation code review and creating a corresponding GitHub pull request, ensuring code changes are evaluated before joining the main branch.

Core Features & Use Cases

  • Inline pre-creation reviews: Launches agents to assess changes against project guidelines before PR creation.
  • PR generation with findings: Creates PRs that include review results and suggested fixes.
  • Flexible workflows: Supports draft PRs and review-only modes, and targets specific branches.

Quick Start

Invoke /create-pr to start the pre-review and PR creation flow with an optional title.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate pre-creation code review for a GitHub pull request?▼

Automated pre-creation code review for a GitHub pull request is handled by launching inline review agents to evaluate changes against project guidelines before creating the PR.

Can I create a draft pull request after an automated code review on GitHub?▼

Yes, you can create a draft pull request after an automated code review, as the workflow supports draft PRs, review-only modes, and targeting specific branches.

How does automated PR generation include code review findings?▼

Automated PR generation includes code review findings by aggregating results from inline review agents and summarizing them directly within the generated PR title and body.

Do I need to specify a target branch when automating pull request creation?▼

Specifying a target branch is supported when automating pull request creation, allowing you to direct your pre-reviewed code changes to the correct branch within your GitHub workflow.

What is a review-only mode for pull request automation?▼

Review-only mode for pull request automation runs inline code review agents to assess changes and provide findings without automatically generating or submitting the pull request.

Why use an automated pre-creation review before submitting a GitHub PR?▼

Using an automated pre-creation review before submitting a GitHub PR ensures code changes are evaluated against guidelines upfront, generating a PR body that summarizes suggested fixes and prevents unreviewed code from merging.