An end-of-session ritual tool that closes tasks, verifies work, and prepares the repository for the next contributor.

Install

mkdir -p .claude/skills/landing && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9525" && unzip -o skill.zip -d .claude/skills/landing && rm skill.zip

Installs to .claude/skills/landing

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

End-of-session ritual. Close finished beads, file new ones for remaining work, run verify, commit in logical groupings, push. Work is not complete until git push succeeds.
171 charsno explicit “when” trigger
Beginner

Key capabilities

  • Verify code quality and tests
  • Group commits logically
  • File follow-up tasks
  • Push code to remote repository

How it works

The tool executes a final verification, commits changes, and pushes to the repository to ensure a clean, deployable state for future work.

Inputs & outputs

You give it
session completion command
You get back
clean repository state

When to use landing

  • Closing finished tasks at the end of a session
  • Running final verification before pushing code
  • Grouping commits logically for better history
  • Filing new follow-up tasks for the next session

About this skill

Use the verbatim prompt at .flywheel/prompts/landing.md.

Checklist:

  • New beads filed in .beads/beads.jsonl for every thread of follow-up work.
  • verify skill passes (format, lint, typecheck, build, tests).
  • Closed beads updated with a one-line closed_reason.
  • Commits are logically grouped with detailed messages, each referencing bead ids (fg-12: ...).
  • No ephemeral files committed.
  • git pull --rebase && git push; git status clean.
  • One-line session report: beads closed, beads opened, test count delta, next-session kick-off hint.

Success = a future swarm can pick up the project using only .beads/beads.jsonl, AGENTS.md, and FLYWHEEL.md.

When not to use it

  • When the work session is not finished

Prerequisites

git

Limitations

  • Work is not considered complete until git push succeeds

How it compares

It enforces a formal end-of-session ritual that guarantees the repository is left in a state ready for the next agent swarm.

Compared to similar skills

landing side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
landing (this skill)03moNo flagsBeginner
jira116moNo flagsBeginner
triaging-issues52moReviewIntermediate
ck01moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry