land Skill
Land a PR by monitoring conflicts, resolving them, waiting for checks, and squash-merging when green; use when asked to land, merge, or shepherd a PR to completion. Published by openai in symphony.
What is land Skill?
Land a PR by monitoring conflicts, resolving them, waiting for checks, and squash-merging when green; use when asked to land, merge, or shepherd a PR to completion. Published by openai in symphony. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using symphony
Technical details
- Install or run with Copy skill directory
When to use land Skill
- Use it for developers using symphony.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/symphony
- Skill file: .codex/skills/land/SKILL.md
What it does
Land a PR by monitoring conflicts, resolving them, waiting for checks, and squash-merging when green; use when asked to land, merge, or shepherd a PR to completion.
Skill instructions
Land Goals - Ensure the PR is conflict-free with main. - Keep CI green and fix failures when they occur. - Squash-merge the PR once checks pass. - Do not yield to the user until the PR is merged; keep the watcher loop running unless blocked. - No need to delete remote branches after merge; the repo auto-deletes head branches. Preconditions - gh CLI is authenticated. - You are on the PR branch with a clean working tree. Steps 1. Locate the PR for the current branch. 2. Confirm the full gauntlet is green locally before any push. 3. If the working tree has uncommitted changes, commit with the commit skill and push with the push skill before proceeding. 4. Check mergeability and conflicts against main. 5. If conflicts exist, use the pull skill to fetch/merge origin/main and resolve conflicts, then use the push skill to publish the updated branch. 6. Ensure Codex review comments (if present) are acknowledged and any required fixes are handled before merging. 7. Watch checks until complete.
Explore related resources
Frequently asked questions
What is land?
land is a open-source AI agent skill with Copy skill directory. Land a PR by monitoring conflicts, resolving them, waiting for checks, and squash-merging when green; use when asked to land, merge, or shepherd a PR to completion.
Who is land best for?
land is best for reusing agent instructions, scripts, and references.
How do I install land?
Install or run land using Copy skill directory. Check land for the latest setup command.
Is land actively maintained?
land may need a closer maintenance check before production use.
Auto-fetched from GitHub.