pr

Create pull requests with the Dedalus template and git state.

16|3|Updated May 5, 2026
One-click install
npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill pr-kevin-liu-01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/Kevin-Liu-01/Agent-Machines/tree/main/knowledge/skills/pr
Command: npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill pr-kevin-liu-01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating pull requests with consistent templates and complete context can be tedious and error-prone. This skill automates PR creation using the Dedalus PR template and automatically injects git state, commit history, and diff stats to ensure standardized PRs.

Core Features & Use Cases

  • Automated PR templating: Applies the Dedalus PR template to every new PR.
  • State and history embedding: Captures current branch, latest commits, and diff summary to the PR body.
  • Use Case: For teams that require uniform PRs with traceable history and diffs for peer reviews.

Quick Start

Run the skill to generate and submit a PR against the base branch, including the current git state and a diff summary.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate pull request creation with a standard template?

Automating pull request creation applies the Dedalus PR template while embedding current git state, commit history, and diff stats. This ensures standardized PRs with traceable history and diffs for peer reviews across repositories and teams.

How do I include git diff stats and commit history in a pull request?

Including git diff stats and commit history in a pull request is handled automatically by capturing the current branch, latest commits, and diff summary, then injecting this context directly into the PR body to ensure review readiness.

Can I specify a custom source branch or base branch when creating a pull request?

You can specify a custom source branch via the optional --branch argument. The skill creates the pull request against a base branch, which defaults to dev if no specific base branch is provided.

What is the best way to ensure PR consistency across multiple development teams?

Ensuring PR consistency across multiple teams requires applying a standardized Dedalus PR template to every new pull request. This enforces uniform PRs with traceable commit history and diff details for peer reviews.

Does automated PR templating work without external dependencies?

Automated PR templating works without external dependencies. The skill operates independently to apply the Dedalus template and embed git state information for software development workflows requiring traceability.