joaoariedi

Hef.Pr — Git skill for Claude Code

Git community

Open or update the pull request for the current branch via the review-coordinator agent — never merges; --summary-only writes just the description.

How to install Hef.Pr

Installs to ~/.claude/skills/joaoariedi-hefesto-hef.pr/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joaoariedi-hefesto-hef.pr && curl -fsSL https://raw.githubusercontent.com/joaoariedi/hefesto/HEAD/commands/hef.pr.md -o ~/.claude/skills/joaoariedi-hefesto-hef.pr/SKILL.md

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

What Hef.Pr does


model: sonnet description: "Open or update the pull request for the current branch via the review-coordinator agent — never merges; --summary-only writes just the description" argument-hint: "[--summary-only] [--draft] [target branch — optional]"

Pull Request

Dispatch the `review-coordinator` agent for the PR lifecycle: description, labels, reviewers, follow-up on feedback. **It does not merge.** Merging is a user action, taken one PR at a time.

With `--summary-only` (the former `/h

Alternatives in Git

  • Ws Reset — Reset the current branch to main, fetch upstream, and update submodules 38.1k ★
  • Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
  • Yeet — Stage, commit, push code, and open a GitHub pull request via CLI 14.6k ★

Full documentation available on GitHub

View Source Repository