Sayed Ibrahim Hashimi avatar

Sayed Ibrahim Hashimi

Community

@sayedihashimi

703Followers
|
261Public Repos
|
64Published Skills

Product Manager at JetBrains

Agent Skills by Sayed Ibrahim Hashimi

Showing 64 vetted skills indexed across 1 GitHub repositories.

sayedihashimisayedihashimi
2

optimizing-ef-core-queries

Optimize EF Core queries to reduce N+1 patterns and excessive SQL.

Community
Advanced
sayedihashimisayedihashimi
2

technology-selection

Select AI/ML technology stacks for .NET 8+ projects using a decision-tree workflow.

Community
Advanced
sayedihashimisayedihashimi
2

exp-test-tagging

Tag C# tests with standardized traits and generate distribution summaries.

Community
Intermediate
sayedihashimisayedihashimi
2

exp-simd-vectorization

Replace scalar loops with SIMD intrinsics or TensorPrimitives in .NET 8+.

Community
Advanced
sayedihashimisayedihashimi
2

dotnet-maui-doctor

Diagnose and fix .NET MAUI environment issues across macOS, Windows, and Linux.

Community
Advanced
sayedihashimisayedihashimi
2

dotnet-aot-compat

Resolve IL trim and AOT analyzer warnings for .NET Native AOT compatibility.

Community
Advanced
sayedihashimisayedihashimi
2

migrate-nullable-references

Enable Nullable Reference Types and migrate C# code with zero-runtime changes.

Community
Advanced
sayedihashimisayedihashimi
2

migrate-dotnet10-to-dotnet11

Migrate .NET 10 projects to .NET 11 and resolve breaking changes.

Community
Advanced
sayedihashimisayedihashimi
2

migrate-dotnet9-to-dotnet10

Migrate .NET 9 projects to .NET 10 and resolve breaking changes.

Community
Advanced
sayedihashimisayedihashimi
2

migrate-dotnet8-to-dotnet9

Migrate .NET 8 projects to .NET 9 by updating TargetFramework and dependencies.

Community
Advanced
sayedihashimisayedihashimi
2

thread-abort-migration

Migrate Thread.Abort usage to CancellationToken-based cooperative cancellation in .NET applications.

Community
Advanced
sayedihashimisayedihashimi
2

msbuild-antipatterns

Detect and remediate MSBuild antipatterns in .NET project files.

Community
Advanced
sayedihashimisayedihashimi
2

build-perf-baseline

Establish reproducible MSBuild baselines for cold, warm, and no-op builds.

Community
Advanced
sayedihashimisayedihashimi
2

binlog-failure-analysis

Replay MSBuild binlog files into searchable text logs for diagnosing build failures.

Community
Advanced
sayedihashimisayedihashimi
2

check-bin-obj-clash

Detect OutputPath and IntermediateOutputPath clashes in MSBuild/.NET projects.

Community
Intermediate
sayedihashimisayedihashimi
2

binlog-generation

Generate MSBuild binary logs with the /bl: switch for .NET build diagnostics.

Community
Intermediate
sayedihashimisayedihashimi
2

resolve-project-references

Interpret ResolveProjectReferences timing in MSBuild performance summaries.

Community
Intermediate
sayedihashimisayedihashimi
2

msbuild-server

Enable persistent MSBuild server caching for faster dotnet build CLI performance.

Community
Intermediate
sayedihashimisayedihashimi
2

incremental-build

Diagnose MSBuild incremental build issues and reduce unnecessary rebuilds.

Community
Advanced
sayedihashimisayedihashimi
2

build-perf-diagnostics

Analyze MSBuild binlogs to identify build performance bottlenecks.

Community
Advanced
sayedihashimisayedihashimi
2

directory-build-organization

Standardize MSBuild configuration across multi-project repos with Directory.Build.props and targets.

Community
Intermediate
sayedihashimisayedihashimi
2

eval-performance

Diagnose MSBuild project evaluation performance bottlenecks using preprocessing and performance summaries.

Community
Advanced
sayedihashimisayedihashimi
2

msbuild-modernization

Identify legacy MSBuild projects and guide migration to SDK-style format.

Community
Advanced
sayedihashimisayedihashimi
2

build-parallelism

Optimize MSBuild parallelism with /maxcpucount and /graph for .NET builds.

Community
Intermediate