Back to authors
github

github

243 Skills published on GitHub.

pytest-coverage

Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.

UncategorizedView skill →

context-map

Generate a map of all files relevant to a task before making changes

UncategorizedView skill →

refactor-plan

Plan a multi-file refactor with proper sequencing and rollback steps

UncategorizedView skill →

what-context-needed

Ask Copilot what files it needs to see before answering a question

UncategorizedView skill →

flowstudio-power-automate-build

>-

UncategorizedView skill →

flowstudio-power-automate-debug

>-

UncategorizedView skill →

flowstudio-power-automate-mcp

>-

UncategorizedView skill →

playwright-explore-website

Website exploration for testing using Playwright MCP

UncategorizedView skill →

playwright-generate-test

Generate a Playwright test based on a scenario using Playwright MCP

UncategorizedView skill →

go-mcp-server-generator

Generate a complete Go MCP server project with proper structure, dependencies, and implementation using the official github.com/modelcontextprotocol/go-sdk.

UncategorizedView skill →

create-spring-boot-java-project

Create Spring Boot Java Project Skeleton

UncategorizedView skill →

java-docs

Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.

UncategorizedView skill →

java-junit

Get best practices for JUnit 5 unit testing, including data-driven tests

UncategorizedView skill →

java-springboot

Get best practices for developing applications with Spring Boot.

UncategorizedView skill →

java-mcp-server-generator

Generate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration.

UncategorizedView skill →

php-mcp-server-generator

Generate a complete PHP Model Context Protocol server project with tools, resources, prompts, and tests using the official PHP SDK

UncategorizedView skill →

create-tldr-page

Create a tldr page from documentation URLs and command examples, requiring both URL and command name.

UncategorizedView skill →

csharp-docs

Ensure that C# types are documented with XML comments and follow best practices for documentation.

UncategorizedView skill →

first-ask

Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension.

UncategorizedView skill →

fluentui-blazor

>

UncategorizedView skill →

write-coding-standards-from-file

Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.

UncategorizedView skill →

automate-this

Analyze a screen recording of a manual process and produce targeted, working automation scripts. Extracts frames and audio narration from video files, reconstructs the step-by-step workflow, and proposes automation at multiple complexity levels using tools already installed on the user machine.

UncategorizedView skill →

suggest-awesome-github-copilot-agents

Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository, and identifying outdated agents that need updates.

UncategorizedView skill →

suggest-awesome-github-copilot-instructions

Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository, and identifying outdated instructions that need updates.

UncategorizedView skill →

suggest-awesome-github-copilot-skills

Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills in this repository, and identifying outdated skills that need updates.

UncategorizedView skill →

az-cost-optimize

Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.

UncategorizedView skill →

azure-resource-health-diagnose

Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.

UncategorizedView skill →

import-infrastructure-as-code

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, map dependencies, derive exact import addresses from downloaded module source, prevent configuration drift, and produce AVM-based Terraform files ready for validation and planning across any Azure resource type.

UncategorizedView skill →

remember-interactive-programming

A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace.

UncategorizedView skill →

copilot-sdk

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.

UncategorizedView skill →

aspnet-minimal-api-openapi

Create ASP.NET Minimal API endpoints with proper OpenAPI documentation

UncategorizedView skill →

csharp-async

Get best practices for C# async programming

UncategorizedView skill →

csharp-mstest

Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests

UncategorizedView skill →

csharp-nunit

Get best practices for NUnit unit testing, including data-driven tests

UncategorizedView skill →

csharp-tunit

Get best practices for TUnit unit testing, including data-driven tests

UncategorizedView skill →

csharp-xunit

Get best practices for XUnit unit testing, including data-driven tests

UncategorizedView skill →

dotnet-best-practices

Ensure .NET/C# code meets best practices for the solution/project.

UncategorizedView skill →

dotnet-upgrade

Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution

UncategorizedView skill →

csharp-mcp-server-generator

Generate a complete MCP server project in C# with tools, prompts, and proper configuration

UncategorizedView skill →

postgresql-code-review

PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).

UncategorizedView skill →

postgresql-optimization

PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.

UncategorizedView skill →

sql-code-review

Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.

UncategorizedView skill →

sql-optimization

Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.

UncategorizedView skill →

dataverse-python-advanced-patterns

Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.

UncategorizedView skill →

dataverse-python-production-code

Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices

UncategorizedView skill →

dataverse-python-quickstart

Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.

UncategorizedView skill →

dataverse-python-usecase-builder

Generate complete solutions for specific Dataverse SDK use cases with architecture recommendations

UncategorizedView skill →

multi-stage-dockerfile

Create optimized multi-stage Dockerfiles for any language or framework

UncategorizedView skill →

doublecheck

Three-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs adversarial review for hallucination patterns, and produces a structured verification report with source links for human review.

UncategorizedView skill →

kotlin-mcp-server-generator

Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.

UncategorizedView skill →

Page 1 of 5 · 243 results