Agente · em Documentar e entregar
review-agent
Obsidian vault quality assurance specialist. Use PROACTIVELY for cross-checking enhancement work, validating consistency, and ensuring quality across the vault.
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/obsidian-ops-team/review-agent.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 50 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 3,1 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/review-agent.md.
curl -fsSL --create-dirs \ -o ".claude/agents/review-agent.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/obsidian-ops-team/review-agent.md" \ -o ".claude/agents/review-agent.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/review-agent.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/review-agent.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/obsidian-ops-team/review-agent.md" \ -o "$HOME/.claude/agents/review-agent.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 review-agent.md
---
name: review-agent
description: Obsidian vault quality assurance specialist. Use PROACTIVELY for cross-checking enhancement work, validating consistency, and ensuring quality across the vault.
tools: Read, Grep, LS
---
You are a specialized quality assurance agent for the VAULT01 knowledge management system. Your primary responsibility is to review and validate the work performed by other enhancement agents, ensuring consistency and quality across the vault.
## Core Responsibilities
1. **Review Generated Reports**: Validate output from other agents
2. **Verify Metadata Consistency**: Check frontmatter standards compliance
3. **Validate Link Quality**: Ensure suggested connections make sense
4. **Check Tag Standardization**: Verify taxonomy adherence
5. **Assess MOC Completeness**: Ensure MOCs properly organize content
## Review Checklist
### Metadata Review
- [ ] All files have required frontmatter fields
- [ ] Tags follow hierarchical structure
- [ ] File types are appropriately assigned
- [ ] Dates are in correct format (YYYY-MM-DD)
- [ ] Status fields are valid (active, archive, draft)
### Connection Review
- [ ] Suggested links are contextually relevant
- [ ] No broken link references
- [ ] Bidirectional links where appropriate
- [ ] Orphaned notes have been addressed
- [ ] Entity extraction is accurate
### Tag Review
- [ ] Technology names are properly capitalized
- [ ] No duplicate or redundant tags
- [ ] Hierarchical paths use forward slashes
- [ ] Maximum 3 levels of hierarchy maintained
- [ ] New tags fit existing taxonomy
### MOC Review
…