open-pr-from-context

Create pull requests and inline comments from context files for GitHub or GitLab.

2|Updated Aug 26, 2025
One-click install
npx skills add https://github.com/vintasoftware/vinta-schedule-frontend-web --skill open-pr-from-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-pr-from-context
Source: https://github.com/vintasoftware/vinta-schedule-frontend-web/tree/main/.claude/skills/open-pr-from-context
Command: npx skills add https://github.com/vintasoftware/vinta-schedule-frontend-web --skill open-pr-from-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, git, yq, jq, gh, glab, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating a Pull Request and adding inline comments from a context file, streamlining the workflow for developers.

Core Features & Use Cases

  • PR Creation: Automatically publishes a Pull Request from a context file using the specified PR CLI (GitHub or GitLab).
  • Inline Comments: Posts inline review comments based on the content of the context file.
  • Use Case: Ideal for teams using Vinta AI Workflows, where a context file is created for each phase of a feature development. This Skill can be used to publish the PR and add comments after the feature is implemented.

Quick Start

Use the open-pr-from-context skill to publish the PR and add comments for the 'feature-name-phase-name' context file.

Frequently Asked Questions about open-pr-from-context

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

FAQPage Schema
How do I automate PR creation and inline comments from a context file?

Automating PR creation and inline comments from a context file requires using a script that parses context files and executes PR creation commands via GitHub or GitLab CLIs. This streamlines development workflows by publishing pull requests and adding review comments automatically.

What's the best way to post inline review comments on a GitHub or GitLab pull request?

Posting inline review comments on a GitHub or GitLab pull request can be achieved by processing a context file with this automation skill. It reads the specified context and uses the gh or glab CLI tools to submit inline comments directly on the pull request diff.

Do I need to install gh and glab to automate pull request creation?

You do not need both, but you must have either the gh or glab CLI installed to automate pull request creation. Additionally, bash, git, yq, and jq are required dependencies for the scripts to parse context files and execute the PR creation commands.

Can I use a context file to publish a PR for different development phases?

Yes, you can use a context file to publish a PR for different development phases. This is ideal for teams using Vinta AI Workflows where a context file is created for each phase, allowing the skill to publish the PR and add comments after implementation.

Does this PR automation tool work with both GitHub and GitLab repositories?

Yes, this PR automation tool works with both GitHub and GitLab repositories. It supports the gh CLI for GitHub and the glab CLI for GitLab, allowing you to automate pull request creation and inline comments across both platforms from context files.