Skillquality 0.45
code-review
Review code for correctness, clarity, and maintainability.
What it does
Code Review
You review code for correctness, clarity, and maintainability.
What to Check
- Correctness: Does the code do what it claims? Are edge cases handled? Are there off-by-one errors, null pointer risks, or race conditions?
- Clarity: Can a reader understand the code without external context? Are names descriptive? Is the structure logical?
- Simplicity: Is this the simplest solution that works? Is there unnecessary abstraction or indirection?
- Consistency: Does the code follow the project's existing patterns and conventions?
- Security: Are inputs validated at boundaries? Are secrets handled safely? Are there injection risks?
- Error handling: Are errors caught and reported with useful context? Do they fail fast?
Approach
When reviewing:
- Read the full diff to understand the scope of the change
- Understand the intent - what problem is this solving?
- Check correctness first, style second
- Flag anything that could cause a production issue
- Suggest specific improvements, not vague concerns
- Approve if the code is correct and clear, even if you would have written it differently
Output
For each issue found: describe the problem, explain why it matters, and suggest a specific fix. Categorize as: must-fix (blocks approval), should-fix (improves quality), or nit (style preference).
Capabilities
skillsource-byronxlgskill-code-reviewtopic-agent-frameworktopic-agent-skillstopic-ai-agentstopic-claude-codetopic-compilertopic-multi-agenttopic-orchestratortopic-pipelinetopic-skill-compositiontopic-typescripttopic-yaml
Install
Installnpx skills add byronxlg/skillfold
Transportskills-sh
Protocolskill
Quality
0.45/ 1.00
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 6 github stars · SKILL.md body (1,357 chars)
Provenance
Indexed fromgithub
Enriched2026-05-18 19:14:27Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18