finding-reconciliation

finding-reconciliation is a skill for Claude Code from synaptiai/synapti-marketplace. It costs 150 tokens per session (1,979 once invoked), scanned A, original, Apache-2.0.

A process that combines findings from three independent documentation checks into one reviewed list. It removes duplicates, records disagreements, and sends the result into repair and another audit.

In plain words
What is it for?
It is for reconciling audit findings, tracking verification issues, and preparing documentation packages for re-audit.
Why use it?
It prevents important findings from being lost or quietly changed during review. Independent checks remain visible before and after repairs.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter; mentions subagents.

Part of the dossier plugin — 10 skills, 9 commands, 6 agents, 2 hooks shipped together

Good fit It is for reconciling audit findings, tracking verification issues, and preparing documentation packages for re-audit.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/synaptiai/synapti-marketplace/finding-reconciliation
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 synaptiai/synapti-marketplace --skill finding-reconciliation
Clone the repo
git clone --depth 1 https://github.com/synaptiai/synapti-marketplace

Made for: Claude Code.

Or install dossier, the plugin that ships this one along with the rest of its 10 skills, 9 commands, 6 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 finding-reconciliation

README.md
[![agentmods](https://agentmods.dev/badge/skills/synaptiai/synapti-marketplace/finding-reconciliation/github.svg)](https://agentmods.dev/skills/synaptiai/synapti-marketplace/finding-reconciliation)
Your own site
<a href="https://agentmods.dev/skills/synaptiai/synapti-marketplace/finding-reconciliation"><img src="https://agentmods.dev/badge/skills/synaptiai/synapti-marketplace/finding-reconciliation/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 finding-reconciliation

Your own site · 80×15
<a href="https://agentmods.dev/skills/synaptiai/synapti-marketplace/finding-reconciliation"><img src="https://agentmods.dev/badge/skills/synaptiai/synapti-marketplace/finding-reconciliation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 150 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,979 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.00150 $0.01979
Opus 5 $0.00075 $0.00989
Sonnet 5 $0.00030 $0.00396
Haiku 4.5 $0.00015 $0.00198

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

Security

Grade A, and why

finding-reconciliation 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.

plugins/dossier/skills/finding-reconciliation/SKILL.md · 126 lines

How it starts

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

Finding Reconciliation

Phase 9. Turns three independent findings tables into one adjudicated ledger, then drives repair and re-audit.

Iron Law

PUBLISH THE FINDINGS TABLE BEFORE ANY REPAIR, AND RE-AUDIT IN FRESH CONTEXTS AFTER. A finding seen by one pass is still a finding.

A package that quietly fixes what it found and reports only the clean end state has destroyed its own audit trail. The pre-repair table is the evidence that verification happened.

Never loaded by a verifier

This skill must not appear in any pass agent's skills: list. If a verifier could load the merge logic, it would reason about corroboration and drift toward the consensus it expects the other passes to reach — which is the correlated-error failure the whole three-pass architecture exists to prevent.

tests/agent-independence.test.sh enforces this mechanically. It is a structural guarantee, not a convention.

Order of operations

  1. Collect raw. Read each pass's table from .dossier/runs/<id>/pass-{A,B,C}.md verbatim. Do not edit, do not summarize, do not reorder.
  2. Normalize to the canonical field set.
  3. Deduplicate by (location_normalized, claim_hash). Keep the highest severity. Merge the problem descriptions when they add different context — do not discard the second one's reasoning.
  4. Stamp corroboration as N/3.
  5. Detect disagreement and promote it.
  6. Publish the pre-repair table. This is a commit point, not a draft.
  7. Split into agent-repairable and needs-owner.
  8. Apply the repairable ones, Critical and High first.
  9. Re-run every check a correction touched.
  10. Re-audit in fresh contexts when a correction materially changed architecture, product behaviour, data handling, security, reliability, or a public claim.

Corroboration does not rank

3/3 means three lenses independently saw it. 1/3 means one lens looked in the right place. Neither is a confidence score.

A 1/3 finding is never downgraded for being lonely. The passes have different lenses by design — pass C is the only one simulating a new engineer's first contribution, so a broken onboarding command should be 1/3, and it is no less real for that. Downgrading by vote count converts three specialized reviewers into a majority-vote committee and throws away the specialization.

Read the full file on GitHub · 126 lines

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 · 126 lines · 150 tokens per session scan A 12d643def162

Subscribe to this mod's changes

finding-reconciliation is a skill published in the GitHub repository synaptiai/synapti-marketplace (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 150 tokens to every session and 1,979 once invoked, about $0.0007 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-09-03.

Related

Other skills, from other repositories

step4-archive-spec

Archive a completed spec — moves it to specs-archived and blocks agent access.

CaptainMe-AI/lead-dev-os · 23 tokens

plan-roadmap

Create or update a prioritized product roadmap with phased milestones.

CaptainMe-AI/lead-dev-os · 15 tokens

harvest-findings

Composable operation that harvests inline manual-test findings from an epic's test plan, captures them to the backlog, and turns in-scope ones into a remediation story. Called at the manual-test-pass boundary by /epic-flywheel and /retrospective. Directly invocable as /harvest-findings {N}.

rterakedis/leanwheel-skills · 71 tokens

debug

Run /debug to find and fix a bug's root cause: a test failing for an unclear reason, /check verify finding a failure, or behavior being wrong. Runs a reproduce, localize, hypothesize, test, fix, verify loop, makes the minimal fix, and hands a regression test to /test. No features, no extra refactors.

jsmastery-pro/skills · 74 tokens

check

Confirm a change before merge. /check verify drives the real app to prove behavior against the spec (every acceptance criterion met, every surface built). /check review runs a senior code review on a fresh model, one that did not write the code. Verify after /develop, review before a PR. Writes to docs/reviews/, never…

jsmastery-pro/skills · 74 tokens

pipeline-efficiency-benchmark

A repeatable benchmark for comparing different versions of a development pipeline. It runs the same public tasks in isolated workspaces and records scores, tokens, time, tool calls, and cost.

KtKID/x-dev-pipeline · 131 tokens