review

Installation
SKILL.md

dbt-wiki — Review Workflow (v2.1)

Human certification loop. Knowledge pages start as developing (LLM-distilled, not yet human-verified). A page becomes mature only when a human confirms its business meaning, field definitions, and value-domain claims are correct. Stale mature pages (flagged by /dbt-wiki:refresh) re-enter the queue for re-certification. This skill orchestrates that loop.

Pre-condition Check (Step 0)

# Same WIKI_DIR resolution as query/init — wiki lives at the git repo root.
WIKI_DIR=$(git rev-parse --show-toplevel 2>/dev/null) || WIKI_DIR="$PWD"
cd "$WIKI_DIR" || { echo "Cannot cd to $WIKI_DIR"; exit 1; }
Installs
1
GitHub Stars
6
First Seen
Jun 17, 2026
Security Audits
review — kouko/monkey-skills