code-reviewer-1-code-quality

Sub-skill of code-reviewer: 1. Code Quality (+3).

5 stars

Best use case

code-reviewer-1-code-quality is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of code-reviewer: 1. Code Quality (+3).

Teams using code-reviewer-1-code-quality should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/1-code-quality/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/development/code-reviewer/1-code-quality/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/1-code-quality/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How code-reviewer-1-code-quality Compares

Feature / Agentcode-reviewer-1-code-qualityStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of code-reviewer: 1. Code Quality (+3).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 1. Code Quality (+3)

## 1. Code Quality


| Aspect | Check For |
|--------|-----------|
| Clarity | Readable, self-documenting code |
| Naming | Descriptive, consistent conventions |
| Structure | Single responsibility, appropriate abstraction |
| DRY | No unnecessary duplication |
| Complexity | Cyclomatic complexity within limits |

## 2. Security


| Aspect | Check For |
|--------|-----------|
| Input validation | All user inputs validated |
| SQL injection | Parameterized queries |
| XSS | Output encoding |
| Auth/AuthZ | Proper authentication and authorization |
| Secrets | No hardcoded credentials |
| Dependencies | Updated, no known vulnerabilities |

## 3. Performance


| Aspect | Check For |
|--------|-----------|
| Algorithms | Appropriate time complexity |
| Memory | No leaks, efficient usage |
| Database | Optimized queries, proper indexing |
| Caching | Appropriate cache usage |
| Async | Non-blocking operations where needed |

## 4. Testing


| Aspect | Check For |
|--------|-----------|
| Coverage | Critical paths tested |
| Quality | Meaningful assertions |
| Isolation | Tests don't depend on each other |
| Edge cases | Boundary conditions covered |
| Mocking | Minimal, appropriate mocking |

Related Skills

code-reviewer

5
from vamseeachanta/workspace-hub

Comprehensive code review toolkit for evaluating quality across multiple languages. Use for PR analysis, quality checking, and generating review reports. Based on alirezarezvani/Codex-skills.

skill-creator-content-quality

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: Content Quality (+3).

hydrodynamic-pipeline-checkpoint-1-mesh-quality

5
from vamseeachanta/workspace-hub

Sub-skill of hydrodynamic-pipeline: Checkpoint 1: Mesh Quality (+2).

gmsh-openfoam-orcaflex-gate-1-mesh-quality

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-openfoam-orcaflex: Gate 1 — Mesh Quality (+1).

signal-analysis-signal-quality

5
from vamseeachanta/workspace-hub

Sub-skill of signal-analysis: Signal Quality (+2).

orcawave-mesh-generation-panel-quality-thresholds

5
from vamseeachanta/workspace-hub

Sub-skill of orcawave-mesh-generation: Panel Quality Thresholds (+1).

orcaflex-rao-import-data-quality

5
from vamseeachanta/workspace-hub

Sub-skill of orcaflex-rao-import: Data Quality (+2).

mesh-utilities-batch-quality-check

5
from vamseeachanta/workspace-hub

Sub-skill of mesh-utilities: Batch Quality Check (+1).

gmsh-meshing-quality-metrics

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-meshing: Quality Metrics (+1).

blender-interface-mesh-quality-checks

5
from vamseeachanta/workspace-hub

Sub-skill of blender-interface: Mesh Quality Checks (+2).

planning-code-goal-code-quality-metrics

5
from vamseeachanta/workspace-hub

Sub-skill of planning-code-goal: Code Quality Metrics (+2).

github-sync-sync-quality-metrics

5
from vamseeachanta/workspace-hub

Sub-skill of github-sync: Sync Quality Metrics (+1).