🔍
QualityTypeScript

Code Quality Analyzer

by ruvnet

Code Quality Analyzer is a Quality skill for Claude Code, published by ruvnet in ruflo.

67.8K stars8.1K forkson ruvnet/rufloAdded 2026/08/13Repository updated 2026/08/13
agentic-aiagentic-frameworkagentic-workflowagentsai-agentsai-assistantai-codingai-skillsautonomous-agentsclaude-codecodexharnessmcp-servermulti-agentmulti-agent-systemsnpmskillsswarmswarm-intelligencetypescript
Install in seconds
Install Code Quality Analyzer
Copy Code Quality Analyzer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ruvnet/ruflo/tree/main/.agents/skills/agent-analyze-code-quality ~/.claude/skills/agent-analyze-code-quality

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ruvnet/ruflo.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/agent-analyze-code-quality/SKILL.md in ruvnet/ruflo
Installs to
~/.claude/skills/agent-analyze-code-quality
Collection
One of 25 skills cataloged from this repository
Category
Quality1354 skills

What Code Quality Analyzer does

Code Quality Analyzer performs comprehensive code reviews and detects code smells, complexity, and technical debt. Use it to evaluate code quality, suggest refactoring opportunities, and check adherence to coding standards.

Code Quality Analyzer is cataloged under Quality on DirSkills. Code Quality Analyzer comes from a repository tagged agentic-ai, agentic-framework, agentic-workflow, agents and ai-agents.

Documentation

README


name: "code-analyzer" description: "Advanced code quality analysis agent for comprehensive code reviews and improvements" color: "purple" type: "analysis" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "Code quality, best practices, refactoring suggestions, technical debt" complexity: "complex" autonomous: true

triggers: keywords: - "code review" - "analyze code" - "code quality" - "refactor" - "technical debt" - "code smell" file_patterns: - "/*.js" - "/.ts" - "**/.py" - "**/*.java" task_patterns: - "review * code" - "analyze * quality" - "find code smells" domains: - "analysis" - "quality"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Code Quality Analyzer

  • What else does ruvnet publish alongside Code Quality Analyzer?

    Code Quality Analyzer is one of 25 skills that DirSkills catalogs from ruvnet/ruflo, the repository it ships in. Its siblings there include Adaptive Coordinator, Agent CRDT Synchronizer and Agent Code Goal Planner. Each one is a separate skill with its own page in this directory, installs the same way Code Quality Analyzer does, and is maintained by ruvnet in that same repository. The rest of the collection is listed on the ruvnet/ruflo page.

  • How does Code Quality Analyzer compare to other Quality skills?

    Code Quality Analyzer ranks #51 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Code Quality Analyzer against them. Open each page to compare what they document and how they install.

More from ruvnet/ruflo

Code Quality Analyzer is one of 25 skills cataloged on DirSkills from ruvnet/ruflo.

See all 25 skills
🧠
3w ago

Adaptive Coordinator

Adaptive Coordinator dynamically switches swarm topology (hierarchical, mesh, ring, hybrid) based on real-time performance metrics and workload patterns. Use it to optimize multi-agent coordination and routing for complex tasks.
AI Engineering
67.8K8.1K
🔄
3w ago

Agent CRDT Synchronizer

Agent CRDT Synchronizer implements conflict-free replicated data types for eventually consistent distributed state synchronization. Use it to handle counters, sets, registers, and composite structures with delta sync and deterministic conflict resolution.
DevOps
67.8K8.1K
🎯
3w ago

Agent Code Goal Planner

Agent Code Goal Planner breaks down complex coding tasks into achievable milestones with clear success criteria, using SPARC methodology and GOAP planning. Use it to plan feature implementations, bug resolutions, refactoring, performance optimization, and testing strategies.
AI Engineering
67.8K8.1K
🤖
3w ago

Agent Coordination

Agent Coordination spawns and manages agents for complex multi-agent tasks. Use it to coordinate over 60 agent types, manage pools, and route work like bug fixes, features, refactors, performance, and security.
AI Engineering
67.8K8.1K
💳
3w ago

Agentic Payments

Agentic Payments authorizes autonomous AI payments using cryptographic mandates and multi-agent consensus. Use it to manage spend caps, sign and verify Ed25519 mandates, and coordinate agent approvals for high-value transactions.
AI Engineering
67.8K8.1K
🏗️
3w ago

Architecture

Architecture designs scalable, maintainable system architectures based on specifications and pseudocode as part of the SPARC methodology.
DevOps
67.8K8.1K