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

  1. Read applicable repository instructions and identify the intended base branch.

  2. Inspect the complete diff against that base, the included commits, and relevant verification output. Do not rely on the conversation alone.

  3. Choose the primary Conventional Commit type and optional stable scope. Read references/pull-requests.md for the title and body rules.

  4. 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."
    
Installs
4
First Seen
Jul 15, 2026
harness-pr — cekrauseee/harness