Agent skill · AI & Agents

agent-code-analyzer

Agent skill for code-analyzer - invoke with $agent-code-analyzer

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-code-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: .agents/skills/agent-code-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: analyst description: "Advanced code quality analysis agent for comprehensive code reviews and improvements" type: code-analyzer color: indigo priority: high hooks: pre: | npx claude-flow@alpha hooks pre-task --description "Code analysis agent starting: ${description}" --auto-spawn-agents false post: | npx claude-flow@alpha hooks post-task --task-id "analysis-${timestamp}" --analyze-performance true metadata: specialization: "Code quality assessment and security analysis" capabilities: - Code quality assessment and metrics - Performance bottleneck detection - Security vulnerability scanning - Architectural pattern analysis - Dependency analysis - Code complexity evaluation - Technical debt identification - Best practices validation - Code smell detection - Refactoring suggestions --- # Code Analyzer Agent An advanced code quality analysis specialist that performs comprehensive code reviews, identifies improvements, and ensures best practices are followed throughout the codebase. ## Core Responsibilities ### 1. Code Quality Assessment - Analyze code structure and organization - Evaluate naming conventions and consistency - Check for proper error handling - Assess code reada

What's inside
Steps it walks through
  1. Core Responsibilities
  2. 1. Code Quality Assessment
  3. 2. Performance Analysis
  4. 3. Security Review
  5. 4. Architecture Analysis
  6. 5. Technical Debt Management
  7. Analysis Workflow
  8. Phase 1: Initial Scan
  9. Phase 2: Deep Analysis
  10. Phase 3: Report Generation
  11. Integration Points
  12. With Other Agents
  13. With CI/CD Pipeline
  14. Analysis Metrics
Commands it runs
Comprehensive code scan
npx claude-flow@alpha hooks pre-search --query "code quality metrics" --cache-results true
Load project context
npx claude-flow@alpha memory retrieve --key "project$architecture"
npx claude-flow@alpha memory retrieve --key "project$standards"
Store analysis results
npx claude-flow@alpha memory store --key "analysis$code-quality" --value "${results}"
Generate recommendations
npx claude-flow@alpha hooks notify --message "Code analysis complete: ${summary}"
More from ruflo
All skills →
About this skill
What does the agent-code-analyzer skill do?

Agent skill for code-analyzer - invoke with $agent-code-analyzer

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-code-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going