Land banner
dkod-io dkod-io

Land

Data community

Description

--- description: Auto-approve, merge, and push all submitted changesets as a single PR — the full landing pipeline disable-model-invocation: true --- # Auto-Land Pipeline Run the full landing pipeline for all submitted changesets in the current repo. ## Flow 1. Call `dk_status` to see all active sessions and their changesets 2. For each submitted changeset: a. Call `dk_review` to check the code review score and findings - If `DKOD_CODE_REVIEW=1` is set, use `DKOD_REVIEW_MIN_SCORE` (

Installation

Installs to ~/.claude/skills/dkod-io-dkod-plugin-land/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dkod-io-dkod-plugin-land && curl -fsSL https://raw.githubusercontent.com/dkod-io/dkod-plugin/HEAD/commands/land.md -o ~/.claude/skills/dkod-io-dkod-plugin-land/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository