Code Coverage banner
phariyawitjiap-aeternix phariyawitjiap-aeternix

Code Coverage

Testing community

Description

--- name: code-coverage description: "Test coverage analyzer with auto-suggested missing test cases" profile: full triggers: en: ["code coverage", "test coverage", "coverage report", "missing tests"] th: ["ครอบคลุมเทสต์", "coverage", "รายงาน coverage"] reads: [] writes: [] wires: [] tests: [] supersedes: [] --- ## Quick Reference Analyzes test coverage and suggests missing test cases. - **Run**: Execute test suite with coverage instrumentation - **Analyze**: Identify uncovered lines, branch

Installation

Installs to ~/.claude/skills/phariyawitjiap-aeternix-aegis-team-code-coverage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/phariyawitjiap-aeternix-aegis-team-code-coverage && curl -fsSL https://raw.githubusercontent.com/phariyawitjiap-aeternix/AEGIS-Team/HEAD/skills/code-coverage.md -o ~/.claude/skills/phariyawitjiap-aeternix-aegis-team-code-coverage/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository