land

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, github-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the completion of coding sessions by automating the process of committing code, pushing to the remote repository, creating a pull request, and preparing for handoff.

Core Features & Use Cases

  • Automated Session Completion: Completes the checklist of tasks without manual intervention to ensure a coding session ends with clean, reviewable work.
  • PR Creation: Creates a pull request with the appropriate details for review by peers or team members.
  • Commit & Push: Ensures that all changes are committed and pushed to the remote repository.
  • Handoff Preparation: Summarizes the completed work and outlines next steps for the next session.

Quick Start

Use the /land command to trigger the end-of-session process.

Frequently Asked Questions about land

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

FAQPage Schema
How do I automate committing code, pushing to remote, and creating a pull request at the end of a coding session?

You can automate end-of-session code commits, remote pushes, and pull request creation by running an automated checklist that performs quality checks and prepares a handoff summary for reviewable work.

What is the best way to prepare a code handoff summary and create a PR when I finish working?

The best way to prepare a code handoff summary and create a PR is to use an automated session completion process that commits changes, pushes them to the remote repository, and outlines next steps for the next session.

Do I need Git and GitHub CLI installed to automate commit, push, and PR workflows?

Yes, you need Git and GitHub CLI installed, as Git handles the version control for committing and pushing code, while the GitHub CLI is required for managing remote pull requests.

How does automated end-of-session handoff automation work with existing version control repositories?

Automated end-of-session handoff automation works by verifying your repository changes, ensuring all code is committed and pushed via Git, and then generating a pull request with a summarized handoff document for your team.

Can I run quality checks before pushing code and opening a pull request automatically?

Yes, you can run quality checks before pushing code and opening a pull request automatically, as the end-of-session checklist performs these checks to ensure your repository contains clean, reviewable work.

When should I not use automated commit and push automation for my coding sessions?

You should not use automated commit and push automation when you need granular manual control over individual file staging or when your repository lacks a remote GitHub configuration for pull request management.