[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-microsoft-inbox-install-gh-cli":3,"mdc--2rrcfm-key":30,"related-org-microsoft-inbox-install-gh-cli":194,"related-repo-microsoft-inbox-install-gh-cli":391},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":19,"repoUrl":20,"updatedAt":21,"license":22,"forks":23,"topics":24,"repo":25,"sourceUrl":28,"mdContent":29},"inbox-install-gh-cli","install GitHub CLI","Install the GitHub CLI (gh) if not already installed",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"microsoft","Microsoft","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmicrosoft.png",[12,16],{"name":13,"slug":14,"type":15},"GitHub","github","tag",{"name":17,"slug":18,"type":15},"CLI","cli",25,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fvscode-team-kit","2026-05-13T06:14:05.911879",null,5,[],{"repoUrl":20,"stars":19,"forks":23,"topics":26,"description":27},[],"Plugins the VS Code team uses","https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fvscode-team-kit\u002Ftree\u002FHEAD\u002Fgithub-inbox\u002Fskills\u002Finbox-install-gh-cli","---\nname: inbox-install-gh-cli\ndescription: Install the GitHub CLI (gh) if not already installed\ntools:\n  - execute\n---\n\n# Install GitHub CLI\n\nBefore using any `gh` commands, check if `gh` is installed by running:\n\n```\ngh --version\n```\n\nIf `gh` is not found, install it based on the operating system:\n\n## macOS\n\n```\nbrew install gh\n```\n\n## Linux (Debian\u002FUbuntu)\n\n```\n(type -p wget >\u002Fdev\u002Fnull || (sudo apt update && sudo apt-get install wget -y)) && sudo mkdir -p -m 755 \u002Fetc\u002Fapt\u002Fkeyrings && out=$(mktemp) && wget -nv -O$out https:\u002F\u002Fcli.github.com\u002Fpackages\u002Fgithubcli-archive-keyring.gpg && cat $out | sudo tee \u002Fetc\u002Fapt\u002Fkeyrings\u002Fgithubcli-archive-keyring.gpg > \u002Fdev\u002Fnull && sudo chmod go+r \u002Fetc\u002Fapt\u002Fkeyrings\u002Fgithubcli-archive-keyring.gpg && echo \"deb [arch=$(dpkg --print-architecture) signed-by=\u002Fetc\u002Fapt\u002Fkeyrings\u002Fgithubcli-archive-keyring.gpg] https:\u002F\u002Fcli.github.com\u002Fpackages stable main\" | sudo tee \u002Fetc\u002Fapt\u002Fsources.list.d\u002Fgithub-cli.list > \u002Fdev\u002Fnull && sudo apt update && sudo apt install gh -y\n```\n\n## Windows\n\n```\nwinget install --id GitHub.cli\n```\n\n## After installation\n\nAuthenticate with GitHub:\n\n```\ngh auth login\n```\n\nIf the user needs notifications access, ensure the token has the `notifications` scope:\n\n```\ngh auth refresh -s notifications\n```\n\nDisable the pager to prevent terminal buffer issues:\n\n```\ngh config set pager cat\n```\n",{"data":31,"body":34},{"name":4,"description":6,"tools":32},[33],"execute",{"type":35,"children":36},"root",[37,46,68,80,92,99,108,114,123,129,138,144,149,158,171,180,185],{"type":38,"tag":39,"props":40,"children":42},"element","h1",{"id":41},"install-github-cli",[43],{"type":44,"value":45},"text","Install GitHub CLI",{"type":38,"tag":47,"props":48,"children":49},"p",{},[50,52,59,61,66],{"type":44,"value":51},"Before using any ",{"type":38,"tag":53,"props":54,"children":56},"code",{"className":55},[],[57],{"type":44,"value":58},"gh",{"type":44,"value":60}," commands, check if ",{"type":38,"tag":53,"props":62,"children":64},{"className":63},[],[65],{"type":44,"value":58},{"type":44,"value":67}," is installed by running:",{"type":38,"tag":69,"props":70,"children":74},"pre",{"className":71,"code":73,"language":44},[72],"language-text","gh --version\n",[75],{"type":38,"tag":53,"props":76,"children":78},{"__ignoreMap":77},"",[79],{"type":44,"value":73},{"type":38,"tag":47,"props":81,"children":82},{},[83,85,90],{"type":44,"value":84},"If ",{"type":38,"tag":53,"props":86,"children":88},{"className":87},[],[89],{"type":44,"value":58},{"type":44,"value":91}," is not found, install it based on the operating system:",{"type":38,"tag":93,"props":94,"children":96},"h2",{"id":95},"macos",[97],{"type":44,"value":98},"macOS",{"type":38,"tag":69,"props":100,"children":103},{"className":101,"code":102,"language":44},[72],"brew install gh\n",[104],{"type":38,"tag":53,"props":105,"children":106},{"__ignoreMap":77},[107],{"type":44,"value":102},{"type":38,"tag":93,"props":109,"children":111},{"id":110},"linux-debianubuntu",[112],{"type":44,"value":113},"Linux (Debian\u002FUbuntu)",{"type":38,"tag":69,"props":115,"children":118},{"className":116,"code":117,"language":44},[72],"(type -p wget >\u002Fdev\u002Fnull || (sudo apt update && sudo apt-get install wget -y)) && sudo mkdir -p -m 755 \u002Fetc\u002Fapt\u002Fkeyrings && out=$(mktemp) && wget -nv -O$out https:\u002F\u002Fcli.github.com\u002Fpackages\u002Fgithubcli-archive-keyring.gpg && cat $out | sudo tee \u002Fetc\u002Fapt\u002Fkeyrings\u002Fgithubcli-archive-keyring.gpg > \u002Fdev\u002Fnull && sudo chmod go+r \u002Fetc\u002Fapt\u002Fkeyrings\u002Fgithubcli-archive-keyring.gpg && echo \"deb [arch=$(dpkg --print-architecture) signed-by=\u002Fetc\u002Fapt\u002Fkeyrings\u002Fgithubcli-archive-keyring.gpg] https:\u002F\u002Fcli.github.com\u002Fpackages stable main\" | sudo tee \u002Fetc\u002Fapt\u002Fsources.list.d\u002Fgithub-cli.list > \u002Fdev\u002Fnull && sudo apt update && sudo apt install gh -y\n",[119],{"type":38,"tag":53,"props":120,"children":121},{"__ignoreMap":77},[122],{"type":44,"value":117},{"type":38,"tag":93,"props":124,"children":126},{"id":125},"windows",[127],{"type":44,"value":128},"Windows",{"type":38,"tag":69,"props":130,"children":133},{"className":131,"code":132,"language":44},[72],"winget install --id GitHub.cli\n",[134],{"type":38,"tag":53,"props":135,"children":136},{"__ignoreMap":77},[137],{"type":44,"value":132},{"type":38,"tag":93,"props":139,"children":141},{"id":140},"after-installation",[142],{"type":44,"value":143},"After installation",{"type":38,"tag":47,"props":145,"children":146},{},[147],{"type":44,"value":148},"Authenticate with GitHub:",{"type":38,"tag":69,"props":150,"children":153},{"className":151,"code":152,"language":44},[72],"gh auth login\n",[154],{"type":38,"tag":53,"props":155,"children":156},{"__ignoreMap":77},[157],{"type":44,"value":152},{"type":38,"tag":47,"props":159,"children":160},{},[161,163,169],{"type":44,"value":162},"If the user needs notifications access, ensure the token has the ",{"type":38,"tag":53,"props":164,"children":166},{"className":165},[],[167],{"type":44,"value":168},"notifications",{"type":44,"value":170}," scope:",{"type":38,"tag":69,"props":172,"children":175},{"className":173,"code":174,"language":44},[72],"gh auth refresh -s notifications\n",[176],{"type":38,"tag":53,"props":177,"children":178},{"__ignoreMap":77},[179],{"type":44,"value":174},{"type":38,"tag":47,"props":181,"children":182},{},[183],{"type":44,"value":184},"Disable the pager to prevent terminal buffer issues:",{"type":38,"tag":69,"props":186,"children":189},{"className":187,"code":188,"language":44},[72],"gh config set pager cat\n",[190],{"type":38,"tag":53,"props":191,"children":192},{"__ignoreMap":77},[193],{"type":44,"value":188},{"items":195,"total":390},[196,218,239,260,275,292,303,316,331,346,365,378],{"slug":197,"name":197,"fn":198,"description":199,"org":200,"tags":201,"stars":215,"repoUrl":216,"updatedAt":217},"rushstack-best-practices","manage Rush monorepos with best practices","Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[202,205,208,209,212],{"name":203,"slug":204,"type":15},"Engineering","engineering",{"name":206,"slug":207,"type":15},"Local Development","local-development",{"name":9,"slug":8,"type":15},{"name":210,"slug":211,"type":15},"Project Management","project-management",{"name":213,"slug":214,"type":15},"Rush","rush",6484,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Frushstack","2026-04-06T18:34:44.965032",{"slug":219,"name":219,"fn":220,"description":221,"org":222,"tags":223,"stars":236,"repoUrl":237,"updatedAt":238},"azure-ai-agents-persistent-dotnet","build AI agents with Azure .NET SDK","Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: \"PersistentAgentsClient\", \"persistent agents\", \"agent threads\", \"agent runs\", \"streaming agents\", \"function calling agents .NET\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[224,227,230,233],{"name":225,"slug":226,"type":15},".NET","net",{"name":228,"slug":229,"type":15},"Agents","agents",{"name":231,"slug":232,"type":15},"Azure","azure",{"name":234,"slug":235,"type":15},"LLM","llm",2804,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills","2026-07-03T16:32:10.297433",{"slug":240,"name":240,"fn":241,"description":242,"org":243,"tags":244,"stars":236,"repoUrl":237,"updatedAt":259},"azure-ai-anomalydetector-java","build anomaly detection applications with Java","Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate\u002Fmultivariate anomaly detection, time-series analysis, or AI-powered monitoring.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[245,248,249,252,255,256],{"name":246,"slug":247,"type":15},"Analytics","analytics",{"name":231,"slug":232,"type":15},{"name":250,"slug":251,"type":15},"Data Analysis","data-analysis",{"name":253,"slug":254,"type":15},"Java","java",{"name":9,"slug":8,"type":15},{"name":257,"slug":258,"type":15},"Monitoring","monitoring","2026-05-13T06:14:16.261754",{"slug":261,"name":261,"fn":262,"description":263,"org":264,"tags":265,"stars":236,"repoUrl":237,"updatedAt":274},"azure-ai-contentsafety-java","build content moderation applications with Azure AI","Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text\u002Fimage analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[266,269,270,271],{"name":267,"slug":268,"type":15},"AI Infrastructure","ai-infrastructure",{"name":231,"slug":232,"type":15},{"name":253,"slug":254,"type":15},{"name":272,"slug":273,"type":15},"Security","security","2026-07-07T06:53:31.293235",{"slug":276,"name":276,"fn":277,"description":278,"org":279,"tags":280,"stars":236,"repoUrl":237,"updatedAt":291},"azure-ai-contentsafety-py","detect harmful content with Azure AI Content Safety","Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.\nTriggers: \"azure-ai-contentsafety\", \"ContentSafetyClient\", \"content moderation\", \"harmful content\", \"text analysis\", \"image analysis\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[281,282,285,286,287,290],{"name":231,"slug":232,"type":15},{"name":283,"slug":284,"type":15},"Compliance","compliance",{"name":234,"slug":235,"type":15},{"name":9,"slug":8,"type":15},{"name":288,"slug":289,"type":15},"Python","python",{"name":272,"slug":273,"type":15},"2026-07-18T05:14:23.017504",{"slug":293,"name":293,"fn":294,"description":295,"org":296,"tags":297,"stars":236,"repoUrl":237,"updatedAt":302},"azure-ai-language-conversations-py","implement conversational language understanding with Python","Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[298,299,300,301],{"name":246,"slug":247,"type":15},{"name":231,"slug":232,"type":15},{"name":234,"slug":235,"type":15},{"name":288,"slug":289,"type":15},"2026-07-31T05:54:29.068751",{"slug":304,"name":304,"fn":305,"description":306,"org":307,"tags":308,"stars":236,"repoUrl":237,"updatedAt":315},"azure-ai-translation-text-py","translate text using Azure AI services","Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.\nTriggers: \"text translation\", \"translator\", \"translate text\", \"transliterate\", \"TextTranslationClient\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[309,312,313,314],{"name":310,"slug":311,"type":15},"API Development","api-development",{"name":231,"slug":232,"type":15},{"name":9,"slug":8,"type":15},{"name":288,"slug":289,"type":15},"2026-07-18T05:14:16.988376",{"slug":317,"name":317,"fn":318,"description":319,"org":320,"tags":321,"stars":236,"repoUrl":237,"updatedAt":330},"azure-ai-vision-imageanalysis-py","analyze images with Azure AI Vision","Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.\nTriggers: \"image analysis\", \"computer vision\", \"OCR\", \"object detection\", \"ImageAnalysisClient\", \"image caption\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[322,323,326,329],{"name":231,"slug":232,"type":15},{"name":324,"slug":325,"type":15},"Computer Vision","computer-vision",{"name":327,"slug":328,"type":15},"Images","images",{"name":288,"slug":289,"type":15},"2026-07-18T05:14:18.007737",{"slug":332,"name":332,"fn":333,"description":334,"org":335,"tags":336,"stars":236,"repoUrl":237,"updatedAt":345},"azure-appconfiguration-java","manage configuration with Azure App Configuration","Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.\nTriggers: \"ConfigurationClient java\", \"app configuration java\", \"feature flag java\", \"configuration setting java\", \"azure config java\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[337,338,341,344],{"name":231,"slug":232,"type":15},{"name":339,"slug":340,"type":15},"Configuration","configuration",{"name":342,"slug":343,"type":15},"Feature Flags","feature-flags",{"name":253,"slug":254,"type":15},"2026-07-03T16:32:01.278468",{"slug":347,"name":347,"fn":348,"description":349,"org":350,"tags":351,"stars":236,"repoUrl":237,"updatedAt":364},"azure-cosmos-rust","build applications with Azure Cosmos DB","Azure Cosmos DB library for Rust (NoSQL API). Document CRUD, containers, and globally distributed data.\nTriggers: \"cosmos db rust\", \"CosmosClient rust\", \"document crud rust\", \"NoSQL rust\", \"partition key rust\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[352,355,358,361],{"name":353,"slug":354,"type":15},"Cosmos DB","cosmos-db",{"name":356,"slug":357,"type":15},"Database","database",{"name":359,"slug":360,"type":15},"NoSQL","nosql",{"name":362,"slug":363,"type":15},"Rust","rust","2026-07-31T05:54:27.021432",{"slug":366,"name":366,"fn":348,"description":367,"org":368,"tags":369,"stars":236,"repoUrl":237,"updatedAt":377},"azure-cosmos-ts","Azure Cosmos DB JavaScript\u002FTypeScript SDK (@azure\u002Fcosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: \"Cosmos DB\", \"@azure\u002Fcosmos\", \"CosmosClient\", \"document CRUD\", \"NoSQL queries\", \"bulk operations\", \"partition key\", \"container.items\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[370,371,372,373,374],{"name":353,"slug":354,"type":15},{"name":356,"slug":357,"type":15},{"name":9,"slug":8,"type":15},{"name":359,"slug":360,"type":15},{"name":375,"slug":376,"type":15},"TypeScript","typescript","2026-07-03T16:31:19.368382",{"slug":379,"name":379,"fn":380,"description":381,"org":382,"tags":383,"stars":236,"repoUrl":237,"updatedAt":389},"azure-data-tables-java","build table storage applications with Java","Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[384,385,386,387,388],{"name":231,"slug":232,"type":15},{"name":353,"slug":354,"type":15},{"name":356,"slug":357,"type":15},{"name":253,"slug":254,"type":15},{"name":359,"slug":360,"type":15},"2026-05-13T06:14:17.582229",267,{"items":392,"total":472},[393,410,425,437,446,451,460],{"slug":394,"name":394,"fn":395,"description":396,"org":397,"tags":398,"stars":19,"repoUrl":20,"updatedAt":409},"council-plan","perform multi-model council planning","Multi-model council planning for implementation and architecture decisions. Use when the user asks to 'plan with council', 'multi-model plan', 'get different perspectives on approach', 'council plan', or wants multiple models to independently propose plans for the same task. Also use when the user asks to 'debate approaches', 'compare strategies', or 'cross-plan'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[399,402,403,406],{"name":400,"slug":401,"type":15},"Architecture","architecture",{"name":203,"slug":204,"type":15},{"name":404,"slug":405,"type":15},"Multi-Agent","multi-agent",{"name":407,"slug":408,"type":15},"System Design","system-design","2026-05-13T06:14:08.529779",{"slug":411,"name":411,"fn":412,"description":413,"org":414,"tags":415,"stars":19,"repoUrl":20,"updatedAt":424},"council-review","perform multi-model council code reviews","Multi-model council review for diffs, pull requests, and risky changes. It is CRITICAL to use this skill after ANY non-trivial development phase — changes are usually not 100% correct. Development CANNOT be called done until the code has been reviewed. Use whenever the user asks for a review, PR feedback, a bug hunt in recent edits, or wants multiple models to inspect the same change independently. Also use when the user asks to 'discuss findings', 'cross-review', or 'debate' review results between models.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[416,419,420,421],{"name":417,"slug":418,"type":15},"Code Review","code-review",{"name":203,"slug":204,"type":15},{"name":404,"slug":405,"type":15},{"name":422,"slug":423,"type":15},"Pull Requests","pull-requests","2026-05-13T06:14:07.202801",{"slug":426,"name":426,"fn":427,"description":428,"org":429,"tags":430,"stars":19,"repoUrl":20,"updatedAt":436},"follow-goal","manage agent goals and stopping conditions","Give the agent a durable objective with a verifiable stopping condition, then keep iterating across turns until that condition is met. Use when the user says 'set a goal', 'follow a goal', '\u002Fgoal …', 'keep working until …', or asks for a long-running task with a clear end state (migrations, large refactors, retry-until-green loops, experiments).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[431,432,433],{"name":228,"slug":229,"type":15},{"name":9,"slug":8,"type":15},{"name":434,"slug":435,"type":15},"Productivity","productivity","2026-07-07T06:54:04.263607",{"slug":438,"name":438,"fn":439,"description":440,"org":441,"tags":442,"stars":19,"repoUrl":20,"updatedAt":445},"inbox-add-reaction","add reactions to GitHub issues and PRs","Add a reaction to a GitHub issue or pull request",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[443,444],{"name":13,"slug":14,"type":15},{"name":422,"slug":423,"type":15},"2026-07-07T06:53:33.958298",{"slug":4,"name":4,"fn":5,"description":6,"org":447,"tags":448,"stars":19,"repoUrl":20,"updatedAt":21},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[449,450],{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"slug":452,"name":452,"fn":453,"description":454,"org":455,"tags":456,"stars":19,"repoUrl":20,"updatedAt":459},"inbox-mark-all-read","mark GitHub notifications as read","Mark all GitHub notifications as read",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[457,458],{"name":13,"slug":14,"type":15},{"name":434,"slug":435,"type":15},"2026-05-13T06:14:02.019522",{"slug":461,"name":461,"fn":462,"description":463,"org":464,"tags":465,"stars":19,"repoUrl":20,"updatedAt":471},"inbox-memory","manage agent memory and rules","Read and write agent storage — memory and rules with environment-aware fallback",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[466,467,468],{"name":228,"slug":229,"type":15},{"name":339,"slug":340,"type":15},{"name":469,"slug":470,"type":15},"Memory","memory","2026-05-13T06:14:00.740431",14]