Supercov — Security skill for Claude Code
Coverage, security and code quality for coding agents.
How to install Supercov
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open supercorp-ai/supercov and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Supercov does
Coverage, security and code quality for coding agents.
Alternatives in Security
- Deepsec — Deepsec is a security harness for finding vulnerabilities in your codebase powered by coding agents 7.8k ★
- Skill Code Review — Expert multi-AI code review with inline PR comments — use for thorough quality and security analysis 2.8k ★
- Marketplace — Security-audited skills for Claude, Codex & Claude Code 247 ★
README

**Coverage, security and code quality for coding agents**
**Supercov tells your coding agent what to fix and what to test.** It scores your code quality and flags security risks with [Jev](https://typesafe.ai), runs the test command you already use, and turns uncovered paths into small, actionable queries. Your agent picks a target, writes a focused test or a focused refactor, proves what improved, and keeps going.
Paste this to your coding agent to start:
Measure code quality with npx supercov.
Scoring needs a [TypeSafe AI](https://typesafe.ai) API key, and your coding agent will usually ask you for it. It costs about a cent per megabyte of source. Coverage needs no account, config file, import, custom reporter, or hosted service. Supercov is local, free, open source, and MIT licensed.
[Website](https://supercov.com) · [Documentation](https://supercov.com/docs) · [npm](https://www.npmjs.com/package/supercov) · [GitHub](https://github.com/supercorp-ai/supercov)
Supported languages: [JavaScript](https://supercov.com/docs/javascript) · [TypeScript](https://supercov.com/docs/javascript) · [Rust](https://supercov.com/docs/rust) · [Python](https://supercov.com/docs/python) · [Ruby](https://supercov.com/docs/ruby) · [Go](https://supercov.com/docs/go) · [Java](https://supercov.com/docs/java) · [Kotlin](https://supercov.com/docs/kotlin).
In Claude Code, Codex and Gemini CLI you can also [install it as a plugin](#give-supercov-a-job).
Supported by [Supercorp](https://supercorp.ai).
[Agent workflow](https://supercov.com/docs/agent-loop): ask your coding agent to add a test in your own project, with a recorded example to follow along.
Score your code
export TYPESAFE_API_KEY=... # get one at https://typesafe.ai
npx supercov quality
No arguments and no configuration. It finds your source, ask
Related Skills
Security Audit Extended
Read-only security audit skill for coding agents. Cloudflare's audit workflow (coverage ledger, verdict contra
Ultra Test
Pre-delivery quality audit (Anti-Pattern + Coverage Gap + E2E + Performance + Security)
Sovereign Skills
20 production-grade skills for AI coding agents — setup, scope, discipline, code review, security, session man
Audit Test
Audit test quality. Checks coverage gaps, test smells, naming, isolation. Recommends improvements and can gene
Marketplace Audit
Review plugin coverage and marketplace quality for the current workspace
Test Crusade
Unleash parallel Test Purist agents to audit coverage, test quality, and assertions across the codebase. No un
Related Agents
Review Code Quality
Reviews code changes for code quality, conventions, readability, DRY violations, error handling, test coverage
Code Reviewer Quality
Use this agent as the second stage of a code review, after spec compliance is confirmed — evaluating code qual
Session Reviewer
Use this agent between waves or at session end to verify work quality against the session plan. Checks impleme