Python Style Standards
Python coding standards including line length (80 chars), naming conventions (snake_case, PascalCase), type hints, docstrings, exception handling, and logging patterns. Use when writing new Python code or reviewing code quality.
strict-typing
Use when writing code in typed languages - enforces full typing with no any/unknown/untyped escapes, even if it requires extra time
style-guide-adherence
Use when writing code - follow Google style guides where available, otherwise follow established best practices for the language
coding-guidelines-gen
Generate nested AGENTS.md coding guidelines per module (monorepo-aware), detect languages/tooling, ask architecture preferences, and set up missing formatters/linters (Spotless for JVM).
cl-coding-style
Common Lispのコーディング規約を適用。Lispコード作成・レビュー時に使用
rust-guidelines
Pragmatic Rust conventions to keep code readable, testable, and performant for this project.
coding-standards
代碼實作階段觸發。強制執行統一的編碼規範,支援 Java、TypeScript、Go 多語言。包含 Input/Output 模式、依賴注入、不可變物件等規範,確保代碼風格一致性。
code-reviewer
自動化代碼審查,檢查程式碼品質、架構合規性、編碼標準,並與規格定義進行比對。
instruction-creator
Create and manage high-quality custom instruction files for GitHub Copilot. Use when you need to define new project-specific guidelines, workflows, or coding standards in the instructions/ directory.
coding-rules
Core coding rules for implementation, refactors, and bug fixes. Covers testing, safety, and maintainability guardrails.