Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
80
70%
Does it follow best practices?
Impact
97%
1.34xAverage score across 3 eval scenarios
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.opencode/skills/receiving-code-review/SKILL.mdQuality
Discovery
40%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 description clearly identifies when to use the skill but fails to explain what the skill actually does. It focuses heavily on philosophy and anti-patterns ('not performative agreement') rather than concrete capabilities. The description reads more like guidance on an approach than a skill that performs specific actions.
Suggestions
Add specific actions the skill performs, e.g., 'Analyzes code review feedback for technical validity, verifies suggestions against existing codebase patterns, and identifies potentially problematic recommendations'
Include more natural trigger terms users might say: 'PR comments', 'review suggestions', 'reviewer feedback', 'merge request comments'
Reframe the description to lead with capabilities rather than philosophy - move the 'what it does' before the 'when to use it'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | The description lacks concrete actions - it describes an attitude ('technical rigor and verification') and what NOT to do ('not performative agreement or blind implementation') but never specifies what the skill actually DOES (e.g., 'analyzes feedback validity', 'verifies suggestions against codebase'). | 1 / 3 |
Completeness | The 'when' is explicitly stated ('Use when receiving code review feedback, before implementing suggestions'), but the 'what' is essentially missing - it describes the approach/philosophy but not the actual capabilities or actions the skill performs. | 2 / 3 |
Trigger Term Quality | Contains some relevant keywords like 'code review feedback', 'implementing suggestions', and 'technically questionable', but misses common variations users might say like 'PR comments', 'review comments', 'suggested changes', or 'reviewer feedback'. | 2 / 3 |
Distinctiveness Conflict Risk | The focus on code review feedback provides some distinctiveness, but the vague capability description ('technical rigor and verification') could overlap with general code analysis or debugging skills. The niche is identifiable but boundaries are unclear. | 2 / 3 |
Total | 7 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an excellent skill that demonstrates strong technical writing. It's concise yet comprehensive, provides actionable guidance with concrete examples, and has clear workflows with validation checkpoints. The forbidden/allowed response patterns and real examples make the expected behavior unambiguous.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is lean and efficient, using structured patterns, tables, and examples without explaining concepts Claude already knows. Every section serves a purpose with no padding or unnecessary context. | 3 / 3 |
Actionability | Provides concrete, executable guidance with specific patterns, real examples showing good vs bad responses, and clear decision trees. The GitHub API command is copy-paste ready. | 3 / 3 |
Workflow Clarity | Clear sequential workflow with explicit validation checkpoints (READ→UNDERSTAND→VERIFY→EVALUATE→RESPOND→IMPLEMENT). Includes feedback loops for unclear items and explicit ordering for multi-item feedback. | 3 / 3 |
Progressive Disclosure | Well-organized with clear sections progressing from overview to specific scenarios. Content is appropriately structured within a single file given the skill's scope, with logical groupings and a summary table. | 3 / 3 |
Total | 12 / 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.
f062bf8
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.