lrh-execute

Automate development work item execution from implementation to PR merge.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/xenotaur/logical_robotics_harness --skill lrh-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lrh-execute
Source: https://github.com/xenotaur/logical_robotics_harness/tree/main/.claude/skills/lrh-execute
Command: npx skills add https://github.com/xenotaur/logical_robotics_harness --skill lrh-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead of chaining multiple development tasks by automating the entire lifecycle of a work item from implementation to PR merge.

Core Features & Use Cases

  • Automated Workflow Orchestration: Seamlessly chains implementation, PR creation, review, and merging into a single session.
  • Safety Guardrails: Enforces dependency checks, chain authorization gates, and structured run journaling to ensure compliance with project standards.
  • Use Case: Use this when you need to take a specific work item from a proposed state to a fully merged and closed state without manually invoking individual implementation and landing commands.

Quick Start

Execute the lrh-execute skill by providing the specific work item ID you wish to implement and land.

Frequently Asked Questions about lrh-execute

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

FAQPage Schema
How do I automate the end-to-end execution of development work items from implementation to pull request merge?

Automated work item execution orchestrates the entire lifecycle by chaining implementation, PR creation, review, and merging into a single session. This eliminates manual overhead by enforcing dependency and authorization gates before merging.

What is automated workflow orchestration for development work items?

Automated workflow orchestration connects implementation and landing workflows to transition a proposed work item to a fully merged state. It applies to structured project management scenarios to maintain consistent execution records and project state.

Do I need specific sub-skills to use automated work item execution?

Yes, automated work item execution requires integration with existing lrh-implement and lrh-land sub-skills. These sub-skills are necessary to maintain consistent execution records and project state throughout the orchestration chain.

How do I enforce dependency and authorization gates during pull request automation?

Pull request automation enforces safety guardrails by applying dependency checks, chain authorization gates, and structured run journaling. This ensures work items satisfy compliance standards before merging into the main branch.

Can I use workflow orchestration for structured project management scenarios?

Yes, workflow orchestration is designed for structured project management scenarios where work items must satisfy dependency and authorization gates. It automates execution from a proposed state to a fully merged and closed state.

What are the limitations of chaining development tasks without manual invocation?

Chaining development tasks without manual invocation requires existing sub-skills to maintain execution records. If dependency checks and authorization gates are not satisfied, the automated workflow will halt to ensure project compliance.