vigilante-conflict-resolution

vigilante-conflict-resolution is a skill for Codex from aliengiraffe/vigilante. It costs 35 tokens per session (556 once invoked), scanned A, original, Apache-2.0.

Instructions for resolving rebase and merge conflicts in a Vigilante pull request, a proposed code change reviewed through GitHub.

In plain words
What is it for?
Use it after a Vigilante pull request conflicts during a rebase, to resolve only the necessary files, rerun checks, push the corrected branch, and update the linked GitHub issue.
Why use it?
It helps preserve the original change while bringing its branch up to date with the main branch, with validation and progress updates included.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it after a Vigilante pull request conflicts during a rebase, to resolve only the necessary files, rerun checks, push the corrected branch, and update the linked GitHub issue.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aliengiraffe/vigilante/vigilante-conflict-resolution
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 aliengiraffe/vigilante --skill vigilante-conflict-resolution
Clone the repo
git clone --depth 1 https://github.com/aliengiraffe/vigilante

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 vigilante-conflict-resolution

README.md
[![agentmods](https://agentmods.dev/badge/skills/aliengiraffe/vigilante/vigilante-conflict-resolution/github.svg)](https://agentmods.dev/skills/aliengiraffe/vigilante/vigilante-conflict-resolution)
Your own site
<a href="https://agentmods.dev/skills/aliengiraffe/vigilante/vigilante-conflict-resolution"><img src="https://agentmods.dev/badge/skills/aliengiraffe/vigilante/vigilante-conflict-resolution/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 vigilante-conflict-resolution

Your own site · 80×15
<a href="https://agentmods.dev/skills/aliengiraffe/vigilante/vigilante-conflict-resolution"><img src="https://agentmods.dev/badge/skills/aliengiraffe/vigilante/vigilante-conflict-resolution.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 556 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.00035 $0.00556
Opus 5 $0.00017 $0.00278
Sonnet 5 $0.00007 $0.00111
Haiku 4.5 $0.00003 $0.00056

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

Security

Grade A, and why

vigilante-conflict-resolution 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 12d 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.

skills/vigilante-conflict-resolution/SKILL.md · 31 lines

How it starts

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

Vigilante Conflict Resolution

Overview

Use this skill after Vigilante has already opened a pull request and a follow-up rebase onto origin/main hits conflicts. Work only inside the assigned worktree, resolve the conflicts with the smallest safe change, rerun validation, push the updated branch, and keep the linked GitHub issue informed.

Workflow

  1. Inspect the current rebase state in the assigned worktree and start the rebase onto the provided base branch if it has not already begun.
  2. Read repository instructions that affect the touched files before editing.
  3. Comment on the issue when conflict resolution begins and again for meaningful milestones or failures.
  4. Resolve only the conflicts needed to complete the rebase cleanly, commit by commit, while preserving the original issue specification and branch intent.
  5. Use vigilante commit for all commit-producing operations. Do not use git commit or GitHub CLI commit flows directly.
  6. Preserve the user's existing git author, committer, and signing configuration for every rebase rewrite, amend, or conflict-resolution commit, and do not overwrite git config with a coding-agent identity.
  7. Do not add Co-authored by: trailers or any other agent attribution for Codex, Claude, Gemini, or similar coding-agent identities.
  8. If the rebase fails, post-rebase validation fails, or the current session state is unclear, inspect vigilante logs --repo <owner/name> --issue <n> before retrying so the persisted session transcript becomes the factual source for the next safe action.
  9. After inspecting the log, either continue with the smallest safe fix, rerun the requested validation, or report a blocker on the issue when the transcript shows the branch should not be retried automatically.
  10. Push the updated branch back to GitHub after the rebase and requested validation succeed.
  11. Report the final result clearly on the issue, including any remaining blocker if the conflicts cannot be resolved safely.

Guardrails

  • Stay inside the provided worktree.
  • Do not broaden the change beyond the conflicting files unless required to restore build or test health.
  • Keep the original issue behavior authoritative; do not drop commits or rewrite away issue scope just to remove conflicts.
  • Do not rewrite commit authorship, committer identity, signing configuration, or commit trailers to attribute the branch history to the coding agent.
  • Do not claim the branch is merge-ready unless the requested validation actually passed.
  • Report blockers immediately with vigilante gh issue comment.

Read the full file on GitHub · 31 lines

Files

What ships with it

1 file 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. 12d ago First seen · 31 lines · 35 tokens per session scan A 2187000521a6

Subscribe to this mod's changes

vigilante-conflict-resolution is a skill published in the GitHub repository aliengiraffe/vigilante (40 stars, last pushed 3d ago), licensed Apache-2.0. It adds 35 tokens to every session and 556 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

pipeline-conductor

Use when a pipeline conductor session is being seeded, or when inspecting/debugging one. Operating procedure for the kirocrew-pipeline-conductor agent - run one issue/PR pipeline on one repository as a supervised fleet. Auto-pick items, preflight every candidate to one deterministic claim verdict, stand up one worker…

kirodotdev/KiroCrew · 142 tokens

release-notes

Draft a release note section from a commit range, grouped by what the reader gets.

kirodotdev/KiroCrew · 21 tokens

shipping-a-pr

Use when finished work needs to ship as a pull request, or when the ask is about a PR — creating one, bringing it up to date, adding screenshots, watching its checks, or addressing its review comments. Not for reviewing a PR you are not shipping.

JetBrains/thinkrail · 57 tokens

prepare-pr

LOAD THIS WHENEVER A TASK WILL OPEN OR UPDATE A PR — including a PR you raise incidentally while doing something else — and run the full loop without waiting to be asked. End-to-end drives working-tree changes to a review-ready pull request — commit, sync base, squash to one commit, open/update the PR — then KEEPS…

kirodotdev/KiroCrew · 0 tokens

kirocrew-worktree-dev

HARD RULE for developing the Kiro Crew source repo ITSELF (not for users' own projects): every change is built and verified inside a git worktree, never against the live gateway. Covers worktree creation, the blocking local build gates (pytest + isort + flake8 + mypy + tsc + vitest), the built-dist gotcha, feature…

kirodotdev/KiroCrew · 126 tokens

git-commit-helper

Generate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help. Analyzes git diff to create clear, descriptive conventional commit messages. Triggers on git commit, staged changes, commit message requests.

alirezarezvani/claude-code-tresor · 55 tokens