# Code Analyzer

> Analyze code quality metrics for a Go package

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

---


Analyze the Go package at the path provided.

Report:
1. Number of Go files
2. Total lines of code
3. Number of exported functions
4. Number of test files
5. Test coverage estimate (files with tests / total files)

