Skill Coverage Audit banner
nyldn nyldn

Skill Coverage Audit

Security community

Description

--- name: skill-coverage-audit paths: - "**/*.test.*" - "**/*.spec.*" - "**/coverage/**" aliases: - coverage-audit - test-coverage description: "Trace codepaths in diffs, map against tests, auto-generate missing coverage — use before shipping PRs" trigger: | AUTOMATICALLY ACTIVATE when user requests coverage analysis: - "check test coverage" or "coverage audit" - "what's not tested" or "find untested code" - "generate tests for gaps" DO NOT activate for: - General code aud

Installation

Installs to ~/.claude/skills/nyldn-claude-octopus-skill-coverage-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nyldn-claude-octopus-skill-coverage-audit && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/.claude/skills/skill-coverage-audit.md -o ~/.claude/skills/nyldn-claude-octopus-skill-coverage-audit/SKILL.md

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

Full documentation available on GitHub

View Source Repository