# Code Analysis

> Inspect supplied code or an attached source archive and report evidence-backed defects with minimal fixes.

- Skill: `skygazer42/code-analysis` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add skygazer42/code-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/skygazer42/code-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- License: Apache-2.0
- Author: skygazer42 (https://skillmd.com/u/skygazer42)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/skygazer42/code-analysis

---


# Code Analysis

Review only code supplied by the user or available in attached files.

## Procedure

1. Confirm the review goal. If none is given, prioritize correctness, security, and operational failures.
2. Inspect the smallest relevant file set. For ZIP input, list entries first and reject unsafe paths before extraction.
3. Run existing lightweight checks only when useful. Do not install packages, access the network, or modify source files.
4. Report only reproducible findings. Include file and line when available, impact, evidence, and the smallest viable fix.
5. Sort findings by severity, then state what was checked and any remaining uncertainty.

Do not confuse style preferences with defects and do not claim a command passed unless its observation shows success.

