[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-azure-functions-doctor":3,"mdc--zf5x3z-key":32,"related-org-azure-azure-functions-doctor":664,"related-repo-azure-azure-functions-doctor":843},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":27,"sourceUrl":30,"mdContent":31},"azure-functions-doctor","diagnose Azure Functions workspace configuration","Analyze local Azure Functions workspace code and configuration for common issues. Produces structured JSON findings for integration with the doctor CLI command. This skill targets local workspaces only — use azure-functions-diagnostics for deployed Azure resources.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"azure","Azure (Microsoft)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fazure.png","Azure",[13,15,18],{"name":11,"slug":8,"type":14},"tag",{"name":16,"slug":17,"type":14},"Code Analysis","code-analysis",{"name":19,"slug":20,"type":14},"Debugging","debugging",12,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-functions-skills","2026-07-15T06:02:46.335328",null,1,[],{"repoUrl":22,"stars":21,"forks":25,"topics":28,"description":29},[],"A repository for Azure Functions skills, prompts, and reusable definitions to support agentic development and operational workflows.","https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-functions-skills\u002Ftree\u002FHEAD\u002Ftemplates\u002Fskills\u002Fazure-functions-doctor","---\nname: azure-functions-doctor\ntitle: Azure Functions Project Diagnostics\ndescription: \"Analyze local Azure Functions workspace code and configuration for common issues. Produces structured JSON findings for integration with the doctor CLI command. This skill targets local workspaces only — use azure-functions-diagnostics for deployed Azure resources.\"\ncategory: task\n---\n\n# Azure Functions Project Diagnostics\n\nAnalyze the local Azure Functions workspace for code and configuration issues that static checks cannot detect. This skill is invoked by the `azure-functions-skills doctor --deep` CLI command.\n\n## Instructions\n\nYou are running as part of `azure-functions-doctor`. Analyze the workspace at the current directory for Azure Functions code and configuration issues that require semantic understanding.\n\nBefore detailed analysis, read `references\u002Frouting.md` and then load only the checklist reference files that match the project language, detected triggers\u002Fbindings, and requested execution scope. Do not load every checklist by default.\n\n## Context from built-in checks\n\nThe CLI has already run Tier 1 deterministic checks. Their results are provided below for context — do not repeat checks that have already passed or been reported.\n\n{{tier1Results}}\n\n## Analysis scope\n\nFocus on issues that require understanding code semantics, not just syntax or file structure:\n\n### Code quality\n- Load `references\u002Fai-semantic-checks.md` for semantic code-quality checks.\n- Load `references\u002Flanguage-checks.md` for language-specific patterns.\n\n### Configuration coherence\n- Load `references\u002Fsource-only-checks.md` when interpreting deterministic check output.\n- Load `references\u002Fiac-azure-resource-checks.md` only when IaC files or Azure resource context are present.\n\n### Azure Functions-specific patterns\n- Use the routed checklist files to evaluate Durable, Service Bus, Event Hubs, storage, HTTP, timer, and language-specific risks.\n- Prefer findings with concrete evidence from a file path and line number.\n\n## Output\n\nWrite your findings as a JSON array to the file path specified below. Each finding must follow this schema:\n\n```json\n{\n  \"id\": \"string — short kebab-case identifier\",\n  \"category\": \"string — code | configuration | pattern\",\n  \"severity\": \"critical | high | medium | low | info\",\n  \"status\": \"fail | warn\",\n  \"title\": \"string — short human-readable title\",\n  \"message\": \"string — detailed description\",\n  \"file\": \"string — relative file path (optional)\",\n  \"line\": \"number — line number (optional)\",\n  \"recommendation\": \"string — how to fix (optional)\"\n}\n```\n\n**Report file path:** {{reportPath}}\n\n## Rules\n\n1. Only report actual problems — do not suggest improvements unless they fix an issue.\n2. Be specific: include file paths and line numbers when possible.\n3. Do not repeat findings already covered by the Tier 1 built-in checks.\n4. If no issues are found, write an empty JSON array `[]`.\n5. Do not modify any project files — this is a read-only analysis.\n",{"data":33,"body":36},{"name":4,"title":34,"description":6,"category":35},"Azure Functions Project Diagnostics","task",{"type":37,"children":38},"root",[39,47,62,69,81,94,100,105,113,119,124,131,161,167,194,200,213,219,224,600,615,621,658],{"type":40,"tag":41,"props":42,"children":44},"element","h1",{"id":43},"azure-functions-project-diagnostics",[45],{"type":46,"value":34},"text",{"type":40,"tag":48,"props":49,"children":50},"p",{},[51,53,60],{"type":46,"value":52},"Analyze the local Azure Functions workspace for code and configuration issues that static checks cannot detect. This skill is invoked by the ",{"type":40,"tag":54,"props":55,"children":57},"code",{"className":56},[],[58],{"type":46,"value":59},"azure-functions-skills doctor --deep",{"type":46,"value":61}," CLI command.",{"type":40,"tag":63,"props":64,"children":66},"h2",{"id":65},"instructions",[67],{"type":46,"value":68},"Instructions",{"type":40,"tag":48,"props":70,"children":71},{},[72,74,79],{"type":46,"value":73},"You are running as part of ",{"type":40,"tag":54,"props":75,"children":77},{"className":76},[],[78],{"type":46,"value":4},{"type":46,"value":80},". Analyze the workspace at the current directory for Azure Functions code and configuration issues that require semantic understanding.",{"type":40,"tag":48,"props":82,"children":83},{},[84,86,92],{"type":46,"value":85},"Before detailed analysis, read ",{"type":40,"tag":54,"props":87,"children":89},{"className":88},[],[90],{"type":46,"value":91},"references\u002Frouting.md",{"type":46,"value":93}," and then load only the checklist reference files that match the project language, detected triggers\u002Fbindings, and requested execution scope. Do not load every checklist by default.",{"type":40,"tag":63,"props":95,"children":97},{"id":96},"context-from-built-in-checks",[98],{"type":46,"value":99},"Context from built-in checks",{"type":40,"tag":48,"props":101,"children":102},{},[103],{"type":46,"value":104},"The CLI has already run Tier 1 deterministic checks. Their results are provided below for context — do not repeat checks that have already passed or been reported.",{"type":40,"tag":48,"props":106,"children":107},{},[108],{"type":40,"tag":109,"props":110,"children":112},"binding",{"value":111},"tier1Results",[],{"type":40,"tag":63,"props":114,"children":116},{"id":115},"analysis-scope",[117],{"type":46,"value":118},"Analysis scope",{"type":40,"tag":48,"props":120,"children":121},{},[122],{"type":46,"value":123},"Focus on issues that require understanding code semantics, not just syntax or file structure:",{"type":40,"tag":125,"props":126,"children":128},"h3",{"id":127},"code-quality",[129],{"type":46,"value":130},"Code quality",{"type":40,"tag":132,"props":133,"children":134},"ul",{},[135,149],{"type":40,"tag":136,"props":137,"children":138},"li",{},[139,141,147],{"type":46,"value":140},"Load ",{"type":40,"tag":54,"props":142,"children":144},{"className":143},[],[145],{"type":46,"value":146},"references\u002Fai-semantic-checks.md",{"type":46,"value":148}," for semantic code-quality checks.",{"type":40,"tag":136,"props":150,"children":151},{},[152,153,159],{"type":46,"value":140},{"type":40,"tag":54,"props":154,"children":156},{"className":155},[],[157],{"type":46,"value":158},"references\u002Flanguage-checks.md",{"type":46,"value":160}," for language-specific patterns.",{"type":40,"tag":125,"props":162,"children":164},{"id":163},"configuration-coherence",[165],{"type":46,"value":166},"Configuration coherence",{"type":40,"tag":132,"props":168,"children":169},{},[170,182],{"type":40,"tag":136,"props":171,"children":172},{},[173,174,180],{"type":46,"value":140},{"type":40,"tag":54,"props":175,"children":177},{"className":176},[],[178],{"type":46,"value":179},"references\u002Fsource-only-checks.md",{"type":46,"value":181}," when interpreting deterministic check output.",{"type":40,"tag":136,"props":183,"children":184},{},[185,186,192],{"type":46,"value":140},{"type":40,"tag":54,"props":187,"children":189},{"className":188},[],[190],{"type":46,"value":191},"references\u002Fiac-azure-resource-checks.md",{"type":46,"value":193}," only when IaC files or Azure resource context are present.",{"type":40,"tag":125,"props":195,"children":197},{"id":196},"azure-functions-specific-patterns",[198],{"type":46,"value":199},"Azure Functions-specific patterns",{"type":40,"tag":132,"props":201,"children":202},{},[203,208],{"type":40,"tag":136,"props":204,"children":205},{},[206],{"type":46,"value":207},"Use the routed checklist files to evaluate Durable, Service Bus, Event Hubs, storage, HTTP, timer, and language-specific risks.",{"type":40,"tag":136,"props":209,"children":210},{},[211],{"type":46,"value":212},"Prefer findings with concrete evidence from a file path and line number.",{"type":40,"tag":63,"props":214,"children":216},{"id":215},"output",[217],{"type":46,"value":218},"Output",{"type":40,"tag":48,"props":220,"children":221},{},[222],{"type":46,"value":223},"Write your findings as a JSON array to the file path specified below. Each finding must follow this schema:",{"type":40,"tag":225,"props":226,"children":231},"pre",{"className":227,"code":228,"language":229,"meta":230,"style":230},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"id\": \"string — short kebab-case identifier\",\n  \"category\": \"string — code | configuration | pattern\",\n  \"severity\": \"critical | high | medium | low | info\",\n  \"status\": \"fail | warn\",\n  \"title\": \"string — short human-readable title\",\n  \"message\": \"string — detailed description\",\n  \"file\": \"string — relative file path (optional)\",\n  \"line\": \"number — line number (optional)\",\n  \"recommendation\": \"string — how to fix (optional)\"\n}\n","json","",[232],{"type":40,"tag":54,"props":233,"children":234},{"__ignoreMap":230},[235,246,291,329,367,405,443,481,519,556,591],{"type":40,"tag":236,"props":237,"children":239},"span",{"class":238,"line":25},"line",[240],{"type":40,"tag":236,"props":241,"children":243},{"style":242},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[244],{"type":46,"value":245},"{\n",{"type":40,"tag":236,"props":247,"children":249},{"class":238,"line":248},2,[250,255,261,266,271,276,282,286],{"type":40,"tag":236,"props":251,"children":252},{"style":242},[253],{"type":46,"value":254},"  \"",{"type":40,"tag":236,"props":256,"children":258},{"style":257},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[259],{"type":46,"value":260},"id",{"type":40,"tag":236,"props":262,"children":263},{"style":242},[264],{"type":46,"value":265},"\"",{"type":40,"tag":236,"props":267,"children":268},{"style":242},[269],{"type":46,"value":270},":",{"type":40,"tag":236,"props":272,"children":273},{"style":242},[274],{"type":46,"value":275}," \"",{"type":40,"tag":236,"props":277,"children":279},{"style":278},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[280],{"type":46,"value":281},"string — short kebab-case identifier",{"type":40,"tag":236,"props":283,"children":284},{"style":242},[285],{"type":46,"value":265},{"type":40,"tag":236,"props":287,"children":288},{"style":242},[289],{"type":46,"value":290},",\n",{"type":40,"tag":236,"props":292,"children":294},{"class":238,"line":293},3,[295,299,304,308,312,316,321,325],{"type":40,"tag":236,"props":296,"children":297},{"style":242},[298],{"type":46,"value":254},{"type":40,"tag":236,"props":300,"children":301},{"style":257},[302],{"type":46,"value":303},"category",{"type":40,"tag":236,"props":305,"children":306},{"style":242},[307],{"type":46,"value":265},{"type":40,"tag":236,"props":309,"children":310},{"style":242},[311],{"type":46,"value":270},{"type":40,"tag":236,"props":313,"children":314},{"style":242},[315],{"type":46,"value":275},{"type":40,"tag":236,"props":317,"children":318},{"style":278},[319],{"type":46,"value":320},"string — code | configuration | pattern",{"type":40,"tag":236,"props":322,"children":323},{"style":242},[324],{"type":46,"value":265},{"type":40,"tag":236,"props":326,"children":327},{"style":242},[328],{"type":46,"value":290},{"type":40,"tag":236,"props":330,"children":332},{"class":238,"line":331},4,[333,337,342,346,350,354,359,363],{"type":40,"tag":236,"props":334,"children":335},{"style":242},[336],{"type":46,"value":254},{"type":40,"tag":236,"props":338,"children":339},{"style":257},[340],{"type":46,"value":341},"severity",{"type":40,"tag":236,"props":343,"children":344},{"style":242},[345],{"type":46,"value":265},{"type":40,"tag":236,"props":347,"children":348},{"style":242},[349],{"type":46,"value":270},{"type":40,"tag":236,"props":351,"children":352},{"style":242},[353],{"type":46,"value":275},{"type":40,"tag":236,"props":355,"children":356},{"style":278},[357],{"type":46,"value":358},"critical | high | medium | low | info",{"type":40,"tag":236,"props":360,"children":361},{"style":242},[362],{"type":46,"value":265},{"type":40,"tag":236,"props":364,"children":365},{"style":242},[366],{"type":46,"value":290},{"type":40,"tag":236,"props":368,"children":370},{"class":238,"line":369},5,[371,375,380,384,388,392,397,401],{"type":40,"tag":236,"props":372,"children":373},{"style":242},[374],{"type":46,"value":254},{"type":40,"tag":236,"props":376,"children":377},{"style":257},[378],{"type":46,"value":379},"status",{"type":40,"tag":236,"props":381,"children":382},{"style":242},[383],{"type":46,"value":265},{"type":40,"tag":236,"props":385,"children":386},{"style":242},[387],{"type":46,"value":270},{"type":40,"tag":236,"props":389,"children":390},{"style":242},[391],{"type":46,"value":275},{"type":40,"tag":236,"props":393,"children":394},{"style":278},[395],{"type":46,"value":396},"fail | warn",{"type":40,"tag":236,"props":398,"children":399},{"style":242},[400],{"type":46,"value":265},{"type":40,"tag":236,"props":402,"children":403},{"style":242},[404],{"type":46,"value":290},{"type":40,"tag":236,"props":406,"children":408},{"class":238,"line":407},6,[409,413,418,422,426,430,435,439],{"type":40,"tag":236,"props":410,"children":411},{"style":242},[412],{"type":46,"value":254},{"type":40,"tag":236,"props":414,"children":415},{"style":257},[416],{"type":46,"value":417},"title",{"type":40,"tag":236,"props":419,"children":420},{"style":242},[421],{"type":46,"value":265},{"type":40,"tag":236,"props":423,"children":424},{"style":242},[425],{"type":46,"value":270},{"type":40,"tag":236,"props":427,"children":428},{"style":242},[429],{"type":46,"value":275},{"type":40,"tag":236,"props":431,"children":432},{"style":278},[433],{"type":46,"value":434},"string — short human-readable title",{"type":40,"tag":236,"props":436,"children":437},{"style":242},[438],{"type":46,"value":265},{"type":40,"tag":236,"props":440,"children":441},{"style":242},[442],{"type":46,"value":290},{"type":40,"tag":236,"props":444,"children":446},{"class":238,"line":445},7,[447,451,456,460,464,468,473,477],{"type":40,"tag":236,"props":448,"children":449},{"style":242},[450],{"type":46,"value":254},{"type":40,"tag":236,"props":452,"children":453},{"style":257},[454],{"type":46,"value":455},"message",{"type":40,"tag":236,"props":457,"children":458},{"style":242},[459],{"type":46,"value":265},{"type":40,"tag":236,"props":461,"children":462},{"style":242},[463],{"type":46,"value":270},{"type":40,"tag":236,"props":465,"children":466},{"style":242},[467],{"type":46,"value":275},{"type":40,"tag":236,"props":469,"children":470},{"style":278},[471],{"type":46,"value":472},"string — detailed description",{"type":40,"tag":236,"props":474,"children":475},{"style":242},[476],{"type":46,"value":265},{"type":40,"tag":236,"props":478,"children":479},{"style":242},[480],{"type":46,"value":290},{"type":40,"tag":236,"props":482,"children":484},{"class":238,"line":483},8,[485,489,494,498,502,506,511,515],{"type":40,"tag":236,"props":486,"children":487},{"style":242},[488],{"type":46,"value":254},{"type":40,"tag":236,"props":490,"children":491},{"style":257},[492],{"type":46,"value":493},"file",{"type":40,"tag":236,"props":495,"children":496},{"style":242},[497],{"type":46,"value":265},{"type":40,"tag":236,"props":499,"children":500},{"style":242},[501],{"type":46,"value":270},{"type":40,"tag":236,"props":503,"children":504},{"style":242},[505],{"type":46,"value":275},{"type":40,"tag":236,"props":507,"children":508},{"style":278},[509],{"type":46,"value":510},"string — relative file path (optional)",{"type":40,"tag":236,"props":512,"children":513},{"style":242},[514],{"type":46,"value":265},{"type":40,"tag":236,"props":516,"children":517},{"style":242},[518],{"type":46,"value":290},{"type":40,"tag":236,"props":520,"children":522},{"class":238,"line":521},9,[523,527,531,535,539,543,548,552],{"type":40,"tag":236,"props":524,"children":525},{"style":242},[526],{"type":46,"value":254},{"type":40,"tag":236,"props":528,"children":529},{"style":257},[530],{"type":46,"value":238},{"type":40,"tag":236,"props":532,"children":533},{"style":242},[534],{"type":46,"value":265},{"type":40,"tag":236,"props":536,"children":537},{"style":242},[538],{"type":46,"value":270},{"type":40,"tag":236,"props":540,"children":541},{"style":242},[542],{"type":46,"value":275},{"type":40,"tag":236,"props":544,"children":545},{"style":278},[546],{"type":46,"value":547},"number — line number (optional)",{"type":40,"tag":236,"props":549,"children":550},{"style":242},[551],{"type":46,"value":265},{"type":40,"tag":236,"props":553,"children":554},{"style":242},[555],{"type":46,"value":290},{"type":40,"tag":236,"props":557,"children":559},{"class":238,"line":558},10,[560,564,569,573,577,581,586],{"type":40,"tag":236,"props":561,"children":562},{"style":242},[563],{"type":46,"value":254},{"type":40,"tag":236,"props":565,"children":566},{"style":257},[567],{"type":46,"value":568},"recommendation",{"type":40,"tag":236,"props":570,"children":571},{"style":242},[572],{"type":46,"value":265},{"type":40,"tag":236,"props":574,"children":575},{"style":242},[576],{"type":46,"value":270},{"type":40,"tag":236,"props":578,"children":579},{"style":242},[580],{"type":46,"value":275},{"type":40,"tag":236,"props":582,"children":583},{"style":278},[584],{"type":46,"value":585},"string — how to fix (optional)",{"type":40,"tag":236,"props":587,"children":588},{"style":242},[589],{"type":46,"value":590},"\"\n",{"type":40,"tag":236,"props":592,"children":594},{"class":238,"line":593},11,[595],{"type":40,"tag":236,"props":596,"children":597},{"style":242},[598],{"type":46,"value":599},"}\n",{"type":40,"tag":48,"props":601,"children":602},{},[603,609,611],{"type":40,"tag":604,"props":605,"children":606},"strong",{},[607],{"type":46,"value":608},"Report file path:",{"type":46,"value":610}," ",{"type":40,"tag":109,"props":612,"children":614},{"value":613},"reportPath",[],{"type":40,"tag":63,"props":616,"children":618},{"id":617},"rules",[619],{"type":46,"value":620},"Rules",{"type":40,"tag":622,"props":623,"children":624},"ol",{},[625,630,635,640,653],{"type":40,"tag":136,"props":626,"children":627},{},[628],{"type":46,"value":629},"Only report actual problems — do not suggest improvements unless they fix an issue.",{"type":40,"tag":136,"props":631,"children":632},{},[633],{"type":46,"value":634},"Be specific: include file paths and line numbers when possible.",{"type":40,"tag":136,"props":636,"children":637},{},[638],{"type":46,"value":639},"Do not repeat findings already covered by the Tier 1 built-in checks.",{"type":40,"tag":136,"props":641,"children":642},{},[643,645,651],{"type":46,"value":644},"If no issues are found, write an empty JSON array ",{"type":40,"tag":54,"props":646,"children":648},{"className":647},[],[649],{"type":46,"value":650},"[]",{"type":46,"value":652},".",{"type":40,"tag":136,"props":654,"children":655},{},[656],{"type":46,"value":657},"Do not modify any project files — this is a read-only analysis.",{"type":40,"tag":659,"props":660,"children":661},"style",{},[662],{"type":46,"value":663},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":665,"total":842},[666,685,704,723,738,753,766,781,792,806,817,830],{"slug":667,"name":667,"fn":668,"description":669,"org":670,"tags":671,"stars":682,"repoUrl":683,"updatedAt":684},"azure-arg-external-evaluation-policy-author","author and test Azure Resource Graph policies","Use when the user wants to author, design, or test an Azure Policy that queries Azure Resource Graph (ARG) at request-time — i.e. a policy whose deny\u002Faudit decision depends on data from elsewhere in the subscription (sibling\u002Fparent resource state, RG-wide invariants, multi-hop relationships, etc.). Formally called Azure Policy External Evaluation; sometimes referred to colloquially as \"Invoke\". Drives an iterative KQL co-design loop against the user's real subscription via `az graph query`, then emits a policy definition, assignment, `.http` test flow, and an `EXPLANATION.md` companion. Read-only; never provisions anything.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[672,673,676,679],{"name":11,"slug":8,"type":14},{"name":674,"slug":675,"type":14},"Compliance","compliance",{"name":677,"slug":678,"type":14},"Governance","governance",{"name":680,"slug":681,"type":14},"Policy","policy",1686,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":686,"name":686,"fn":687,"description":688,"org":689,"tags":690,"stars":701,"repoUrl":702,"updatedAt":703},"azure-blueprints-migration","migrate Azure Blueprints to Template Specs","Use when a user needs to migrate off Azure Blueprints (definitions and\u002For assignments) to Template Specs and Deployment Stacks before the January 31, 2027 retirement. Covers inventory, export, conversion to Bicep, policy decoupling, Template Spec publishing, Deployment Stack deployment with deny-settings, validation, and cutover.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[691,692,695,698],{"name":11,"slug":8,"type":14},{"name":693,"slug":694,"type":14},"Deployment","deployment",{"name":696,"slug":697,"type":14},"Infrastructure as Code","infrastructure-as-code",{"name":699,"slug":700,"type":14},"Migration","migration",260,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-07-12T08:17:49.646405",{"slug":705,"name":705,"fn":706,"description":707,"org":708,"tags":709,"stars":720,"repoUrl":721,"updatedAt":722},"apiview-feedback-resolution","resolve APIView feedback on Azure SDKs","Analyze and resolve APIView review feedback on Azure SDK PRs. **UTILITY SKILL**. USE FOR: APIView comments, API review feedback, SDK API surface changes. DO NOT USE FOR: general code review, non-APIView feedback. INVOKES: azure-sdk-mcp:azsdk_apiview_get_comments, azure-sdk-mcp:azsdk_typespec_customized_code_update.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[710,713,714,717],{"name":711,"slug":712,"type":14},"API Development","api-development",{"name":11,"slug":8,"type":14},{"name":715,"slug":716,"type":14},"Code Review","code-review",{"name":718,"slug":719,"type":14},"Documentation","documentation",133,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-sdk-tools","2026-07-12T08:17:43.350876",{"slug":724,"name":724,"fn":725,"description":726,"org":727,"tags":728,"stars":720,"repoUrl":721,"updatedAt":737},"azsdk-common-live-and-recorded-tests","deploy resources and run Azure SDK tests","Deploy test resources and run Azure SDK tests in live, record, or playback mode. WHEN: \"run live tests\", \"run recorded tests\", \"deploy test resources\", \"record tests\", \"run tests in record mode\", \"clean up test resources\", \"run tests against live resources\". DO NOT USE FOR: writing new tests, authoring Bicep templates, playback-only test runs without resource deployment. INVOKES: azure-sdk-mcp:azsdk_package_run_tests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[729,730,731,734],{"name":11,"slug":8,"type":14},{"name":693,"slug":694,"type":14},{"name":732,"slug":733,"type":14},"SDK","sdk",{"name":735,"slug":736,"type":14},"Testing","testing","2026-07-12T08:17:44.718943",{"slug":739,"name":739,"fn":740,"description":741,"org":742,"tags":743,"stars":720,"repoUrl":721,"updatedAt":752},"azsdk-common-prepare-release-plan","manage Azure SDK release plan work items","Create, get, update, abandon, and link SDK PRs to release plan work items for Azure SDK releases. **UTILITY SKILL**. USE FOR: \"create release plan\", \"get release plan\", \"update release plan\", \"update API spec in release plan\", \"update SDK details in release plan\", \"abandon release plan\", \"link SDK PR to plan\", \"namespace approval\", \"check release plan status\". DO NOT USE FOR: SDK code generation, pipeline troubleshooting, API review feedback. INVOKES: azure-sdk-mcp:azsdk_create_release_plan, azure-sdk-mcp:azsdk_get_release_plan, azure-sdk-mcp:azsdk_get_release_plan_for_spec_pr, azure-sdk-mcp:azsdk_update_release_plan, azure-sdk-mcp:azsdk_update_api_spec_pull_request_in_release_plan, azure-sdk-mcp:azsdk_update_sdk_details_in_release_plan, azure-sdk-mcp:azsdk_abandon_release_plan, azure-sdk-mcp:azsdk_link_sdk_pull_request_to_release_plan, azure-sdk-mcp:azsdk_link_namespace_approval_issue.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[744,745,748,751],{"name":11,"slug":8,"type":14},{"name":746,"slug":747,"type":14},"GitHub","github",{"name":749,"slug":750,"type":14},"Project Management","project-management",{"name":732,"slug":733,"type":14},"2026-07-12T08:17:38.345387",{"slug":754,"name":754,"fn":755,"description":756,"org":757,"tags":758,"stars":720,"repoUrl":721,"updatedAt":765},"azsdk-common-sdk-release","release Azure SDK packages","Check release readiness and trigger the release pipeline for Azure SDK packages. **UTILITY SKILL**. USE FOR: \"release SDK\", \"trigger release\", \"check release readiness\", \"release pipeline\", \"publish package\", \"ship SDK\". DO NOT USE FOR: SDK development, code generation, pipeline debugging, release plan creation. INVOKES: azure-sdk-mcp:azsdk_release_sdk.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[759,760,763,764],{"name":11,"slug":8,"type":14},{"name":761,"slug":762,"type":14},"CI\u002FCD","ci-cd",{"name":693,"slug":694,"type":14},{"name":732,"slug":733,"type":14},"2026-07-12T08:17:34.27607",{"slug":767,"name":767,"fn":768,"description":769,"org":770,"tags":771,"stars":720,"repoUrl":721,"updatedAt":780},"azure-typespec-author","author and modify Azure TypeSpec API specifications","Authors and modifies Azure TypeSpec (.tsp) API specifications. USE FOR: any TypeSpec\u002Ftsp change — api versions (add, bump, preview, stable, promote), resources, operations, models, properties, decorators, visibility, constraints, breaking changes, LRO, suppressions, operationId, spread model. Covers ARM resource-manager and data-plane services. DO NOT USE FOR: SDK generation, releasing SDK packages, or single MCP tool calls. INVOKES: azure-sdk-mcp:azsdk_typespec_generate_authoring_plan, azure-sdk-mcp:azsdk_run_typespec_validation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[772,773,774,777],{"name":711,"slug":712,"type":14},{"name":11,"slug":8,"type":14},{"name":775,"slug":776,"type":14},"OpenAPI","openapi",{"name":778,"slug":779,"type":14},"Technical Writing","technical-writing","2026-07-12T08:17:39.603232",{"slug":782,"name":782,"fn":783,"description":784,"org":785,"tags":786,"stars":720,"repoUrl":721,"updatedAt":791},"generate-sdk-locally","generate and test Azure SDKs locally","Generate, build, and test Azure SDKs locally from TypeSpec with automatic customization. WHEN: \"generate SDK locally\", \"build SDK\", \"run SDK tests\", \"run CI checks\", \"validate package\", \"run checks\", \"update changelog\", \"fix SDK build errors\", \"fix breaking changes\", \"resolve SDK generation errors\", \"customize TypeSpec\", \"rename SDK client\", \"rename SDK model\", \"hide operation from SDK\", \"fix analyzer errors\", \"resolve customization drift\", \"create subclient\", \"update metadata\", \"update version\". DO NOT USE FOR: publishing to package registries, CI pipeline configuration, API design review. INVOKES: azsdk_verify_setup, azsdk_package_generate_code, azsdk_package_build_code, azsdk_package_run_check, azsdk_package_run_tests, azsdk_customized_code_update, azsdk_package_update_changelog_content, azsdk_package_update_metadata, azsdk_package_update_version.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[787,788,789,790],{"name":11,"slug":8,"type":14},{"name":761,"slug":762,"type":14},{"name":732,"slug":733,"type":14},{"name":735,"slug":736,"type":14},"2026-07-12T08:17:37.08523",{"slug":793,"name":793,"fn":794,"description":795,"org":796,"tags":797,"stars":720,"repoUrl":721,"updatedAt":805},"markdown-token-optimizer","optimize markdown files for token efficiency","Analyze markdown files for token efficiency and reduce context-window bloat. **UTILITY SKILL**. DO NOT USE FOR: code optimization, general file editing, non-markdown files. TRIGGERS: optimize markdown, reduce tokens, token count, token bloat, too many tokens, make concise, shrink file, file too large, optimize for AI, token efficiency, verbose markdown, reduce file size. INVOKES: waza CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[798,801,804],{"name":799,"slug":800,"type":14},"LLM","llm",{"name":802,"slug":803,"type":14},"Performance","performance",{"name":778,"slug":779,"type":14},"2026-07-12T08:17:42.080413",{"slug":807,"name":807,"fn":808,"description":809,"org":810,"tags":811,"stars":720,"repoUrl":721,"updatedAt":816},"pipeline-troubleshooting","troubleshoot Azure SDK CI pipelines","Diagnose and resolve failures in Azure SDK CI and generation pipelines. **UTILITY SKILL**. USE FOR: \"pipeline failed\", \"build failure\", \"CI check failing\", \"SDK generation error\", \"reproduce pipeline locally\", \"debug SDK pipeline\". DO NOT USE FOR: local build issues without pipeline context, API design review, SDK publishing. INVOKES: azure-sdk-mcp:azsdk_analyze_pipeline, azure-sdk-mcp:azsdk_package_build_code, azure-sdk-mcp:azsdk_package_run_check.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[812,813,814,815],{"name":11,"slug":8,"type":14},{"name":761,"slug":762,"type":14},{"name":19,"slug":20,"type":14},{"name":732,"slug":733,"type":14},"2026-07-12T08:17:40.821512",{"slug":818,"name":818,"fn":819,"description":820,"org":821,"tags":822,"stars":720,"repoUrl":721,"updatedAt":829},"sensei","improve skill frontmatter compliance","**WORKFLOW SKILL** — Iteratively improve skill frontmatter compliance using the Ralph loop pattern. WHEN: \"run sensei\", \"sensei help\", \"improve skill\", \"fix frontmatter\", \"skill compliance\", \"frontmatter audit\", \"score skill\", \"check skill tokens\". INVOKES: token counting tools, test runners, git commands. FOR SINGLE OPERATIONS: use token CLI directly for counts\u002Fchecks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[823,824,825,828],{"name":11,"slug":8,"type":14},{"name":674,"slug":675,"type":14},{"name":826,"slug":827,"type":14},"Process Optimization","process-optimization",{"name":778,"slug":779,"type":14},"2026-07-12T08:17:32.970921",{"slug":831,"name":831,"fn":832,"description":833,"org":834,"tags":835,"stars":720,"repoUrl":721,"updatedAt":841},"skill-authoring","author agent skills for agentskills.io","Write Agent Skills that comply with the agentskills.io specification. WHEN: \"create a skill\", \"new skill\", \"write a skill\", \"skill template\", \"skill structure\", \"review skill\", \"skill PR\", \"skill compliance\", \"SKILL.md format\", \"skill frontmatter\", \"skill best practices\". DO NOT USE FOR: improving existing skills (use sensei), general documentation. INVOKES: waza CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[836,837,840],{"name":718,"slug":719,"type":14},{"name":838,"slug":839,"type":14},"Plugin Development","plugin-development",{"name":778,"slug":779,"type":14},"2026-07-12T08:17:35.873862",109,{"items":844,"total":593},[845,860,877,889,901,911,926],{"slug":846,"name":846,"fn":847,"description":848,"org":849,"tags":850,"stars":21,"repoUrl":22,"updatedAt":859},"azure-functions-agents","build and deploy Azure Functions agents","Build, scaffold, extend, deploy, and troubleshoot Azure Functions serverless agents and event-driven AI agents using the Azure Functions serverless agents runtime. Use when the user says serverless agent, serverless agents, Azure Functions agent, scheduled agent, morning briefing, daily digest, timer agent, inbox summary, email or Teams briefing, background AI workflow, connector-triggered agent, event-driven AI automation, HTTP\u002Fchat agent, webhook-style agent, or Azure Functions hosted agent.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[851,854,855,856],{"name":852,"slug":853,"type":14},"Agents","agents",{"name":11,"slug":8,"type":14},{"name":693,"slug":694,"type":14},{"name":857,"slug":858,"type":14},"Serverless","serverless","2026-07-12T08:19:28.200894",{"slug":861,"name":861,"fn":862,"description":863,"org":864,"tags":865,"stars":21,"repoUrl":22,"updatedAt":876},"azure-functions-best-practices","apply Azure Functions best practices","Use when reviewing an existing Azure Function App against Azure Functions best practices and proposing safe, approval-gated remediations for runtime, configuration, identity, security, observability, performance, scale, cost, triggers, and bindings.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[866,867,870,873],{"name":11,"slug":8,"type":14},{"name":868,"slug":869,"type":14},"Best Practices","best-practices",{"name":871,"slug":872,"type":14},"Observability","observability",{"name":874,"slug":875,"type":14},"Security","security","2026-07-15T06:02:48.801578",{"slug":878,"name":878,"fn":879,"description":880,"org":881,"tags":882,"stars":21,"repoUrl":22,"updatedAt":888},"azure-functions-common","reference Azure Functions documentation and configuration","Shared Azure Functions reference material for the Azure Functions skill suite: runtime\u002Flanguage routing, trigger\u002Fbinding extension references, official docs and repository pointers. Use only when another Azure Functions skill needs reusable language or binding context. Not intended as a standalone user-facing workflow.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[883,884,887],{"name":11,"slug":8,"type":14},{"name":885,"slug":886,"type":14},"Configuration","configuration",{"name":718,"slug":719,"type":14},"2026-07-15T06:02:47.557542",{"slug":890,"name":890,"fn":891,"description":892,"org":893,"tags":894,"stars":21,"repoUrl":22,"updatedAt":900},"azure-functions-create","scaffold Azure Functions projects and triggers","Scaffold a new Azure Functions project, or add a new function\u002Ftrigger to an existing project without re-initializing it",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[895,896,897],{"name":711,"slug":712,"type":14},{"name":11,"slug":8,"type":14},{"name":898,"slug":899,"type":14},"Edge Functions","edge-functions","2026-07-12T08:19:36.401016",{"slug":902,"name":902,"fn":903,"description":904,"org":905,"tags":906,"stars":21,"repoUrl":22,"updatedAt":910},"azure-functions-deploy","deploy Azure Functions applications","Proxy Azure Functions deployment requests to the Azure Skills prepare, validate, and deploy workflow while preserving Azure Functions-specific guidance",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[907,908,909],{"name":11,"slug":8,"type":14},{"name":761,"slug":762,"type":14},{"name":693,"slug":694,"type":14},"2026-07-12T08:19:34.579423",{"slug":912,"name":912,"fn":913,"description":914,"org":915,"tags":916,"stars":21,"repoUrl":22,"updatedAt":925},"azure-functions-diagnostics","diagnose and resolve Azure Functions issues","Use when diagnosing or resolving Azure Functions issues: deployment failures, runtime errors, trigger\u002Fbinding failures, language worker issues, telemetry\u002Flog analysis, known issue research, source investigation, and remediation. Acts as a facade that routes to focused Azure Functions skills and small language\u002Fextension references.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[917,918,919,922],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":920,"slug":921,"type":14},"Logs","logs",{"name":923,"slug":924,"type":14},"Monitoring","monitoring","2026-07-12T08:19:30.738425",{"slug":4,"name":4,"fn":5,"description":6,"org":927,"tags":928,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[929,930,931],{"name":11,"slug":8,"type":14},{"name":16,"slug":17,"type":14},{"name":19,"slug":20,"type":14}]