pr-pipeline-impl

Automate PR creation, local verification, and merge-gate evidence recording.

2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/adamaltmejd/registry-research-toolkit --skill pr-pipeline-impl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-pipeline-impl
Source: https://github.com/adamaltmejd/registry-research-toolkit/tree/main/.agents/skills/pr-pipeline-impl
Command: npx skills add https://github.com/adamaltmejd/registry-research-toolkit --skill pr-pipeline-impl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, ruff, pytest, gh, and includes scripts (resource) components.

What problem does it solve?

This skill automates the complex implementation phase of the registry research toolkit PR pipeline, ensuring that all code changes meet strict architectural and safety standards before they are ready for final review.

Core Features & Use Cases

  • Automated PR Lifecycle: Handles planning, claiming, implementation, and gate recording for registry research tasks.
  • Safety & Compliance: Enforces strict untrusted-data boundaries and ensures all merge-gate evidence is recorded before handoff.
  • Use Case: When assigned a new feature request, use this skill to automatically draft the necessary PRs, run local verification tests, and record the required merge-gate evidence while deferring final bot review to the lane-runner.

Quick Start

Invoke the pr-pipeline-impl skill with the issue number 510 to begin the automated implementation and gate recording process for that task.

Frequently Asked Questions about pr-pipeline-impl

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

FAQPage Schema
How do I automate PR creation and local verification for GitHub pipelines?

You can automate PR creation and local verification by invoking the pipeline implementation skill with an issue number, which drafts pull requests, runs local pytest checks, and records merge-gate evidence for GitHub pipelines.

What is a merge gate in automated code review pipelines?

A merge gate in automated code review pipelines is a strict compliance contract that requires recorded evidence of local verification and architectural compliance before a PR is handed off for final bot review.

Does the PR pipeline implementation process work with uv and ruff environments?

Yes, the PR pipeline implementation process works with uv and ruff environments, utilizing them as core dependencies to manage project environments and enforce code formatting standards during the automated implementation phase.

How do I manage multi-PR lanes during automated registry research tasks?

Multi-PR lanes during automated registry research tasks are managed by the pipeline skill, which handles planning, claiming, implementation, and gate recording while deferring final bot review to the lane-runner.

Why does automated PR pipeline implementation require untrusted-data boundaries?

Automated PR pipeline implementation requires untrusted-data boundaries to enforce strict safety and architectural compliance, ensuring that potentially malicious registry data is isolated and handled safely during the implementation phase.