Skill do Reviewer Final para validação completa antes do deploy. Use quando precisar validar que todos os passos do pipeline foram executados, checar qualidade de código, confirmar segurança, confirmar QA, confirmar documentação, ou gerar relatório de aprovação/rejeição. Trigger em: "review final", "reviewer", "aprovação", "rejeição", "validação final", "gate de deploy", "checklist final", "aprovar deploy", "pode deployar", "pronto pra produção", "validar entrega", "review completo", "última verificação".
63
73%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/11-reviewer/SKILL.mdQuality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong skill description that clearly defines its purpose as a final reviewer/gate before deployment. It excels in all dimensions: specific actions are enumerated, comprehensive trigger terms are provided in a dedicated list, both 'what' and 'when' are explicitly addressed, and the niche is distinct enough to avoid conflicts with related skills like general code review or QA testing.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: validating pipeline steps, checking code quality, confirming security, confirming QA, confirming documentation, and generating approval/rejection reports. | 3 / 3 |
Completeness | Clearly answers both 'what' (validate pipeline steps, check code quality, confirm security/QA/documentation, generate approval/rejection report) and 'when' (explicit 'Use quando' clause plus a dedicated 'Trigger em' list with specific phrases). | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger terms in Portuguese, including many variations users would naturally say: 'review final', 'aprovação', 'rejeição', 'gate de deploy', 'pode deployar', 'pronto pra produção', 'validar entrega', 'última verificação', etc. | 3 / 3 |
Distinctiveness Conflict Risk | Clearly occupies a distinct niche as a final pre-deploy review/gate skill. The specific triggers like 'gate de deploy', 'aprovação', 'checklist final' are unlikely to conflict with other skills such as general code review or testing skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
47%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill provides a comprehensive review gate checklist with clear workflow sequencing and rejection handling, which are its strongest aspects. However, it suffers from significant verbosity including a fully duplicated section, excessive inline content that should be in referenced files, and lacks executable examples or concrete tool commands for performing the review. The content would benefit greatly from trimming redundancy and moving detailed checklists to separate reference files.
Suggestions
Remove the duplicated 'Constituicao como rubric primario' section — it appears twice verbatim.
Move the detailed checklists (Pipeline, Código, Testes, Segurança, Documentação, Performance) to a separate referenced file like 'checklists/review-checklist.md' and keep only a summary in the main skill.
Add concrete executable examples: show actual commands to run checks (e.g., `npm audit`, `npx jest --coverage`), or show how to invoke the MCP tool `devkit_suggest_trailers` with sample input/output.
Trim the governance section to only list the 2-3 most critical policy references with brief context, rather than listing 8+ policies with minimal explanation of when each applies.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is excessively verbose with significant redundancy. The 'Constituicao como rubric primario' section is duplicated verbatim. It explains obvious concepts (what a reviewer does, what DRY/SOLID means to Claude), lists extensive governance references Claude doesn't need inline, and includes an anti-rationalization table that adds bulk without actionable value. Many sections restate the same ideas in different forms. | 1 / 3 |
Actionability | The checklists are concrete and specific (e.g., 'no console.log', 'npm audit sem HIGH/CRITICAL', 'coverage >= 80%'), which is good. However, there are no executable commands or code examples for actually performing the review steps. The workflow is described procedurally but lacks concrete tool invocations or scripts to run checks. References to templates and MCP tools exist but without showing their usage. | 2 / 3 |
Workflow Clarity | The multi-step review flow is clearly sequenced (receive → checklist → mark OK/FAIL → approve/reject → report). The rejection workflow includes explicit feedback loops (reject → orchestrator → responsible skill → fix → back to reviewer), a maximum cycle count (3), escalation paths, and conditional re-validation requirements (security changes require skill 06, logic changes require skill 05). Validation checkpoints are explicit throughout. | 3 / 3 |
Progressive Disclosure | The skill references external files appropriately (templates/review.md, templates/rejection.md, personas/code-reviewer.md, multiple policies), which is good progressive disclosure structure. However, the main file itself is a wall of text with extensive inline checklists that could be in separate referenced files. The governance section lists many policy references without clear signaling of when each matters. No bundle files were provided to verify references exist. | 2 / 3 |
Total | 8 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
7577622
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.