# Code Analyzer

> DEMONSTRATION ONLY — Not intended for production use. Analyzes source code for complexity and style issues.

- Skill: `gwolf2025/code-analyzer` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add gwolf2025/code-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gwolf2025/code-analyzer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gwolf2025 (https://skillmd.com/u/gwolf2025)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gwolf2025/code-analyzer

---


# Code Analyzer

Run static analysis on source code files.

## Inputs

- `path`: Path to analyze (string)
- `tool`: Analysis tool to use (enum: eslint, pylint, clippy)

## Procedure

1. Discover source files
2. Run the selected analysis tool
3. Collect results
4. Generate report

## Outputs

- Analysis report with warnings and errors

