To use other Python packages in your Azure Functions app, list them in a requirements.txt file at the root of your project. These packages are imported by Python's import system, and you can then ...
Code Quality Reviewer Prompt Template Use this template when dispatching a code quality reviewer subagent. Purpose: Verify implementation is well-built (clean, tested, maintainable) Only dispatch ...