Habilidades verification-protocol
🔍

verification-protocol

Seguro 🌐 Acesso à rede📁 Acesso ao sistema de arquivos⚙️ Comandos externos

Verify AI Task Completion with Evidence

AI agents often claim success without proof. This protocol forces independent verification with concrete evidence before marking tasks complete. It eliminates false completions and ensures quality through objective validation.

Suporta: Claude Codex Code(CC)
⚠️ 68 Ruim
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "verification-protocol". Verify that the new user authentication feature is complete

Resultado esperado:

  • File exists: /src/lib/auth.ts (2,847 bytes, modified 2025-01-10 14:30:00)
  • No placeholders found: 0 TODO/TBD/FIXME markers
  • TypeScript compilation: 0 errors
  • ESLint check: 0 errors, 1 warning
  • Test results: 18 passed, 0 failed
  • API endpoint test: POST /api/login returns 200 with JWT token
  • Verification result: PASSED - All criteria met with evidence

Auditoria de Segurança

Seguro
v5 • 1/16/2026

This is a documentation-only skill defining verification protocols. No executable code exists. All 73 static findings are false positives: scanner misinterpreted documentation examples and metadata as security threats. Contains only Markdown documentation describing independent verification methods for AI task completion.

2
Arquivos analisados
576
Linhas analisadas
3
achados
5
Total de auditorias
Auditado por: claude Ver Histórico de Auditoria →

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
83
Conteúdo
21
Comunidade
100
Segurança
83
Conformidade com especificações

O Que Você Pode Construir

Prevent False Task Completions

Stop agents from marking tasks complete without proof. Independent verification catches incomplete work before it reaches production.

Standardize AI Verification

Consistent verification criteria across all AI agents. Every completion requires measurable evidence, not subjective claims.

Audit AI Work Quality

Track actual completion rates with evidence trails. Identify which agents need improvement through verification failure patterns.

Tente Estes Prompts

Basic File Verification
Use verification protocol to check if /src/lib/feature.ts exists, has no placeholders, compiles without errors, passes linting, and has working tests. Return evidence for each criterion.
Multi-File Verification
Verify feature implementation across multiple files: check all claimed outputs exist, contain no TODOs, compile successfully, and pass all tests. Collect evidence for each file.
API Endpoint Verification
Check if API endpoints respond correctly: GET /api/users returns 200, POST /api/users creates records, error handling works. Provide status codes and response samples as evidence.
Complex System Verification
Verify complete system: database migrations applied, API routes accessible, frontend builds without errors, all tests pass, monitoring endpoints respond. Provide comprehensive evidence trail.

Melhores Práticas

  • Always use independent verifier agent, never verify your own work
  • Collect specific evidence for each verification criterion
  • Block task completion when any verification fails

Evitar

  • Self-attestation: Agent claiming its own work is complete
  • Assumed success: Marking complete without checking evidence
  • Loose verification: Accepting partial or unclear results

Perguntas Frequentes

Is this compatible with all AI platforms?
Yes, the protocol is platform-agnostic and works with Claude, Codex, and Claude Code.
What happens after 3 verification failures?
Task automatically escalates to human review with full failure history and evidence.
Can I customize the verification criteria?
Yes, you can define custom completion criteria specific to your project needs.
How does this protect my data?
Verification happens locally with no external data transmission. Evidence stays in your system.
What if verification tools are not available?
Protocol gracefully handles missing tools and reports what could not be verified.
How is this different from regular testing?
This verifies actual completion of claimed work, not just running predefined tests.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md