# Third Pass Verify

> Targeted re-read of only the bundle fields flagged as uncertain by second-pass-grasp, using precise PDF queries rather than a full re-read. Use this immediately after second-pass-grasp whenever its uncertain_fields output is non-empty; skip straight to extract-structured-bundle when it's empty.

- Skill: `yogsoth-ai/third-pass-verify` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yogsoth-ai/third-pass-verify`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yogsoth-ai/third-pass-verify/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: yogsoth-ai (https://skillmd.com/u/yogsoth-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yogsoth-ai/third-pass-verify

---


# Third Pass Verify

Keshav's third pass, scoped to only the fields second-pass-grasp flagged as uncertain. A no-op (pass-through) when nothing was flagged.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent skill.

## Why Subagent

Even a targeted re-read benefits from a fresh context focused only on the flagged fields, so the verification isn't anchored to the same reasoning that produced the original uncertain draft.

## Calls alphaxiv directly (not via literature-research import)

This sop calls `answer_pdf_queries` directly rather than importing `literature-research`, because it needs field-specific targeted queries rather than a general full-text read — see spec §5's MCP tool mapping table ("direct alphaxiv.answer_pdf_queries calls, targeted by specific claim/field").

<!-- BEGIN available-tables (generated) -->

## Available SOPs

Optional, no fixed order; the final leaf is always a sop.

| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. |

<!-- END available-tables (generated) -->

