lgtm

Execute commit and continue commands sequentially in JengaAgent workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/samwelmunga/JengaAgent --skill lgtm-samwelmunga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lgtm
Source: https://github.com/samwelmunga/JengaAgent/tree/main/.agents/skills/lgtm
Command: npx skills add https://github.com/samwelmunga/JengaAgent --skill lgtm-samwelmunga

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the friction of manually chaining multiple commands to finalize work, ensuring a smooth transition between code completion and the next development task.

Core Features & Use Cases

  • Automated Chaining: Executes a commit operation followed immediately by a continuation command.
  • Workflow Continuity: Maintains the momentum of the JengaAgent development cycle by automatically returning to the active workflow or triggering the next task.
  • Use Case: After finishing a feature implementation, use this skill to simultaneously save your progress and signal the agent to proceed to the next story or task on the board.

Quick Start

Invoke the lgtm skill to commit your current changes and automatically proceed to the next task in your queue.

Frequently Asked Questions about lgtm

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

FAQPage Schema
How do I automate commit and continue commands in a multi-agent workflow?

You can automate commit and continue commands by invoking a chaining skill that sequentially executes both operations. This eliminates manual friction by automatically saving progress and signaling the agent to proceed to the next task.

What is the best way to maintain development velocity when handing off tasks between agents?

The best way to maintain development velocity during task handoff is to automate session persistence. Chaining commit and continue operations ensures a smooth transition between code completion and the next development task without manual intervention.

Do I need JengaAgent to automate sequential commit and continue operations?

Yes, you need JengaAgent to automate sequential commit and continue operations. The skill requires integration with the JengaAgent command registry to trigger the underlying commit and continue logic for task handoff and session persistence.

How does chaining commit and continue commands improve development cycle momentum?

Chaining commit and continue commands improves development cycle momentum by automatically returning to the active workflow or triggering the next task. It simultaneously saves progress and signals the agent to proceed to the next story on the board.

Can I use this automated chaining for multi-agent workflows requiring session persistence?

Yes, you can use automated chaining for multi-agent workflows requiring session persistence. The mechanism applies specifically to environments where task handoff and session continuity are critical to maintaining the development cycle.