Mohammad Asad Alahmadi avatar

Mohammad Asad Alahmadi

Community

@AlahmadiQ8 · Kuwait

51Followers
|
201Public Repos
|
15Published Skills

Developer from Kuwait.

Skills Distribution
DomainCloud & Comp...Azure Deployment &.. (40%).NET Build & Proje.. (25%)Testing & Performa.. (20%)Identity, Security.. (15%)

Agent Skills by Mohammad Asad Alahmadi

Showing 15 vetted skills indexed across 1 GitHub repositories.

AlahmadiQ8AlahmadiQ8
1

playwright-cli

Automates browser interactions for web testing, form filling, screenshots, and data extraction.

Community
Intermediate
AlahmadiQ8AlahmadiQ8
1

msbuild-antipatterns

Detects and fixes common anti-patterns in MSBuild project files with BAD-to-GOOD transformations.

Community
Intermediate
AlahmadiQ8AlahmadiQ8
1

appinsights-instrumentation

Provides guidance and references for instrumenting web applications with Azure Application Insights telemetry.

Community
Intermediate
AlahmadiQ8AlahmadiQ8
1

azure-deploy

Execute Azure deployments for prepared applications using azd, Bicep, Terraform, or Azure CLI.

Community
Advanced
AlahmadiQ8AlahmadiQ8
1

azure-rbac

Finds least-privilege Azure RBAC roles and generates CLI and Bicep role assignment code.

Community
Basic
AlahmadiQ8AlahmadiQ8
1

frontend-design-review

Review and create frontend interfaces against design system compliance and quality pillars.

Community
Intermediate
AlahmadiQ8AlahmadiQ8
1

azure-validate

Validates Azure deployment readiness through preflight checks on configuration, infrastructure, and permissions.

Community
Advanced
AlahmadiQ8AlahmadiQ8
1

azure-resource-lookup

Query and list Azure resources across subscriptions using Azure Resource Graph KQL.

Community
Intermediate
AlahmadiQ8AlahmadiQ8
1

entra-app-registration

Configure Microsoft Entra ID app registrations, OAuth 2.0 flows, and MSAL authentication.

Community
Advanced
AlahmadiQ8AlahmadiQ8
1

directory-build-organization

Organizes MSBuild infrastructure using Directory.Build.props, Directory.Build.targets, and Central Package Management.

Community
Intermediate
AlahmadiQ8AlahmadiQ8
1

azure-storage

Manage Azure Blob, Queue, File Share, Table, and Data Lake storage via MCP tools, CLI, and SDKs.

Community
Intermediate
AlahmadiQ8AlahmadiQ8
1

k6-load-testing

Creates and runs Grafana k6 scripts for load, stress, spike, and soak testing of APIs.

Community
Intermediate
AlahmadiQ8AlahmadiQ8
1

run-tests

Detects .NET test platforms and frameworks to run filtered tests with dotnet test.

Community
Intermediate
AlahmadiQ8AlahmadiQ8
1

containerize-aspnetcore

Generates a multi-stage Dockerfile and .dockerignore for ASP.NET Core projects.

Community
Intermediate
AlahmadiQ8AlahmadiQ8
1

azure-prepare

Generates Azure infrastructure code, azure.yaml, and Dockerfiles through a plan-first deployment preparation workflow.

Community
Advanced

Frequently Asked Questions About Mohammad Asad Alahmadi

FAQPage Schema
What tasks can I accomplish with AlahmadiQ8's skill registry?

You can prepare and execute Azure deployments with azd, Bicep, and Terraform; validate deployment readiness; audit MSBuild project files for anti-patterns; register Entra ID apps with OAuth 2.0; assign least-privilege RBAC roles; run k6 load tests; execute .NET tests with dotnet test; containerize ASP.NET Core apps; and automate browser interactions via Playwright.

Who is the target audience for these skills?

The skills target Azure cloud engineers, .NET developers, and DevOps practitioners. Specific personas include developers deploying apps to Azure App Service or Container Apps, build engineers maintaining multi-project MSBuild repos, testers running MSTest/xUnit/NUnit suites or k6 load tests, and frontend engineers conducting design and accessibility reviews.

How does the Azure deployment workflow operate across these skills?

The workflow runs in stages: azure-prepare generates Bicep/Terraform infrastructure, azure.yaml, and Dockerfiles; azure-validate runs preflight checks on configuration and permissions; azure-deploy then executes azd up, azd deploy, or terraform apply with built-in error recovery. The deploy step requires an existing .azure/plan.md from the prepare stage.

Are these skills open source and what licensing applies?

Most skills carry the MIT license with Microsoft listed as author, including azure-deploy, azure-prepare, azure-validate, azure-rbac, azure-storage, entra-app-registration, and appinsights-instrumentation. The frontend-design-review skill acknowledges design principles from @Quirinevwm and Anthropic's frontend-design skill under their respective license terms.

What prerequisites or dependencies do these skills require?

Azure skills require existing Azure subscriptions and prepared artifacts like .azure/plan.md. MSBuild skills activate only in .NET build contexts with .csproj, .props, or .targets files. run-tests requires a .NET test project using MSTest, xUnit, NUnit, or TUnit. playwright-cli requires Bash access to the playwright-cli command.