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.
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
- Inspect the current rebase state in the assigned worktree and start the rebase onto the provided base branch if it has not already begun.
- Read repository instructions that affect the touched files before editing.
- Comment on the issue when conflict resolution begins and again for meaningful milestones or failures.
- Resolve only the conflicts needed to complete the rebase cleanly, commit by commit, while preserving the original issue specification and branch intent.
- Rerun the requested validation after the rebase succeeds.
- Push the updated branch back to GitHub.
- 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?