landing-skill

Automate session shutdown with quality gates, code sync, and clean handoff.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/lprior-repo/claude-skills --skill landing-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: landing-skill
Source: https://github.com/lprior-repo/claude-skills/tree/main/landing-skill
Command: npx skills add https://github.com/lprior-repo/claude-skills --skill landing-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that a work session ends only after all code is committed, tests pass, the repository is synced, and the latest changes are pushed to the remote, providing a clean handoff.

Core Features & Use Cases

  • Automates the complete session shutdown with mandatory quality gates before ending a session.
  • Ensures main is clean, all changes are pushed, and handoffs are clear for the next collaborator.
  • Applies during session ends, context switches, or feature handoffs to prevent lost work.

Quick Start

Ask the system to land the plane by auditing open branches, syncing remotes, and pushing all changes before ending the session.

Frequently Asked Questions about landing-skill

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

FAQPage Schema
How do I automate git workflow session shutdown before going AFK?

Automating git workflow session shutdown requires enforcing quality gates, code sync, and a clean handoff before ending a work session. You coordinate tests, lint, builds, and re-syncs to ensure main is green and remote state is current.

What are quality gates in a git workflow and when do I need them?

Quality gates in a git workflow are mandatory checks that ensure all code is committed, tests pass, and the repository is synced before ending a session. You need them during context switches, feature handoffs, and before going AFK to prevent lost work.

How do I ensure a clean git handoff with main green and remote state current?

Ensuring a clean git handoff involves auditing open branches, syncing remotes, and pushing all changes after implementing features. This automated process coordinates backoff retry logic and dead-files failures when issues prevent landing.

Can I use automated backoff retry logic when git push fails during session management?

Yes, automated session management applies backoff retry logic when issues prevent landing during git push operations. It coordinates tests, lint, and builds while dead-filing failures to ensure main remains green and remote state stays current.

What is the best way to enforce code sync and quality gates before ending a work session?

The best way to enforce code sync and quality gates before ending a work session is automating the complete session shutdown. This ensures main is clean, all changes are pushed, and handoffs are clear for the next collaborator.

Why does my remote state stay out of sync after ending a git work session?

Remote state stays out of sync after ending a git work session when quality gates and code sync are not enforced. Automating session shutdown with mandatory re-syncs and push operations ensures the latest changes are pushed and remote state is current.