Time Saved: 30 minutes - 1 hour debugging
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٣٧٩ من skills من fabioc-aloha/Alex_Skill_Mall. افتح أي skill لمراجعة مصدره وتفاصيله.
fabioc-aloha/Alex_Skill_Mallعرض ٤٠ من أصل ٣٧٩ skills مجمعة.
Time Saved: 30 minutes - 1 hour debugging
لغة النص الأصلي: الإنجليزية
Time saved: 2-4 hours per issue
لغة النص الأصلي: الإنجليزية
Azure Verified Modules (AVM), Bicep best practices, and MCP-powered infrastructure as code for Azure
لغة النص الأصلي: الإنجليزية
Design well-architected Azure cloud systems — 10 design principles, 6 architecture styles, 44 design patterns, technology choices, WAF pillars
لغة النص الأصلي: الإنجليزية
Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.
لغة النص الأصلي: الإنجليزية
Patterns for Microsoft Graph, Microsoft Entra ID, and enterprise feature integration in VS Code extensions
لغة النص الأصلي: الإنجليزية
Microsoft Entra Agent ID (preview) — create OAuth2-capable AI agent identities via Microsoft Graph beta API
لغة النص الأصلي: الإنجليزية
Import existing Azure resources into Terraform using Azure CLI discovery and Azure Verified Modules (AVM). Use when asked to reverse-engineer live Azure infrastructure, generate Infrastructure as Code from existing subscriptions/resource groups/resource IDs,…
لغة النص الأصلي: الإنجليزية
Domain: DevOps & Cloud Engineering
لغة النص الأصلي: الإنجليزية
Microsoft Fabric workspace management, governance, REST API patterns, and medallion architecture implementation
لغة النص الأصلي: الإنجليزية
Comprehensive Microsoft Graph API reference for M365 service integration
لغة النص الأصلي: الإنجليزية
Microsoft Authentication Library (MSAL) patterns for React/SPA applications with Entra ID
لغة النص الأصلي: الإنجليزية
Time Saved: 1+ hour debugging silent auth failures
لغة النص الأصلي: الإنجليزية
Create optimized multi-stage Dockerfiles for any language or framework
لغة النص الأصلي: الإنجليزية
Full Teams app development patterns.
لغة النص الأصلي: الإنجليزية
Update Azure Verified Modules (AVM) to latest versions in Bicep files.
لغة النص الأصلي: الإنجليزية
Shared audit integrity framework for all AppSec agents — enforces output quality, intellectual honesty, and continuous improvement through anti-rationalization guards, self-critique loops, retry protocols, non-negotiable behaviors, self-reflection quality…
لغة النص الأصلي: الإنجليزية
Use when a user asks to generate or improve unit tests with measurable coverage gains using a strict staged workflow (build -> baseline -> plan -> generate -> verify -> coverage delta). Trigger phrases: generate unit tests, improve coverage, write tests for…
لغة النص الأصلي: الإنجليزية
Code-scanning regex that looks for literal strings misses real usage:
لغة النص الأصلي: الإنجليزية
Systematic code review for correctness, security, and growth — not just style enforcement
لغة النص الأصلي: الإنجليزية
Date comparisons at thresholds fail due to fractional days:
لغة النص الأصلي: الإنجليزية
Adversarial code review with three parallel perspectives — Advocate, Skeptic, Architect — that create productive tension. Use for high-stakes PRs, architectural changes, or when single-pass review would miss issues. Surfaces findings through disagreement, not…
لغة النص الأصلي: الإنجليزية
Systematic 5-dimension audit framework for VS Code extensions — debug hygiene, dead code, performance, menu validation, dependency cleanup
لغة النص الأصلي: الإنجليزية
Plans without measurable success criteria drift into wishful thinking:
لغة النص الأصلي: الإنجليزية
One-time audits don't track improvement:
لغة النص الأصلي: الإنجليزية
When checking that all callers of a contract implement it correctly, you get false positives from wrapper delegators:
لغة النص الأصلي: الإنجليزية
CPU, memory, network bottleneck analysis — systematic performance investigation
لغة النص الأصلي: الإنجليزية
Python mock.patch must target the import location, not the definition location
لغة النص الأصلي: الإنجليزية
Systematic code refactoring to improve maintainability without changing behavior. Use when asked to "refactor this", "clean up this code", "improve code quality", "simplify this", "reduce complexity", or "eliminate code smells". Always preserves existing…
لغة النص الأصلي: الإنجليزية
Safe transformations — same behavior, better structure.
لغة النص الأصلي: الإنجليزية
Evaluate a repository's readiness for AI-assisted development across 4 axes: code understanding, dependency restore, build success, and test execution. Use when onboarding to a new repo, assessing CI readiness, or validating that an AI agent can work…
لغة النص الأصلي: الإنجليزية
Pattern-aware code scaffolding that detects existing conventions and generates new components matching the codebase style. Use when asked to "scaffold a component", "generate boilerplate", "create a new module", "bootstrap a service", "add a new endpoint",…
لغة النص الأصلي: الإنجليزية
Deep structural analysis of a codebase—dependency mapping, architecture boundary detection, coupling/cohesion scoring, and dead code discovery. Use when asked to "analyze codebase structure", "map dependencies", "find dead code", "architecture analysis",…
لغة النص الأصلي: الإنجليزية
Systematic technical debt inventory and prioritization. Use when asked to "find tech debt", "show me the TODOs", "how healthy is this codebase", "what should we fix first", "find code smells", "audit code quality", or "identify hotspots". Scans code markers,…
لغة النص الأصلي: الإنجليزية
Safe terminal command patterns — backtick escaping, output capture, and hang prevention
لغة النص الأصلي: الإنجليزية
Analyze test code quality to detect coverage-only tests, test smells, and low-value assertions. Use when asked to "analyze test quality", "find coverage-only tests", "audit our tests", "are these tests valuable", "find test smells", or "which tests should we…
لغة النص الأصلي: الإنجليزية
When renaming a function, test files have references that survive find-and-replace:
لغة النص الأصلي: الإنجليزية
Systematic testing for confidence without over-testing — the right test at the right level
لغة النص الأصلي: الإنجليزية
Systematic project audit pattern — version consistency, terminology, fact inventory, cross-references
لغة النص الأصلي: الإنجليزية
Visual output that passes static checks can still fail to render:
لغة النص الأصلي: الإنجليزية