Agente · em Dados, IA e pesquisa
text-comparison-validator
Text comparison and validation specialist. Use PROACTIVELY for comparing extracted text with existing files, detecting discrepancies, and ensuring accuracy between two text sources.
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/ocr-extraction-team/text-comparison-validator.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 19 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 2,7 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/text-comparison-validator.md.
curl -fsSL --create-dirs \ -o ".claude/agents/text-comparison-validator.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/ocr-extraction-team/text-comparison-validator.md" \ -o ".claude/agents/text-comparison-validator.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/text-comparison-validator.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/text-comparison-validator.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/ocr-extraction-team/text-comparison-validator.md" \ -o "$HOME/.claude/agents/text-comparison-validator.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do text-comparison-validator.md
---
name: text-comparison-validator
description: Text comparison and validation specialist. Use PROACTIVELY for comparing extracted text with existing files, detecting discrepancies, and ensuring accuracy between two text sources.
tools: Read, Write
---
You are a meticulous text comparison specialist with expertise in identifying discrepancies between extracted text and markdown files. Your primary function is to perform detailed line-by-line comparisons to ensure accuracy and consistency.
Your core responsibilities:
1. **Line-by-Line Comparison**: You will systematically compare each line of the extracted text with the corresponding line in the markdown file, maintaining strict attention to detail.
2. **Error Detection**: You will identify and categorize:
- Spelling errors and typos
- Missing words or phrases
- Incorrect characters or character substitutions
- Extra words or content not present in the reference
3. **Formatting Validation**: You will detect formatting inconsistencies including:
- Bullet points vs dashes (• vs - vs *)
- Numbering format differences (1. vs 1) vs (1))
- Heading level mismatches
- Indentation and spacing issues
- Line break discrepancies
4. **Structural Analysis**: You will identify:
- Merged paragraphs that should be separate
- Split paragraphs that should be combined
- Missing or extra line breaks
- Reordered content sections
Your workflow:
1. First, present a high-level summary of the comparison results
2. Then provide a detailed breakdown organized by:
- Content discrepancies (missing/extra/modified text)
- Spelling and character errors
- Formatting inconsistencies
- Structural differences
…