land-intent

Automate pull request review and landing in dependency order for an Intent.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Dektora/dekspec-public --skill land-intent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-intent
Source: https://github.com/Dektora/dekspec-public/tree/main/plugins/dekspec/skills/land-intent
Command: npx skills add https://github.com/Dektora/dekspec-public --skill land-intent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-opus-4-7, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the review and landing of pull requests (PRs) associated with an Intent, streamlining the code review process and ensuring PRs are landed in the correct order.

Core Features & Use Cases

  • Automated Review Process: Drives PRs through a two-tier review pipeline to a landed state.
  • Dependency Ordering: Ensures PRs are processed in the correct dependency order.
  • Operator Confirmation: Requires explicit operator confirmation before merging PRs.
  • Use Case: Ideal for teams using Intent-driven development, where PRs need to be reviewed and landed in a specific sequence.

Quick Start

To land all PRs for Intent INT-123, use the command: /dekspec:land-intent INT-123

Frequently Asked Questions about land-intent

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

FAQPage Schema
How do I automate code review and PR landing for an Intent?

To automate code review and PR landing for an Intent, use a two-tier review pipeline that processes pull requests in dependency order and requires operator confirmation before merging. This ensures Intent-driven development PRs land sequentially and safely.

What is the best way to land GitHub pull requests in dependency order?

The best way to land GitHub pull requests in dependency order is to use an automated pipeline that sequences PR merges based on their dependencies, executing a two-tier review process and securing explicit operator confirmation before finalizing each merge.

How does intent-driven development handle PR review and merging?

Intent-driven development handles PR review and merging by associating pull requests with an Intent and driving them through a two-tier automated review pipeline, ensuring PRs are landed in the correct dependency sequence with operator confirmation.

Can I use this PR landing automation with GitHub repositories?

Yes, you can use this PR landing automation with GitHub repositories. It requires access to the relevant GitHub repositories and a Claude Code execution environment to drive the two-tier review pipeline and land Intent-associated PRs in dependency order.

Do I need Claude Code to run intent-driven PR review and landing?

Yes, you need the Claude Code execution environment to run intent-driven PR review and landing. The automation requires this environment to execute the two-tier review pipeline and ensure GitHub PRs are landed in the correct dependency order.

Why does dependency management matter when landing multiple PRs?

Dependency management matters when landing multiple PRs because merging out of order can break the build or invalidate dependent changes. Automating dependency ordering ensures pull requests associated with an Intent are reviewed and landed sequentially without integration conflicts.