一键导入
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.