gf-doc-review

Extract goal, state, evidence, risks, and next actions from project docs.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Sailfishc/guanfu --skill gf-doc-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gf-doc-review
Source: https://github.com/Sailfishc/guanfu/tree/main/skills/gf-doc-review
Command: npx skills add https://github.com/Sailfishc/guanfu --skill gf-doc-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps ensure future agents have reliable, high-quality documentation by extracting and clarifying the current goal, active state, evidence, risks, and next actions from project artifacts such as brainstorms, plans, ADRs, and reviews.

Core Features & Use Cases

  • Artifact lineage checks: verifies the chain from brainstorm to doc review and ensures consistency across artifacts.
  • State clarity: surfaces active goal, completed tasks, blockers, and next actions in a concise handoff format.
  • Handoff readiness: delivers a clean handoff artifact that a new agent can continue from without chat memory.

Quick Start

Review the latest docs in docs/guanfu/reviews and produce a concise status snapshot (goal, state, evidence, risks, and next steps).

Frequently Asked Questions about gf-doc-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ensure clean handoff readiness for the next agent from project documentation?

Handoff readiness is ensured by extracting the active goal, state, evidence, and next actions from project docs into a concise artifact. A rubric-driven verdict provides state clarity so a new agent can continue without relying on chat memory.

What is artifact lineage and why does it matter for documentation reviews?

Artifact lineage tracks the consistency chain from brainstorm to plan, ADR, and code review. Verifying this lineage during documentation reviews ensures that project goals and evidence remain aligned across all generated artifacts.

How to summarize project state and risks from ADRs and brainstorm documents?

Summarize project state by reading active plans, brainstorms, ADRs, and code review artifacts. Extract the current goal, completed tasks, blockers, and risks to produce a compact status snapshot with next steps.

Does this documentation review skill work without external dependencies or components?

Yes, the documentation review skill operates with zero external dependencies or components. It directly reads existing project artifacts like ADRs and plans to generate the handoff readiness verdict.

What's the best way to evaluate evidence quality and ADR coverage in project plans?

Evaluate evidence quality and ADR coverage by applying a rubric-driven verdict to the active plan and related artifacts. This verifies that decisions and evidence are properly documented and consistent.