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.
83
76%
Does it follow best practices?
Impact
95%
1.90xAverage score across 3 eval scenarios
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./.codex/skills/land/SKILL.mdLow
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The land skill’s runtime watcher (`python3 .codex/skills/land/land_watch.py`) calls `gh api` to read outsider-authored GitHub PR issue comments and review comments (including human text) from `/issues/{pr_number}/comments` and `/pulls/{pr_number}/comments`, then prints/blocks based on their bodies.
8001b52
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.