pr

Create GitHub pull requests and monitor CI status with failure diagnosis.

2|Updated Oct 17, 2024
One-click install
npx skills add https://github.com/vadirn/nix --skill pr-vadirn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/vadirn/nix/tree/main/home/agents/skills/pr
Command: npx skills add https://github.com/vadirn/nix --skill pr-vadirn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating pull requests and ensures CI status checks are easily managed.

Core Features & Use Cases

  • PR Automation: Generate pull requests from arbitrary commands with pre-filled templates.
  • CI Check Management: Monitor CI status, diagnose failures, and suggest fixes.
  • Use Case: A developer wants to submit a new feature; they give the /pr command, and this Skill prepares the PR draft, retrieves relevant diffs, and guides the user through review or update.

Quick Start

Ask the AI to create a pull request for your recent changes using the /pr command with a description of the update.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate GitHub pull request creation from terminal commands?

The Skill automates pull request creation by generating a pre-filled PR draft from your terminal commands, retrieving relevant diffs, and guiding you through the review or update process using the /pr command.

What is the best way to monitor CI status and diagnose pipeline failures?

The best way to monitor CI status is using this Skill to diagnose pipeline failures and suggest fixes. It tracks continuous integration pipelines, checks CI status automatically, and provides safety checks to maintain code integrity during failure diagnosis.

Can I use this to generate pull request drafts for new features?

Yes, you can generate pull request drafts for new features. By providing the /pr command with an update description, the Skill prepares the PR draft, retrieves relevant diffs, and guides you through submitting your new feature.

Does this Skill require specific dependencies to manage GitHub PRs?

No specific dependencies are required to manage GitHub PRs. The Skill operates independently using internal scripts to ensure secure interaction with GitHub and CI pipelines without requiring external module dependencies.

What are the limitations when automating CI checks for code integrity?

The primary limitation when automating CI checks is that the Skill focuses on monitoring CI status, diagnosing failures, and suggesting fixes, rather than directly executing code modifications to resolve pipeline errors.