pr

Create or update GitHub pull requests with architecture diagrams after review.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/julianjab/ia-tools --skill pr-julianjab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/julianjab/ia-tools/tree/main/skills/pr
Command: npx skills add https://github.com/julianjab/ia-tools --skill pr-julianjab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Push branch workflows that require consistent PR creation, review gates, and architecture diagrams.

Core Features & Use Cases

  • Automatically push the current feature branch and create or update a pull request with side-by-side architecture diagrams.
  • Run a mandatory quality gate via /review before pushing to ensure code quality and CI readiness.
  • Resolve merge conflicts, generate component diagrams, and monitor CI status for the PR.
  • Use cases include collaborative feature development where PRs must include up-to-date architecture visuals and validated changes.

Quick Start

Create or update the pull request for the current branch and generate architecture diagrams after the mandatory review gate passes.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automatically create a GitHub pull request with architecture diagrams for my branch?

You can automatically push your current feature branch and create or update a GitHub pull request that includes side-by-side architecture diagrams for the changed files. It requires passing a mandatory /review quality gate before pushing.

How do I resolve merge conflicts and monitor CI status when pushing a branch for a pull request?

To resolve merge conflicts and monitor CI status, this workflow automatically rebases your current branch, handles conflict resolution, and tracks CI readiness after the pull request is created.

Can I enforce a code review quality gate before pushing a branch to GitHub?

Yes, you can enforce a mandatory quality gate by running a /review check before pushing. This ensures code quality and CI readiness before the pull request is generated.

How do I generate component diagrams for changed files in a pull request?

Component diagrams for changed files are generated automatically when the pull request is created or updated, providing up-to-date architecture visuals for collaborative feature development.

Does this pull request workflow require any external dependencies to run?

No external dependencies are required to run this pull request workflow, as it operates independently to manage branch pushing, conflict resolution, and CI monitoring.