Sayed Ibrahim Hashimi
Community@sayedihashimi
Product Manager at JetBrains
Agent Skills by Sayed Ibrahim Hashimi
Showing 64 vetted skills indexed across 1 GitHub repositories.
optimizing-ef-core-queries
Optimize EF Core queries to reduce N+1 patterns and excessive SQL.
technology-selection
Select AI/ML technology stacks for .NET 8+ projects using a decision-tree workflow.
exp-test-tagging
Tag C# tests with standardized traits and generate distribution summaries.
exp-simd-vectorization
Replace scalar loops with SIMD intrinsics or TensorPrimitives in .NET 8+.
dotnet-maui-doctor
Diagnose and fix .NET MAUI environment issues across macOS, Windows, and Linux.
dotnet-aot-compat
Resolve IL trim and AOT analyzer warnings for .NET Native AOT compatibility.
migrate-nullable-references
Enable Nullable Reference Types and migrate C# code with zero-runtime changes.
migrate-dotnet10-to-dotnet11
Migrate .NET 10 projects to .NET 11 and resolve breaking changes.
migrate-dotnet9-to-dotnet10
Migrate .NET 9 projects to .NET 10 and resolve breaking changes.
migrate-dotnet8-to-dotnet9
Migrate .NET 8 projects to .NET 9 by updating TargetFramework and dependencies.
thread-abort-migration
Migrate Thread.Abort usage to CancellationToken-based cooperative cancellation in .NET applications.
msbuild-antipatterns
Detect and remediate MSBuild antipatterns in .NET project files.
build-perf-baseline
Establish reproducible MSBuild baselines for cold, warm, and no-op builds.
binlog-failure-analysis
Replay MSBuild binlog files into searchable text logs for diagnosing build failures.
check-bin-obj-clash
Detect OutputPath and IntermediateOutputPath clashes in MSBuild/.NET projects.
binlog-generation
Generate MSBuild binary logs with the /bl: switch for .NET build diagnostics.
resolve-project-references
Interpret ResolveProjectReferences timing in MSBuild performance summaries.
msbuild-server
Enable persistent MSBuild server caching for faster dotnet build CLI performance.
incremental-build
Diagnose MSBuild incremental build issues and reduce unnecessary rebuilds.
build-perf-diagnostics
Analyze MSBuild binlogs to identify build performance bottlenecks.
directory-build-organization
Standardize MSBuild configuration across multi-project repos with Directory.Build.props and targets.
eval-performance
Diagnose MSBuild project evaluation performance bottlenecks using preprocessing and performance summaries.
msbuild-modernization
Identify legacy MSBuild projects and guide migration to SDK-style format.
build-parallelism
Optimize MSBuild parallelism with /maxcpucount and /graph for .NET builds.