code coverage skills

13 tagged code coverage, measured the same way as everything else here.

Browse within: ci-cd 6sonarqube 6swift 6swift-package 6swift-testing 6

peekie-attachments

01

dodobrands/Peekie

Skill Claude CodeCodex

Extract and list test attachments (screenshots, logs, blobs) from an Xcode .xcresult bundle via peekie attachments. Trigger when the user asks about attached files in a bundle — e.g. "extract failure screenshots from /tmp/Tests.xcresult to /tmp/out", "save attachments for a single test", "what's attached to my failing…

32 14d ago A 156 tokens original Apache-2.0

peekie-coverage

02

dodobrands/Peekie

Skill Claude CodeCodex

Extract code coverage from an Xcode .xcresult bundle via peekie coverage. Trigger when the user asks about coverage from a bundle — e.g. "what's the coverage in /tmp/Tests.xcresult?", "coverage per module please", "covered vs total lines for each file", "give me overall coverage as a percentage I can print in CI", "is…

32 14d ago A 115 tokens original Apache-2.0

peekie-tests

03

dodobrands/Peekie

Skill Claude CodeCodex

Parse and format test results from an Xcode .xcresult bundle via peekie tests. Trigger when the user asks anything about test outcomes from a bundle — e.g. "did the tests pass in /tmp/Tests.xcresult?", "show me failing tests from this build", "what tests failed?", "which tests were skipped?", "give me a JSON list of…

32 14d ago A 150 tokens original Apache-2.0

opro

04

OrangeproAI/orangepro-mcp

Skill Claude CodeCodex

Use OrangePro to find behavioral test gaps and generate grounded tests for this repository.

17 5d ago A 18 tokens original MIT

ambit

05

joshLong145/ambits

Skill Claude CodeCodex

Coverage-aware agent workflow tool. Use PROACTIVELY before modifying files, making architecture decisions, debugging, or reviewing code. Reports which symbols Claude has read (Seen%) vs read in full (Full%). Use MCP tools mcpambitcoverage or mcpambitcoveragefile when available; fall back to bash.

9 3mo ago A 71 tokens

Hyeonu-Cha/dotnet-coverage-mcp

Skill Claude CodeCodex

Identify uncovered branches and coverage changes for a specific .NET method. USE FOR: finding exactly which branch conditions are untested in a method, comparing current coverage against the previous baseline to see what improved. Calls GetUncoveredBranches and GetCoverageDiff via dotnet-coverage-mcp MCP tools. DO NOT…

1 15d ago A 90 tokens original MIT

Hyeonu-Cha/dotnet-coverage-mcp

Skill Claude CodeCodex

Iteratively write .NET unit tests to improve code coverage toward 80% line and branch targets. USE FOR: autonomously running tests, finding gaps, writing targeted tests, and repeating until 80% coverage or plateau. Calls all 7 dotnet-coverage-mcp MCP tools: GetSourceFiles, RunTestsWithCoverage, GetCoverageSummary…

1 15d ago A 139 tokens original MIT

scaffold-test-files

08

Hyeonu-Cha/dotnet-coverage-mcp

Skill Claude CodeCodex

Automatically create matching test directory structure and test files for a given .NET source file. USE FOR: when a user selects a source file and wants unit and/or integration test files created, mirroring the source project's folder structure under the test project. Detects existing test project layout (separate or…

1 15d ago A 106 tokens original MIT