Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
Triage and resolve CentOS issues using RHEL-compatible tooling, SELinux-aware practices, and firewalld.
Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.
When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.
Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.
Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.
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.
Get best practices for TUnit unit testing, including data-driven tests
Get best practices for NUnit unit testing, including data-driven tests
Generate a comprehensive repository summary and narrative story from commit history
Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content.
Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.
Windows App Development CLI (winapp) for building, packaging, and deploying Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, generate AppxManifest.xml, manage development certificates, add package identity for debugging, sign packages, publish to the Microsoft Store, create external catalogs, or access Windows SDK build tools. Supports .NET (csproj), C++, Electron, Rust, Tauri, and cross-platform frameworks targeting Windows.
Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/
Generate a Playwright test based on a scenario using Playwright MCP
Get best practices for XUnit unit testing, including data-driven tests
Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution
Generate a map of all files relevant to a task before making changes
Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.