From delivery-graph
Reviews Delivery Graph work for implementation quality, graph consistency, validation coverage, and unresolved risks before closing a node or merging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/delivery-graph:dge-review [optional NODE-###, graph path, or review scope][optional NODE-###, graph path, or review scope]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill before closing a node, merging work, or shipping a track.
Use this skill before closing a node, merging work, or shipping a track.
Review both the implementation and the delivery graph. Code can pass tests while the graph still lies; this skill checks both.
delivery-graph/reports/review-<timestamp>.md.blocker: must fix before node/track closesmajor: should fix before merge unless explicitly deferredminor: safe to defer with rationalenote: informationalFollow 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.
When local tooling is available, use:
npm run dge -- review
The command writes delivery-graph/reports/review-<timestamp>.md.
npx claudepluginhub rafaelolsr/delivery-graph --plugin delivery-graphPerforms plan-aware graph-enhanced code review before merge, flagging CRITICAL issues that block merging. Use after fix/verify.
Executes one ready node in a Delivery Graph, preserving its validation contract and dependency boundaries. Use to implement a single atomic task with focused validation and evidence collection.
Runs the default three-stage code review for tracks or project changes, routing to quick-review, bughunt, deep-review, or assist-review when appropriate.