|
445 | 445 | "filename": "microsoft-study-mode.chatmode.md",
|
446 | 446 | "description": "Activate your personal Microsoft/Azure tutor - learn through guided discovery, not just answers.",
|
447 | 447 | "tools": [
|
448 |
| - "microsoft_docs_search" |
| 448 | + "microsoft_docs_search", |
| 449 | + "microsoft_docs_fetch" |
449 | 450 | ]
|
450 | 451 | },
|
451 | 452 | {
|
|
758 | 759 | "github"
|
759 | 760 | ]
|
760 | 761 | },
|
| 762 | + { |
| 763 | + "filename": "task-planner.chatmode.md", |
| 764 | + "description": "Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai", |
| 765 | + "tools": [ |
| 766 | + "changes", |
| 767 | + "codebase", |
| 768 | + "editFiles", |
| 769 | + "extensions", |
| 770 | + "fetch", |
| 771 | + "findTestFiles", |
| 772 | + "githubRepo", |
| 773 | + "new", |
| 774 | + "openSimpleBrowser", |
| 775 | + "problems", |
| 776 | + "runCommands", |
| 777 | + "runNotebooks", |
| 778 | + "runTests", |
| 779 | + "search", |
| 780 | + "searchResults", |
| 781 | + "terminalLastCommand", |
| 782 | + "terminalSelection", |
| 783 | + "testFailure", |
| 784 | + "usages", |
| 785 | + "vscodeAPI", |
| 786 | + "terraform", |
| 787 | + "Microsoft Docs", |
| 788 | + "azure_get_schema_for_Bicep", |
| 789 | + "context7" |
| 790 | + ] |
| 791 | + }, |
| 792 | + { |
| 793 | + "filename": "task-researcher.chatmode.md", |
| 794 | + "description": "Task research specialist for comprehensive project analysis - Brought to you by microsoft/edge-ai", |
| 795 | + "tools": [ |
| 796 | + "changes", |
| 797 | + "codebase", |
| 798 | + "editFiles", |
| 799 | + "extensions", |
| 800 | + "fetch", |
| 801 | + "findTestFiles", |
| 802 | + "githubRepo", |
| 803 | + "new", |
| 804 | + "openSimpleBrowser", |
| 805 | + "problems", |
| 806 | + "runCommands", |
| 807 | + "runNotebooks", |
| 808 | + "runTests", |
| 809 | + "search", |
| 810 | + "searchResults", |
| 811 | + "terminalLastCommand", |
| 812 | + "terminalSelection", |
| 813 | + "testFailure", |
| 814 | + "usages", |
| 815 | + "vscodeAPI", |
| 816 | + "terraform", |
| 817 | + "Microsoft Docs", |
| 818 | + "azure_get_schema_for_Bicep", |
| 819 | + "context7" |
| 820 | + ] |
| 821 | + }, |
761 | 822 | {
|
762 | 823 | "filename": "tdd-green.chatmode.md",
|
763 | 824 | "description": "Implement minimal code to satisfy GitHub issue requirements and make failing tests pass without over-engineering.",
|
|
953 | 1014 | "**/*.json"
|
954 | 1015 | ]
|
955 | 1016 | },
|
| 1017 | + { |
| 1018 | + "filename": "azure-verified-modules-terraform.instructions.md", |
| 1019 | + "description": "Azure Verified Modules (AVM) and Terraform", |
| 1020 | + "applyTo": [ |
| 1021 | + "**/*.terraform", |
| 1022 | + "**/*.tf", |
| 1023 | + "**/*.tfvars", |
| 1024 | + "**/*.tfstate", |
| 1025 | + "**/*.tflint.hcl", |
| 1026 | + "**/*.tf.json", |
| 1027 | + "**/*.tfvars.json" |
| 1028 | + ] |
| 1029 | + }, |
956 | 1030 | {
|
957 | 1031 | "filename": "bicep-code-best-practices.instructions.md",
|
958 | 1032 | "description": "Infrastructure as Code with Bicep",
|
|
1001 | 1075 | "**/*.cs"
|
1002 | 1076 | ]
|
1003 | 1077 | },
|
| 1078 | + { |
| 1079 | + "filename": "devbox-image-definition.instructions.md", |
| 1080 | + "description": "Authoring recommendations for creating YAML based image definition files for use with Microsoft Dev Box Team Customizations", |
| 1081 | + "applyTo": [ |
| 1082 | + "**/*.yaml" |
| 1083 | + ] |
| 1084 | + }, |
1004 | 1085 | {
|
1005 | 1086 | "filename": "devops-core-principles.instructions.md",
|
1006 | 1087 | "applyTo": [
|
|
1192 | 1273 | ],
|
1193 | 1274 | "description": "The most comprehensive, practical, and engineer-authored performance optimization instructions for all languages, frameworks, and stacks. Covers frontend, backend, and database best practices with actionable guidance, scenario-based checklists, troubleshooting, and pro tips."
|
1194 | 1275 | },
|
| 1276 | + { |
| 1277 | + "filename": "playwright-python.instructions.md", |
| 1278 | + "description": "Playwright Python AI test generation instructions based on official documentation.", |
| 1279 | + "applyTo": [ |
| 1280 | + "**" |
| 1281 | + ] |
| 1282 | + }, |
1195 | 1283 | {
|
1196 | 1284 | "filename": "playwright-typescript.instructions.md",
|
1197 | 1285 | "description": "Playwright test generation instructions",
|
|
1319 | 1407 | "**/*.json"
|
1320 | 1408 | ]
|
1321 | 1409 | },
|
| 1410 | + { |
| 1411 | + "filename": "task-implementation.instructions.md", |
| 1412 | + "applyTo": [ |
| 1413 | + "**/.copilot-tracking/changes/*.md" |
| 1414 | + ], |
| 1415 | + "description": "Instructions for implementing task plans with progressive tracking and change record - Brought to you by microsoft/edge-ai" |
| 1416 | + }, |
1322 | 1417 | {
|
1323 | 1418 | "filename": "terraform.instructions.md",
|
1324 | 1419 | "description": "Terraform Conventions and Guidelines",
|
|
1405 | 1500 | "filename": "comment-code-generate-a-tutorial.prompt.md",
|
1406 | 1501 | "description": "Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial."
|
1407 | 1502 | },
|
| 1503 | + { |
| 1504 | + "filename": "containerize-aspnet-framework.prompt.md", |
| 1505 | + "mode": "agent", |
| 1506 | + "tools": [ |
| 1507 | + "codebase", |
| 1508 | + "editFiles", |
| 1509 | + "terminalCommand" |
| 1510 | + ], |
| 1511 | + "description": "Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project." |
| 1512 | + }, |
1408 | 1513 | {
|
1409 | 1514 | "filename": "containerize-aspnetcore.prompt.md",
|
1410 | 1515 | "mode": "agent",
|
|
0 commit comments