Instructions file GitHub Copilot
Instructions for duthaho/copilot-instructions, covering copilot instructions, language policy, development code generation, workflow implementation and python-specific guidelines.
A comprehensive codebase of best practices, coding rules, and workflow automation for AI-assisted development with GitHub Copilot. Includes DDD, Clean Architecture, testing, commit conventions, and more. Reference implementation for modern Python backend projects.
Instructions file GitHub Copilot
Instructions for duthaho/copilot-instructions, covering copilot instructions, language policy, development code generation, workflow implementation and python-specific guidelines.
Instructions file GitHub Copilot
Defines layered architecture principles for maintainable Python applications.
Instructions file GitHub Copilot
Python coding style guidelines following PEP 8 and modern best practices.
Instructions file GitHub Copilot
Conventional Commits specification for consistent commit messages.
Instructions file GitHub Copilot
Domain-Driven Design principles and tactical patterns for Python.
Instructions file GitHub Copilot
Enforce follow-up questions before generating code.
Instructions file GitHub Copilot
Meta-instruction defining how to write instruction files.
Instructions file GitHub Copilot
Object Calisthenics rules for better object-oriented design in Python.
Instructions file GitHub Copilot
Comprehensive secure coding instructions for Python based on OWASP Top 10 and industry best practices.
Instructions file GitHub Copilot
Unit and integration testing best practices with pytest.