msstore-cli
🎯Skillfrom github/awesome-copilot
Microsoft Store CLI skill from Awesome GitHub Copilot, a community-created collection of custom agents and instructions for enhancing GitHub Copilot across different domains, languages, and use cases.
Overview
A GitHub Copilot skill for the Microsoft Store Developer CLI (msstore), a cross-platform command-line interface for publishing and managing Windows applications in the Microsoft Store. It covers credential configuration, app listing, submission management, packaging for various project types (WinUI, UWP, .NET MAUI, Flutter, Electron, React Native, PWA), package flights for beta testing, gradual rollouts, and CI/CD pipeline integration.
Key Features
- Complete CLI command reference: Documents all major commands including
reconfigure(credentials),apps list/get(app management),submission status/publish/poll/delete(submission lifecycle),init(project setup),package(build packages), andpublish(deploy to Store). - Multi-framework support: Initializes and packages projects from Windows App SDK/WinUI 3, UWP, .NET MAUI, Flutter, Electron, React Native for Desktop, and Progressive Web Apps (PWA) — each auto-detected during project initialization.
- Package flight management: Creates and manages beta testing groups with
flights create/list/get/deletecommands and flight-specific submissions, including rollout management with percentage-based gradual rollouts, halting, and finalization. - CI/CD pipeline integration: Provides ready-to-use GitHub Actions YAML workflows for automated Store publishing on release events, including .NET setup, CLI installation, credential configuration, and publish steps.
- Flexible authentication: Supports client secret, certificate thumbprint, and certificate file authentication methods for Azure AD app registration, plus environment variables (
MSSTORE_TENANT_ID,MSSTORE_CLIENT_ID, etc.) for CI/CD scenarios.
Who is this for?
This skill is designed for Windows application developers and DevOps engineers who publish apps to the Microsoft Store. It is especially useful for teams managing multiple apps with automated release pipelines, those conducting beta testing with package flights, or developers using cross-platform frameworks who want streamlined Store publishing without navigating the Partner Center web interface manually.
Same repository
github/awesome-copilot(314 items)
Installation
npx vibeindex add github/awesome-copilot --skill msstore-clinpx skills add github/awesome-copilot --skill msstore-cli~/.claude/skills/msstore-cli/SKILL.mdSKILL.md
More from this repository10
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications
Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.
Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.
Creates optimized multi-stage Dockerfiles for any language or framework, separating builder and runtime stages to produce smaller, more secure container images.
Creates README.md files for projects.
Merges mature lessons from domain memory files into instruction files, consolidating knowledge with minimal redundancy across global, user, and workspace scopes.