Hforge analyze
AI coding agent runtime that makes LLMs understand your codebase with repository-aware context, memory, and continuous learning
npx -y skills add ldilov/harness-forge --skill hforge-analyzeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
repository analysis, runtime fact refresh, evidence-backed notes, and decision capture using harness forge surfaces. use when the user asks to analyze the repo, understand what matters next, gather findings, inspect risks, or turn architecture-significant changes into durable decision records.
SKILL.md
1.9 KB, as published. Nobody here has run it
HForge Analyze
Trigger Signals
- the user asks for repo analysis, understanding, onboarding, or a summary of what matters next
- the repo already has Harness Forge runtime artifacts that should be reused instead of rediscovered
- there are risks, validation gaps, stale findings, or architecture-significant changes to capture
- the next safe step depends on understanding repo shape, runtime findings, or decision coverage
Inspect First
AGENTS.md.hforge/agent-manifest.json.hforge/runtime/index.json.hforge/runtime/repo/repo-map.json.hforge/runtime/repo/recommendations.json.hforge/runtime/repo/instruction-plan.json.hforge/runtime/findings/risk-signals.json.hforge/runtime/findings/validation-gaps.json.hforge/runtime/decisions/index.json
Workflow
- confirm the workspace is initialized with
hforge status --root . --json - if runtime artifacts are missing, initialize first with
hforge bootstrap --root . --yes - if runtime artifacts are stale, run
hforge refresh --root . --json - run
hforge review --root . --jsonwhen runtime health, decision coverage, or stale task artifacts matter - summarize repo shape, dominant implementation surfaces, risks, validation gaps, and next actions using the existing runtime as the primary source of truth
- when the analysis reveals architecture-significant work, create or update a durable ASR or ADR under
.hforge/runtime/decisions/
References
skills/hforge-analyze/references/analysis-order.mdskills/hforge-analyze/references/output-contract.mdskills/hforge-analyze/references/decision-promotion.md