land

Commit, push, create a pull request, and generate a handoff summary.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/kenhia/kdeskdash --skill land-kenhia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land
Source: https://github.com/kenhia/kdeskdash/tree/main/.github/skills/land
Command: npx skills add https://github.com/kenhia/kdeskdash --skill land-kenhia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the end-of-session process by automating the steps of committing code, pushing to a remote repository, creating a pull request, and preparing a handoff summary, saving time and reducing the risk of errors.

Core Features & Use Cases

  • Automated Commit and Push: Automatically stages and commits changes, then pushes them to the remote repository.
  • Pull Request Creation: Creates a pull request with a summary of the changes and relevant information for review.
  • Handoff Summary: Provides a concise summary of the work completed and items to be addressed in the next session.
  • Use Case: Ideal for teams that need to ensure that sessions end cleanly and all work is accounted for, such as software development and project management.

Quick Start

Use the land skill to finalize the current session's work by typing "/land" in the chat.

Frequently Asked Questions about land

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

FAQPage Schema
How do I automate commit, push, and pull request creation at the end of a coding session?

To automate commit, push, and pull request creation, you can use an automated workflow tool that stages changes, pushes to the remote repository, and opens a pull request without manual intervention, ensuring code is reviewed promptly.

What is a handoff summary in an automated workflow?

A handoff summary in an automated workflow is a concise report of completed work and pending items generated after pushing code and creating a pull request, ensuring clean session transitions for development teams.

Do I need specific repository permissions to automate pull request creation?

Yes, automating pull request creation requires appropriate repository access and permissions to push commits and open pull requests, ensuring the automated workflow can execute the full checklist successfully.

How do I create a pull request and handoff summary without user intervention?

You can create a pull request and handoff summary without user intervention by running an automated workflow script that executes the full checklist, committing and pushing code changes before generating the transition summary.

Can I use an automated workflow to wrap up software engineering sessions cleanly?

Yes, you can use an automated workflow to wrap up software engineering sessions cleanly by automatically staging commits, pushing to a remote repository, and preparing a handoff summary for the next session.