| name | dge-review |
| description | Review Delivery Graph work for implementation quality, graph consistency, validation coverage, and unresolved risks. |
| argument-hint | [optional NODE-###, graph path, or review scope] |
DGE Review
Use this skill before closing a node, merging work, or shipping a track.
Purpose
Review both the implementation and the delivery graph. Code can pass tests while the graph still lies; this skill checks both.
Review lenses
- requirement coverage
- over-build check: does any node or requirement lack a traceable stated need, or add abstraction/robustness beyond the outcome?
- dependency correctness
- validation completeness
- code or artifact changes
- tracker sync state
- unresolved risks
- deferred findings
Workflow
- Read graph and requested scope.
- Check graph consistency.
- Check that every completed node has evidence.
- Check that every requirement is covered by at least one node.
- Review implementation diff if code changed.
- Write report to
delivery-graph/reports/review-<timestamp>.md.
- Return actionable findings.
Finding severities
blocker: must fix before node/track closes
major: should fix before merge unless explicitly deferred
minor: safe to defer with rationale
note: informational
Output
Follow the shared output convention (see skills/README.md): lead the final
reply with a bold one-line synthesis (e.g. "Review clean — 0 blockers" or "Review
found 2 blockers, 1 major"), then the finding list by severity, then a ## Next
block: fix listed blockers, /dge-work-node to address a finding, or
/dge-compound when the review is clean and the work is closing out.
CLI contract
When local tooling is available, use:
npm run dge -- review
The command writes delivery-graph/reports/review-<timestamp>.md.