agent-shepherd:submit-pr

Submit a PR for human review via Agent Shepherd with commit preparation and context file creation.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/ddteeter/agent-shepherd --skill agent-shepherd-submit-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-shepherd:submit-pr
Source: https://github.com/ddteeter/agent-shepherd/tree/main/skills/agent-shepherd-submit-pr
Command: npx skills add https://github.com/ddteeter/agent-shepherd --skill agent-shepherd-submit-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill streamlines submitting a PR for human review by ensuring that the code changes are prepared, the review context is captured, and the PR is created via the Agent Shepherd workflow.

Core Features & Use Cases

  • Guides commit preparation and context file creation to accelerate reviews.
  • Integrates with agent-shepherd backend and project registrations to ensure correct submission.
  • Handles workflow orchestration across the CLI and UI steps for a coherent review cycle.

Quick Start

Run agent-shepherd submit with the appropriate project ID and a prepared context file to create the PR.

Frequently Asked Questions about agent-shepherd:submit-pr

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

FAQPage Schema
How do I submit a pull request for human review with context?

To submit a pull request for human review, run the agent-shepherd submit command with your project ID and a prepared pr-context.json file to automate commit preparation and PR creation.

What do I need to automate PR submission via Agent Shepherd?

Automating PR submission requires a reachable backend URL, a known project ID registered with agent-shepherd, and a valid pr-context.json file to execute the workflow successfully.

How does the review workflow handle commit preparation and context files?

The review workflow guides commit preparation and captures review context by creating a context file, ensuring code changes and review context are prepared before creating the PR.

Can I use this PR submission workflow if my project is not registered with agent-shepherd?

No, this PR submission workflow applies only to projects registered with agent-shepherd and requires the backend to be reachable to perform submissions successfully.

What's the best way to orchestrate CLI and UI steps for a coherent pull request review cycle?

The best way to orchestrate a coherent review cycle is using agent-shepherd to handle workflow orchestration across CLI and UI steps, streamlining commit preparation and context capture.