with one click
gap-analysis
Run all gap discovery tests and present a unified summary
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run all gap discovery tests and present a unified summary
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | gap-analysis |
| description | Run all gap discovery tests and present a unified summary |
| argument-hint |
Run all gap discovery tests (fuzz, coverage, diagnostic sweep) and present a unified summary of results.
Usage: /gap-analysis
Behavior:
.claude/tmp/Log location: .claude/tmp/last-gap-analysis.log
mkdir -p .claude/tmp to ensure log directory existsrm -f .claude/tmp/last-gap-analysis.logdotnet build sharpy.sln > .claude/tmp/last-gap-analysis.log 2>&1
tail -80 .claude/tmp/last-gap-analysis.log, then echo "=== Full log: .claude/tmp/last-gap-analysis.log ===". Stop.dotnet test --filter "Category=GapDiscovery" --no-build >> .claude/tmp/last-gap-analysis.log 2>&1tail -100 .claude/tmp/last-gap-analysis.logtail -80 .claude/tmp/last-gap-analysis.log.claude/tmp/:
hover-fuzz-report.json — crash count, null symbol/type count, unknown type count, coverage %completion-fuzz-report.json — crash count, null/unknown receiver count, missing member count, coverage %diagnostic-sweep-report.json — pass/fail/crash counts, unexpected diagnostics, advisory warningssemantic-token-coverage-report.json — AST node coverage, unused token types, low-coverage filesSuggest and apply a semver version bump based on commits since the last tag
Push current branch to remote origin
Scaffold a new Sharpy.Stdlib module (spy-sourced or handwritten C#) with all required files, conventions, docs, and tests
Implement a plan with a coordinated agent team
Run compiler or cross-language benchmarks and compare results
Regenerate C# snapshot tests and spy stdlib after intentional codegen changes