arnesto: Skill for Cursor

.cursor/skills-cursor/autopilot/SKILL.md

autopilot is a skill for Cursor from saski/arnesto. It costs 25 tokens per session (826 once invoked), scanned A, original, Unlicense.

An assistant for taking a pull request to a merge-ready state. A pull request is a proposed code change reviewed before it is added to the main project.

In plain words
What is it for?
Use it to refresh pull-request status, resolve clear merge conflicts, handle review threads, and fix failing automated checks.
Why use it?
It organizes the work around the blockers that prevent merging, such as conflicts, unresolved review comments, and failing CI checks. CI is the automated system that builds and tests changes.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is saski/arnesto's own configuration. It tells Cursor how to work on arnesto itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything arnesto configures →

Reuse

Borrowing it

Nothing to install: this file belongs to saski/arnesto. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/saski/arnesto/main/.cursor/skills-cursor/autopilot/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/saski/arnesto

Made for: Cursor.

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 autopilot

README.md
[![agentmods](https://agentmods.dev/badge/skills/saski/arnesto/autopilot.svg)](https://agentmods.dev/skills/saski/arnesto/autopilot)
Your own site
<a href="https://agentmods.dev/skills/saski/arnesto/autopilot"><img src="https://agentmods.dev/badge/skills/saski/arnesto/autopilot.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 826 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.00025 $0.00826
Opus 5 $0.00013 $0.00413
Sonnet 5 $0.00005 $0.00165
Haiku 4.5 $0.00003 $0.00083

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

Security

Grade A, and why

autopilot 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 3d 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.

.cursor/skills-cursor/autopilot/SKILL.md · 49 lines

How it starts

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

Autopilot

Your job is to get this PR to a merge-ready state: mergeable, required CI green, and every active unresolved comment triaged.

Operating loop

Refresh live PR state at the start of every pass (for example gh pr view and gh pr checks); never act on stale state from an earlier pass. Work blockers in strict priority order:

  1. Merge conflicts.
  2. Active unresolved comments and review threads.
  3. Failing CI.

Do not start CI work while an earlier blocker exists; conflict and comment fixes restart checks when pushed. If a pass finds no concrete action and checks are still running, watch them to completion (for example gh pr checks --watch) instead of polling in a tight loop, and do not invent work just because a pass came up empty. Read the PR diff only when a comment or CI failure needs code context.

1. Merge conflicts

Fetch the latest base branch from origin and resolve conflicts, preserving the intent and correctness of changes on your branch and the base branch. If intents genuinely conflict, abort the merge and ask for clarification.

2. Comments

Review active unresolved comments and review threads, including automated reviewers such as Bugbot. When fetching GitHub comments, filter out resolved threads first. Read only each comment body and the minimum location/URL needed to act on it; do not read the entire JSON output or other unnecessary payload data.

Decide fix, dismiss, or ask for each thread:

  • Fix: the comment identifies a real issue within this PR's scope. Make the smallest safe change and reply referencing the fix.
  • Dismiss: the comment is invalid or moot in context. Reply with the concrete reason; do not churn code to satisfy a noisy comment.
  • Ask: never guess on security, privacy, auth, billing, data, migration, or concurrency comments, or when you need an answer to proceed. Surface these to the user immediately.

After a fix or dismiss reply, resolve the thread if you have permission; leave a thread open only when it is waiting on an answer.

Read the full file on GitHub · 49 lines

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. 3d ago First seen · 49 lines · 25 tokens per session scan A 2f0fd7aebbca

Subscribe to this mod's changes

autopilot is a skill published in the GitHub repository saski/arnesto (5 stars, last pushed today), licensed Unlicense. It adds 25 tokens to every session and 826 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories