land-and-deploy

land-and-deploy is a skill for Claude Code, Codex from rijuvashisht/Magneto. It costs 0 tokens per session (476 once invoked), scanned A, original, MIT.

A release procedure for merging an open pull request, waiting for continuous-integration checks, monitoring deployment, and checking that the live site works. A pull request is a proposed code change; continuous integration automatically tests code changes.

In plain words
What is it for?
Use it to merge a pull request, wait for CI, monitor Vercel, Netlify, GitHub Actions, or custom deployments, and run production smoke checks.
Why use it?
It provides a defined release checklist and stops the process when required checks or production health tests fail.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to merge a pull request, wait for CI, monitor Vercel, Netlify, GitHub Actions, or custom deployments, and run production smoke checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rijuvashisht/magneto/land-and-deploy
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 rijuvashisht/Magneto --skill land-and-deploy
Clone the repo
git clone --depth 1 https://github.com/rijuvashisht/Magneto

Made for: Claude Code, 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-and-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/rijuvashisht/magneto/land-and-deploy/github.svg)](https://agentmods.dev/skills/rijuvashisht/magneto/land-and-deploy)
Your own site
<a href="https://agentmods.dev/skills/rijuvashisht/magneto/land-and-deploy"><img src="https://agentmods.dev/badge/skills/rijuvashisht/magneto/land-and-deploy/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-and-deploy

Your own site · 80×15
<a href="https://agentmods.dev/skills/rijuvashisht/magneto/land-and-deploy"><img src="https://agentmods.dev/badge/skills/rijuvashisht/magneto/land-and-deploy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 476 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.
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.00000 $0.00476
Opus 5 $0.00000 $0.00238
Sonnet 5 $0.00000 $0.00095
Haiku 4.5 $0.00000 $0.00048

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

Security

Grade A, and why

land-and-deploy 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.

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.

src/templates/magneto-skills/skills/land-and-deploy/SKILL.md · 72 lines

What it actually says

/land-and-deploy — Merge, Wait for CI, Verify Production

Role: Release Engineer Inputs: open PR (from /ship) Outputs: merged PR + deploy verification Audit actions: land-and-deploy.merged, land-and-deploy.deployed, land-and-deploy.verified


Protocol

Step 1: Merge

gh pr merge <pr-number> --squash --auto

Wait for all required CI checks to pass. If any fail, STOP and report.

Emit audit: land-and-deploy.merged.

Step 2: Wait for deploy

Detect deploy mechanism:

  • Vercel: poll deployments API for the commit SHA
  • Netlify: poll deploys API
  • GitHub Actions deploy: watch the workflow
  • Custom: read .magneto/deploy.json for the check command

Poll every 10s, timeout at 15 minutes.

Emit audit: land-and-deploy.deployed.

Step 3: Verify health

Run production smoke checks:

  • HTTP 200 on health endpoint
  • Core page renders (via magneto browse navigate <url>)
  • No console errors (via magneto browse eval)
  • Key feature path still works

If any check fails, flag immediately — don't declare success.

Emit audit: land-and-deploy.verified.

Step 4: Summary

## Deploy Summary
- PR: <url>
- Merged: <ts>
- Deployed: <ts> (<duration>)
- URL: <prod-url>
- Health: ✅
- Rollback command: <vercel rollback sha | netlify rollback | ...>

Configuration

Run magneto setup-deploy (future skill) to configure the deploy command and health checks per project. Until then, use .magneto/deploy.json:

{
  "mechanism": "vercel",
  "healthUrl": "https://example.com/api/health",
  "smokeUrl": "https://example.com/",
  "rollback": "vercel rollback <sha>"
}

Trigger Phrases

  • "land and deploy"
  • "merge and deploy"
  • "ship to prod"
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 · 72 lines · 0 tokens per session scan A 56a683e18d4a

Subscribe to this mod's changes

land-and-deploy is a skill published in the GitHub repository rijuvashisht/Magneto (6 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 476 tokens. 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-31.