بنقرة واحدة
readme-auto-sync
Mandatory rules for automatically updating README.md when creating files or tests.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Mandatory rules for automatically updating README.md when creating files or tests.
التثبيت باستخدام 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).
Guidelines for clean code, readability, and the "No Comments" policy.
Mandatory rule for EF Core migrations and database updates.
Guidelines for cross-layer testing (Hooks + UI + Services) using real logic and MSW for network interception.
| name | readme-auto-sync |
| description | Mandatory rules for automatically updating README.md when creating files or tests. |
This skill defines the mandatory behavior of the AI agent regarding the maintenance of the Backend README.md file.
To ensure the project documentation never becomes obsolete, the agent must proactively and automatically update the README.md whenever structural changes are made or test coverage is added.
Project Structure (Directory Tree):
.cs, .json, .sql, etc.) or a directory.Get-ChildItem -Recurse or your internal tool) and overwrite the "Project Structure" section in the README.md to reflect the exact current state. Ignore irrelevant folders like bin, obj, .vs, or .agent.Test Counter:
Tests.cs) or add/remove tests (xUnit) within an existing file.dotnet test), read the console output to get the exact number of passed tests, and update the badge or the "Testing" section in the README.md.DO NOT WAIT for the user to ask you to update the README. If your actions in a task involve creating or modifying the structure or tests, your final step in that task must be to update the README.md to reflect those changes before returning control to the user.