land

land is a skill for Codex from aniketpanjwani/skills. It costs 118 tokens per session (1,512 once invoked), scanned A, original, MIT.

A GitHub delivery workflow for finishing one clearly bounded change by preserving the branch and commits, running available checks, opening or reusing a pull request, and merging the exact reviewed version.

In plain words
What is it for?
Use it to push a completed change, wait for required checks, create or reuse its pull request, merge it, and safely synchronize the primary checkout.
Why use it?
It removes repetitive release steps while keeping unrelated work separate and verifying that GitHub accepted the intended result.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation.

Good fit Use it to push a completed change, wait for required checks, create or reuse its pull request, merge it, and safely synchronize the primary checkout.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aniketpanjwani/skills/land
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aniketpanjwani/skills --skill land
Clone the repo
git clone --depth 1 https://github.com/aniketpanjwani/skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for land

README.md
[![agentmods](https://agentmods.dev/badge/skills/aniketpanjwani/skills/land/github.svg)](https://agentmods.dev/skills/aniketpanjwani/skills/land)
Your own site
<a href="https://agentmods.dev/skills/aniketpanjwani/skills/land"><img src="https://agentmods.dev/badge/skills/aniketpanjwani/skills/land/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for land

Your own site · 80×15
<a href="https://agentmods.dev/skills/aniketpanjwani/skills/land"><img src="https://agentmods.dev/badge/skills/aniketpanjwani/skills/land.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,512 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00118 $0.01512
Opus 5 $0.00059 $0.00756
Sonnet 5 $0.00024 $0.00302
Haiku 4.5 $0.00012 $0.00151

Measured 11d ago against content hash db3e1e6e471e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

land scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/verify-remote-merge.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/agent-workflows/land/SKILL.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Land

Bare $land is a thin, direct git and gh workflow. The invocation itself authorizes landing one obvious coherent scope; do not turn it into a review or release-governance ceremony.

Thin default

A bare request such as “land,” “ship this,” “finish and merge,” or “wrap this up” selects this path. It requires only git, authenticated GitHub CLI gh, and the target repository's own hooks and validation.

1. Inspect and bound the scope

Use direct read-only git and gh commands to establish the repository, GitHub remote, default branch, current branch or detached head, exact local head, upstream, ahead/behind state, staged/unstaged/untracked paths, unpublished commits, worktrees, and matching pull requests.

Proceed without another approval only when task context plus checkout evidence identifies exactly one obvious coherent scope. Preserve unrelated paths and existing commits. Reuse a matching pull request; never create a duplicate. A true no-op needs no mutation. Ambiguous or changed scope stops before mutation.

Do not run a Land-specific credential or secret scan. Repository-native hooks, push protection, and required hosted checks remain in force. Never bypass them. If ordinary inspection reveals a concrete credential, stop and report only its path and remediation need; never print its value.

2. Branch, commit, and validate once

Keep a suitable feature branch. If detached or on the default branch, create a feature branch from the work using the repository or host naming convention; never move another worktree to reclaim one.

Preserve existing commits and their separation. For one coherent uncommitted scope, stage only its exact paths and create one concise commit. Never amend, squash, reorder, or rewrite existing commits. Let repository-native commit hooks run; a hook failure stops the attempt without unrelated repair.

Reuse successful validation from this task only when it covered identical candidate content and nothing relevant changed. Otherwise run the repository's documented standard validation once. If none is declared, record that and rely on repository-native hooks plus required GitHub checks. Failure stops the path; do not fix, weaken, repeatedly rerun, or bypass validation while landing.

Read the full file on GitHub · 139 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 139 lines · 118 tokens per session scan A db3e1e6e471e

Subscribe to this mod's changes

land is a skill published in the GitHub repository aniketpanjwani/skills (52 stars, last pushed 24d ago), licensed MIT. It adds 118 tokens to every session and 1,512 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.