New skills
Browse the most recently seen skills in the imported catalog, with a stable tiebreak on current popularity.
write-coding-standards-from-file
by github/awesome-copilot
Use the existing syntax of the file(s) to establish the standards and style guides for the project. If more than one file or a folder is passed, loop through each file or files in the folder, appending the file's data to temporary memory or a file, then when complete use temporary data as a single instance; as if it...
arch-linux-triage
by github/awesome-copilot
Source details, install context, and public review data are available on the full page.
az-cost-optimize
by github/awesome-copilot
This workflow analyzes Infrastructure-as-Code (IaC) files and Azure resources to generate cost optimization recommendations. It creates individual GitHub issues for each optimization opportunity plus one EPIC issue to coordinate implementation, enabling efficient tracking and execution of cost savings initiatives.
azure-resource-health-diagnose
by github/awesome-copilot
This workflow analyzes a specific Azure resource to assess its health status, diagnose potential issues using logs and telemetry data, and develop a comprehensive remediation plan for any problems discovered.
bigquery-pipeline-audit
by github/awesome-copilot
Source details, install context, and public review data are available on the full page.
breakdown-epic-arch
by github/awesome-copilot
Act as a Senior Software Architect. Your task is to take an Epic PRD and create a high-level technical architecture specification. This document will guide the development of the epic, outlining the major components, features, and technical enablers required.
centos-linux-triage
by github/awesome-copilot
Source details, install context, and public review data are available on the full page.
code-exemplars-blueprint-generator
by github/awesome-copilot
${PROJECT_TYPE="Auto-detect|.NET|Java|JavaScript|TypeScript|React|Angular|Python|Other"} ${SCAN_DEPTH="Basic|Standard|Comprehensive"} ${INCLUDE_CODE_SNIPPETS=true|false} ${CATEGORIZATION="Pattern Type|Architecture Layer|File Type"} ${MAX_EXAMPLES_PER_CATEGORY=3} ${INCLUDE_COMMENTS=true|false}
comment-code-generate-a-tutorial
by github/awesome-copilot
Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.
containerize-aspnet-framework
by github/awesome-copilot
Containerize the ASP.NET (.NET Framework) project specified in the containerization settings below, focusing exclusively on changes required for the application to run in a Windows Docker container. Containerization should consider all settings specified here.
containerize-aspnetcore
by github/awesome-copilot
Containerize the ASP.NET Core (.NET) project specified in the settings below, focusing exclusively on changes required for the application to run in a Linux Docker container. Containerization should consider all settings specified here.
copilot-instructions-blueprint-generator
by github/awesome-copilot
${PROJECT_TYPE="Auto-detect|.NET|Java|JavaScript|TypeScript|React|Angular|Python|Multiple|Other"} ${ARCHITECTURE_STYLE="Layered|Microservices|Monolithic|Domain-Driven|Event-Driven|Serverless|Mixed"} ${CODE_QUALITY_FOCUS="Maintainability|Performance|Security|Accessibility|Testability|All"}...
cosmosdb-datamodeling
by github/awesome-copilot
Source details, install context, and public review data are available on the full page.
create-github-issue-feature-from-specification
by github/awesome-copilot
Create GitHub Issue for the specification at ${file} .
create-github-issues-feature-from-implementation-plan
by github/awesome-copilot
Create GitHub Issues for the implementation plan at ${file} .
create-github-issues-for-unmet-specification-requirements
by github/awesome-copilot
Create GitHub Issues for unimplemented requirements in the specification at ${file} .
create-spring-boot-kotlin-project
by github/awesome-copilot
Source details, install context, and public review data are available on the full page.
create-technical-spike
by github/awesome-copilot
Create time-boxed technical spike documents for researching critical questions that must be answered before development can proceed. Each spike focuses on a specific technical decision with clear deliverables and timelines.
create-tldr-page
by github/awesome-copilot
Source details, install context, and public review data are available on the full page.
csharp-mcp-server-generator
by github/awesome-copilot
Source details, install context, and public review data are available on the full page.
csharp-mstest
by github/awesome-copilot
Your goal is to help me write effective unit tests with modern MSTest, using current APIs and best practices.
csharp-nunit
by github/awesome-copilot
Your goal is to help me write effective unit tests with NUnit, covering both standard and data-driven testing approaches.
csharp-tunit
by github/awesome-copilot
Your goal is to help me write effective unit tests with TUnit, covering both standard and data-driven testing approaches.
dataverse-python-quickstart
by github/awesome-copilot
You are assisting with Microsoft Dataverse SDK for Python (preview). Generate concise Python snippets that: