بنقرة واحدة
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