joaoariedi

Hef.Review — Git skill for Claude Code

Git community

Review — the plan before tasks exist (read-only gate), or the code before the PR (two stages, via code-reviewer).

How to install Hef.Review

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

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

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

What Hef.Review does


model: fable description: "Review — the plan before tasks exist (read-only gate), or the code before the PR (two stages, via code-reviewer)" argument-hint: "[plan | code] [focus: file, module, or FR id]"

Review

One command, two moments. Before tasks exist it reviews the **plan** — a read-only gate between `/hef.plan` and `/hef.tasks`. Once code exists it reviews the **code** — spec compliance, then quality — through the `code-reviewer` agent.

Pre-Flight

The commands in this se

Alternatives in Git

  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Review And Fix PR — @description Review an existing PR with parallel agents, fix findings, and push 1.6k ★
  • Review My Shit — Self-review before PR - lint, types, common mistakes, generate PR description 508 ★

Full documentation available on GitHub

View Source Repository