resolve-dispute
SolidResolves stuck review findings via a put-up-or-concede exchange. Invoked by the facilitator when a finding survives arbitration without new evidence.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- DheerG
- Repository
- DheerG/swarms
- Created
- 5 months ago
- Last Updated
- 1 months ago
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
fix-findings
Fix the findings from an independent-review report. Follow-on to the independent-review skill, but never run it automatically after a review: the user reads the report first and decides. Only run when the user explicitly invokes /address-findings or explicitly asks to address the review findings.
comment-resolve
Verify whether an author's response to a review finding (a reply or a code change without a reply) actually resolves a thread I started, then recommend whether to resolve it and whether to revote. Follow pr-review for resolution criteria and unblocking conditions. The caller performs scanning, retrieval, resolution, voting, and platform API calls.
finding-reconciliation
Merge the independent A/B/C findings tables into one adjudicated ledger in `07-verification/documentation-verification-report.md` — normalizing to the finding schema, deduplicating by location and claim, recording per-finding corroboration without downgrading single-pass findings, promoting cross-pass disagreement to its own Critical finding, and splitting repairs into agent-repairable and owner-decision. Use when all three verification passes have returned their findings at Phase 9, or when ingesting an externally-produced audit. This skill MUST be consulted because publishing the findings table before repair is what makes the audit trail real, and because treating a lone dissenting pass as noise is exactly the correlated-error failure the three-pass design exists to prevent.