Agent configuration for Azure-Samples-chat-with-your-data-solution-accelerator — a Python project with 0 dependencies.
| Skill | Description | Triggers |
|---|---|---|
| npm-build | Build and manage the npm project | build, install dependencies, compile |
| test-runner | Run tests using pytest | run tests, test coverage, check tests |
| python-development | Develop and review Python code | write Python, review Python, refactor Python |
| typescript-development | Develop and review TypeScript code | write TypeScript, review TypeScript, refactor TypeScript |
| bicep-development | Develop and review Bicep code | write Bicep, review Bicep, refactor Bicep |
URL: https://learn.microsoft.com/api/mcp
Tools: microsoft_docs_search, microsoft_docs_fetch, microsoft_code_sample_search
New contributor onboarding workflow
- Clone repository
- Install dependencies
- Run tests
- Read ONBOARDING.md
Continuous integration and deployment
- Push to branch
- CI runs tests
- CI runs build
- Deploy on merge to main
Structured code review workflow for learning and quality assurance
- Open the pull request and read the description
- Review the diff file-by-file, starting with tests
- Check code style and naming conventions
- Verify tests cover the changes
- Run the test suite locally
- Leave constructive feedback with specific suggestions
This repository is configured for GitHub Copilot Agent Mode. Use these example prompts in VS Code:
| Goal | Example Prompt |
|---|---|
| Understand the project | "Explain the architecture of this project" |
| Start a task | "Help me work on Task 1 from TASKS.md" |
| Review code | "Review the changes in my current branch" |
| Find documentation | "What does the Azure-Samples-chat-with-your-data-solution-accelerator API do?" |
| Debug an issue | "Why is this test failing?" |
| Learn a concept | "Explain how error handling works in this codebase" |
Tip: Open the onboarding docs (ONBOARDING.md, RUNBOOK.md, TASKS.md) as context when chatting with Copilot for better answers.