code-analysis

Analyze source files for code-quality issues and prioritized improvement recommendations.

Updated Mar 29, 2022
One-click install
npx skills add https://github.com/tangerine1202/cli-config --skill code-analysis-tangerine1202
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-analysis
Source: https://github.com/tangerine1202/cli-config/tree/main/claude/skills/code-analysis
Command: npx skills add https://github.com/tangerine1202/cli-config --skill code-analysis-tangerine1202

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill quickly identifies common code-quality issues, anti-patterns, and improvement opportunities to help you ship cleaner, more maintainable code. It generates a concise, prioritized report you can act on.

Core Features & Use Cases

  • Automated Issue Detection: Identifies hard-coded values, duplication, long functions, fragile dependencies, and naming inconsistencies.
  • Prioritized Recommendations: Ranks issues by impact and effort to help you focus on what matters.
  • Actionable Reports: Produces a concise summary with concrete, runnable improvement steps.

Quick Start

Run the code-analysis skill on your target file or project to get a quick quality snapshot. Example: analyze src/utils.py for issues and improvement opportunities.