원클릭으로
gap-analysis
Run all gap discovery tests and present a unified summary
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run all gap discovery tests and present a unified summary
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Suggest 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
| 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 files