resolve-dispute

resolve-dispute is a skill for Claude Code from DheerG/swarms. It costs 32 tokens per session (372 once invoked), scanned A, original, MIT.

A process for settling a review disagreement by requiring evidence for a disputed finding. Evidence can be a failure case, a source citation, or a direct counterexample.

In plain words
What is it for?
Use it to decide whether a review finding remains valid, should be conceded, or must be marked as decided.
Why use it?
It prevents unresolved review comments from being repeated without new support.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the swarms plugin — 13 skills, 10 commands, 2 agents, 2 hooks shipped together

Good fit Use it to decide whether a review finding remains valid, should be conceded, or must be marked as decided.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dheerg/swarms/resolve-dispute
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 DheerG/swarms --skill resolve-dispute
Clone the repo
git clone --depth 1 https://github.com/DheerG/swarms

Made for: Claude Code.

Or install swarms, the plugin that ships this one along with the rest of its 13 skills, 10 commands, 2 agents, 2 hooks.

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 resolve-dispute

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/dheerg/swarms/resolve-dispute"><img src="https://agentmods.dev/badge/skills/dheerg/swarms/resolve-dispute.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 372 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.00032 $0.00372
Opus 5 $0.00016 $0.00186
Sonnet 5 $0.00006 $0.00074
Haiku 4.5 $0.00003 $0.00037

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

Security

Grade A, and why

resolve-dispute 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 9d 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/resolve-dispute/SKILL.md · 39 lines

What it actually says

A review finding is stuck. Structure its resolution in three steps.

Step 1 — Frame the dispute. Identify and state aloud:

  • The disputed finding (one sentence)
  • Who holds it
  • The facilitator's prior arbitration ruling (one sentence)

Step 2 — Send the reviewer this message, substituting [finding] with the actual finding:

Your finding — [finding] — was arbitrated. To keep it open, you must provide ONE of: (a) A concrete failure scenario: specific inputs or conditions that produce wrong behavior (b) A source citation: file, line number, and what it shows (c) A direct counterexample to the arbitration reasoning

One response. No response counts as concession. After that, the facilitator rules and the finding is DECIDED.

Step 3 — Rule and tag.

After the reviewer responds:

  • Evidence present → the facilitator evaluates it on the merits and rules. Tag the finding DECIDED regardless of outcome.
  • No evidence → the facilitator tags DECIDED, asks the reviewer to re-score.
  • No response → the facilitator tags DECIDED.

DECIDED findings cannot be re-raised without new substance. This enforces the existing "Don't regurgitate decided points" rule.

What this skill must not do:

  • Override a finding backed by real evidence
  • Auto-resolve — the facilitator still decides after hearing the evidence
  • Apply to first-round disagreements — use normal arbitration first
  • Suppress legitimate concerns — evidence always reopens the door
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. 9d ago First seen · 39 lines · 32 tokens per session scan A fb6c2cb48726

Subscribe to this mod's changes

resolve-dispute is a skill published in the GitHub repository DheerG/swarms (85 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 372 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

pocket-development

Use when executing implementation plans of one or more tasks. Trigger on execute plan, delegate tasks, dispatch subagents. Combines delegate handoff discipline with prompt-engineering attention mechanics.

rfxlamia/pocketto · 40 tokens

pocket-planning

Converts a pocket-grinding spec into a TDD-structured execution plan of full Pocket Packets. Use when pocket-grinding handoff arrives (spec path + acceptance criteria). Trigger on "create plan", "build plan", "pocket-planning", or when pocket-grinding skill invokes this. Outputs tasks ready to dispatch via…

rfxlamia/pocketto · 76 tokens

pocket-grinding

BDD-driven feature/fix discovery before any implementation. Use when planning a feature, designing a fix, or exploring options before building. Trigger on "pocket-grinding", "brainstorm", "think through", "plan this", "before we build". Invokes pocket-planning at handoff.

rfxlamia/pocketto · 65 tokens

pocket-help

Onboarding and routing guide for the Pocket skill ecosystem. Use when someone asks what Pocket is, which Pocket skill to use, how the end-to-end flow works, or when Pocket is better than lighter Superpowers-style flows. Trigger on "what is pocket", "how do I use pocket", "which pocket skill", "explain pocket"…

rfxlamia/pocketto · 112 tokens

pocket-pitching

Pre-grinding problem exploration. Use BEFORE pocket-grinding when the problem is unformed or needs exploration. Guides diverge→converge with structured brainstorming methods and LLM-to-LLM curation (advisor tool), then produces a pitch exploration doc. Trigger on "pocket-pitching", "pitch this", "explore this idea"…

rfxlamia/pocketto · 108 tokens

structured-research

Standalone skill for validating an explicit assumption with structured research. Use when a user holds a belief that is still an assumption — a technical claim, a library's behavior, a "this is probably how X works" — and wants it investigated methodically before it leaks into planning or code. Recommends a research…

rfxlamia/pocketto · 147 tokens