You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`/awesome-copilot:suggest-awesome-github-copilot-collections`| Suggest relevant GitHub Copilot collections from the awesome-copilot repository based on current repository context and chat history, providing automatic download and installation of collection assets, and identifying outdated collection assets that need updates.|
19
+
|`/awesome-copilot: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.|
20
+
|`/awesome-copilot:suggest-awesome-github-copilot-prompts`| Suggest relevant GitHub Copilot prompt files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing prompts in this repository, and identifying outdated prompts that need updates.|
21
+
|`/awesome-copilot: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.|
22
22
23
23
### Agents
24
24
25
25
| Agent | Description |
26
26
|-------|-------------|
27
-
|`meta-agentic-project-scaffold`| Meta Agentic Project Scaffold|
27
+
|`meta-agentic-project-scaffold`| Meta agentic project creation assistant to help users create and manage project workflows effectively.|
@azure-principal-architect Review this architecture for a multi-region deployment
35
-
```
18
+
|`/azure-cloud-development:azure-resource-health-diagnose`| Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems. |
19
+
|`/azure-cloud-development: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. |
36
20
37
-
### Infrastructure as Code
38
-
```
39
-
@terraform-azure-planning Help me plan a Terraform module for an AKS cluster
40
-
```
41
-
42
-
### Cost Optimization
43
-
```
44
-
/azure-cloud-development:az-cost-optimize
21
+
### Agents
45
22
46
-
Analyze my Azure subscription for cost savings
47
-
```
23
+
| Agent | Description |
24
+
|-------|-------------|
25
+
|`azure-principal-architect`| Provide expert Azure Principal Architect guidance using Azure Well-Architected Framework principles and Microsoft best practices. |
26
+
|`azure-saas-architect`| Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices. |
27
+
|`azure-logic-apps-expert`| Expert guidance for Azure Logic Apps development focusing on workflow design, integration patterns, and JSON-based Workflow Definition Language. |
28
+
|`azure-verified-modules-bicep`| Create, update, or review Azure IaC in Bicep using Azure Verified Modules (AVM). |
29
+
|`azure-verified-modules-terraform`| Create, update, or review Azure IaC in Terraform using Azure Verified Modules (AVM). |
30
+
|`terraform-azure-planning`| Act as implementation planner for your Azure Terraform Infrastructure as Code task. |
31
+
|`terraform-azure-implement`| Act as an Azure Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for Azure resources. |
48
32
49
33
## Source
50
34
51
-
Part of [Awesome Copilot](https://github.com/github/awesome-copilot).
35
+
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|`cast-imaging-software-discovery`|Specialized agent for comprehensive software application discovery and architectural mapping through static code analysis using CAST Imaging|
19
+
|`cast-imaging-impact-analysis`|Specialized agent for comprehensive change impact assessment and risk analysis in software systems using CAST Imaging|
20
+
|`cast-imaging-structural-quality-advisor`|Specialized agent for identifying, analyzing, and providing remediation guidance for code quality issues using CAST Imaging|
|`/clojure-interactive-programming: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.|
|`clojure-interactive-programming`| Expert Clojure pair programmer with REPL-first methodology, architectural oversight, and interactive problem-solving. Enforces quality standards, prevents workarounds, and develops solutions incrementally through live REPL evaluation before file modifications. |
|`/database-data-management: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.|
19
+
|`/database-data-management: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.|
20
+
|`/database-data-management: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.|
21
+
|`/database-data-management: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).|
22
22
23
23
### Agents
24
24
25
25
| Agent | Description |
26
26
|-------|-------------|
27
-
|`postgresql-dba`| Postgresql Dba |
28
-
|`ms-sql-dba`| Ms Sql Dba |
29
-
30
-
### Instructions
31
-
32
-
| Instruction | Description |
33
-
|-------------|-------------|
34
-
|`ms-sql-dba`| Ms Sql Dba |
35
-
|`sql-sp-generation`| Sql Sp Generation |
27
+
|`postgresql-dba`| Work with PostgreSQL databases using the PostgreSQL extension. |
28
+
|`ms-sql-dba`| Work with Microsoft SQL Server databases using the MS SQL extension. |
0 commit comments