harness-pr
Installation
SKILL.md
Harness Pull Request
Derive a truthful pull request title and body from the actual diff. Drafting is read-only; opening, updating, or publishing a pull request requires explicit authorization.
Draft a Pull Request
-
Read applicable repository instructions and identify the intended base branch.
-
Inspect the complete diff against that base, the included commits, and relevant verification output. Do not rely on the conversation alone.
-
Choose the primary Conventional Commit type and optional stable scope. Read references/pull-requests.md for the title and body rules.
-
Render a standard body:
python3 scripts/render_pr.py \ --title "docs(harness): define artifact routing" \ --summary "Define where final user-facing HTML artifacts belong." \ --change "Route final HTML files to docs/artifacts/." \ --verification "Ran python3 -m unittest discover -s tests." \ --risk "Existing project artifacts are not migrated."