land

Update GitHub issues and AG tracking files with terminal task status.

21|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/kevinslin/skills --skill land-kevinslin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land
Source: https://github.com/kevinslin/skills/tree/main/active/land
Command: npx skills add https://github.com/kevinslin/skills --skill land-kevinslin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ag-dir.

What problem does it solve?

This skill finalizes tasks by ensuring the originating GitHub issue reflects the true terminal state and, when used inside an AG directory, updates durable project docs like progress.md and memory.md to reflect current decisions and status.

Core Features & Use Cases

  • Sync terminal status to the originating GitHub issue with a concise completion note or blocker explanation.
  • Update AG directory durable docs (progress.md, memory.md) and related task-tracking files to reflect the outcome and next actions.
  • Validate context and handle scenarios where GitHub write access is unavailable by producing exact manual update text for the final report.

Quick Start

Update the current task's terminal status and propagate it to the originating GitHub issue, then refresh AG docs if in an AG directory.

Frequently Asked Questions about land

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

FAQPage Schema
How do I sync terminal task status to a GitHub issue?

To sync terminal task status to a GitHub issue, this skill determines the final state and propagates it back with a concise completion note or blocker explanation. It ensures the originating issue reflects the true terminal state accurately.

How do I update progress.md and memory.md when finalizing a task?

To update progress.md and memory.md when finalizing a task, the skill checks for an AG directory and automatically refreshes these durable docs to reflect current decisions, task outcomes, and next actions for project tracking.

What happens if I lack GitHub write access when closing an issue?

If GitHub write access is unavailable, the skill validates context and produces exact manual update text for the final report. This provides the specific wording needed to manually update the GitHub issue status.

Do I need an AG directory to update project documentation?

You do not need an AG directory to update project documentation, but it is required for automatic durable doc updates. The skill detects the AG directory to refresh progress.md and memory.md; otherwise, it focuses on GitHub issue sync.

How does finalizing a task ensure cross-file consistency?

Finalizing a task ensures cross-file consistency by determining the terminal status and applying that decision uniformly across the GitHub issue note and AG directory tracking files like progress.md and memory.md within the final report.