GhostlyGawd

Harness PR — Git skill for Claude Code

Git community

Open a properly-documented harness change PR (the manual path; /retro uses this template automatically).

How to install Harness PR

Installs to ~/.claude/skills/ghostlygawd-recursive-harness-harness-pr/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ghostlygawd-recursive-harness-harness-pr && curl -fsSL https://raw.githubusercontent.com/GhostlyGawd/recursive-harness/HEAD/commands/harness-pr.md -o ~/.claude/skills/ghostlygawd-recursive-harness-harness-pr/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Harness PR does


description: Open a properly-documented harness change PR (the manual path; /retro uses this template automatically).

For the change described in $ARGUMENTS:

  1. Work in the harness repo — resolve it install-agnostically (never assume ~/.claude; resolve in each shell, state does not persist): HARNESS="$(dirname "$(cd "${CLAUDE_CONFIG_DIR:-$HOME/.claude}/hooks" && pwd -P)")". Target the trunk EXPLICITLY — from a foreign cwd cd doesn't persist between Bash calls, so

Alternatives in Git

  • Openclaude — Open Claude Is Open-source coding-agent CLI for OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models, and 20 22.5k ★
  • OSS PR — Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, t 19.7k ★
  • Generate PR Description — You are tasked with generating a comprehensive pull request description following the repository's standard te 10k ★

Full documentation available on GitHub

View Source Repository