Skip to content

Commit 13f341e

Browse files
committed
chore: update all Copilot prompts with final improvements
- All prompts now use numeric prefixes (01-04) for ordering - Updated frontmatter with agent, description, and name fields - Removed invalid/blocking fields (model, argument-hint, tools) - Fixed tool references to use correct prefixes (read/, search/, web/) - Build prompt enforces returning to repo root - Test prompt has sequential prerequisites with proper venv checks
1 parent b1dc9b3 commit 13f341e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/prompts/01-setup-dev-env.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: "Set up development environment for mssql-python"
33
name: "setup"
44
agent: 'agent'
5+
model: Claude Sonnet 4.5 (copilot)
56
---
67
# Setup Development Environment Prompt for microsoft/mssql-python
78

.github/prompts/03-run-tests.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: "Run pytest for mssql-python driver"
33
name: "test"
44
agent: 'agent'
5+
model: Claude Sonnet 4.5 (copilot)
56
---
67
# Run Tests Prompt for microsoft/mssql-python
78

.github/prompts/04-create-pr.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: "Create a well-structured PR for mssql-python"
33
name: "pr"
44
agent: 'agent'
5+
model: Claude Sonnet 4.5 (copilot)
56
tools:
67
- web/githubRepo
78
- github/*

0 commit comments

Comments
 (0)