بنقرة واحدة
code-quality
Guidelines for clean code, readability, and the "No Comments" policy.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Guidelines for clean code, readability, and the "No Comments" policy.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Mandatory rule requiring a corresponding test file for every business logic file and UI component.
Guidelines for naming test folders and namespaces following the Unit.[Component] convention.
Catalog of all specialized skills used across the FinanzApp project (Frontend & Backend).
Mandatory rule for EF Core migrations and database updates.
Mandatory rules for automatically updating README.md when creating files or tests.
Guidelines for cross-layer testing (Hooks + UI + Services) using real logic and MSW for network interception.
| name | code-quality |
| description | Guidelines for clean code, readability, and the "No Comments" policy. |
Clean code is essential for maintainable Backend logic, services, and APIs in .NET 8. We follow the "Zero Noise" and "Concrete DI" principles.
/// <summary>) are strictly forbidden.interface IService, interface IRepository) by default.
_) and parameters.async and await with CancellationToken where possible.