Agent skill

vigilante-conflict-resolution

Resolve rebase and merge conflicts for an already-open Vigilante pull request, keep the branch validated, and report progress back to GitHub.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/vigilante-conflict-resolution

SKILL.md

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. Rerun the requested validation after the rebase succeeds.
  6. Push the updated branch back to GitHub.
  7. 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 claim the branch is merge-ready unless the requested validation actually passed.
  • Report blockers immediately with vigilante gh issue comment.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results