# Hforge Review

> ---

- Skill: `ldilov/hforge-review-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ldilov/hforge-review-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ldilov/hforge-review-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ldilov (https://skillmd.com/u/ldilov)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ldilov/hforge-review-2

---

﻿---
name: "hforge-review"
description: "Review Harness Forge runtime health, decision coverage, drift, stale task artifacts, and managed-surface integrity for the current repository."
compatibility: "Requires an initialized Harness Forge workspace for full value."
metadata:
  author: "harness-forge"
  source: "skills/hforge-review/SKILL.md"
---

## User Input

```text
$ARGUMENTS
```

You must consider the user input before proceeding.

## Goal

Produce a runtime-health review instead of a generic repo summary.

## Execution

1. Treat the text after `/hforge-review` as optional review emphasis.
2. Run `hforge review --root . --json` first.
3. If the review suggests installation drift or missing managed surfaces, run `hforge doctor --root . --json`.
4. If package-surface integrity is in doubt, run `hforge audit --root . --json`.
5. Summarize blockers, warnings, stale artifacts, decision gaps, and the highest-value cleanup steps.
6. Do not mutate runtime state unless the user asks for a follow-up fix.

