garura:create-pr

Create issue-linked pull requests with diff-specific quality checklists and embedded evaluation evidence.

3|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/kapilvirenahuja/garura --skill garura-create-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: garura:create-pr
Source: https://github.com/kapilvirenahuja/garura/tree/main/core/components/plays/create-pr
Command: npx skills add https://github.com/kapilvirenahuja/garura --skill garura-create-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill creates a pull request that is ready for review by attaching a dynamic, diff-specific quality checklist with evidence and embedded evaluation results, while ensuring the PR targets the right feature branch with confidence-gated submission.

Core Features & Use Cases

  • Change-specific quality checklist: Generates checklist items tailored to the actual files and changes in the branch, avoiding generic boilerplate.
  • Evidence-backed review: Ensures every checklist item includes verification evidence derived from the change set.
  • Issue-linked PR creation: Links the PR to the originating issue (resolved via repository/project orchestration).
  • Confidence-gated workflow: Auto-submits only when confidence is high; otherwise pauses for user approval before PR creation.
  • Evals embedded as proof: When evals run/passed, embeds the recorded results into the PR body for auditability and reviewer confidence.

Quick Start

Use garura:create-pr when your feature branch is ready to open a PR and you want a tailored checklist with evidence and eval proof attached automatically.

Frequently Asked Questions about garura:create-pr

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

FAQPage Schema
How do I create a pull request with a quality checklist and evidence attached?

To create a pull request with a quality checklist and evidence, you can use automated PR readiness workflows that generate diff-specific checklists, attach verification evidence, and embed evaluation results directly into the PR body for review.

What is confidence-gated pull request submission?

Confidence-gated pull request submission is a workflow mechanism that auto-submits a PR when branch selection confidence is high, but pauses for explicit user approval before PR creation if confidence is low or missing links are detected.

How do I link a pull request to its originating issue automatically?

You can link a pull request to its originating issue automatically by using PR creation workflows that resolve issue linkage through repository project settings, ensuring the PR body references the tracked issue with recovery paths for missing links.

Can I embed evaluation results into a pull request body for auditability?

Yes, you can embed evaluation results into a pull request body. When evals run and pass, the recorded results are embedded into the PR body as proof, providing reviewers with automated auditability and confidence in the change set.

How do I generate a change-specific quality checklist for my feature branch?

You can generate a change-specific quality checklist for your feature branch by analyzing the codebase diff in read-only mode, which produces checklist items tailored to the actual modified files rather than generic boilerplate.

What happens if my feature branch is missing evaluation results when opening a PR?

If evaluation results are absent when opening a PR, the workflow triggers recovery paths for missing evidence or eval results, pausing confidence-gated submission and requiring user approval before proceeding with PR creation.