create-pull-request
Installation
SKILL.md
Create Pull Request
Creates reviewer-friendly PR drafts for a repository selected from the active agent-harness project.
Quick start
- Read
.agents/harness/config/agent-harness.yaml, resolveactive_projects, and inspect the active project profiles relevant to the task. - Pick the target repository using this order: the repo named by the user; otherwise the repo owning the current file if it is unambiguous; otherwise the only repo in the active context; otherwise ask.
- Run git and gh commands in the target repository root, not in the
agent-harnessrepository root. - Save generated analysis and PR body files only under
.github/skills/create-pull-request/temp-files/inagent-harness. - Draft first and ask for approval before creating or updating the PR, unless the user explicitly asked for immediate creation.