一键导入
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 frontend component and E2E testing in FinanzApp.
Component organization and modern React principles for the FrontEnd.
Catalog of all specialized skills used across the FinanzApp project (Frontend & Backend).
Reglas obligatorias para garantizar la accesibilidad web (A11y) en FinanzApp. Sigue estándares WCAG 2.1 para usuarios con discapacidad visual y navegación por teclado.
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 project's 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):
.ts, .tsx, .css, etc.) or a directory.find or your internal tool) and overwrite the "Project Structure" section in the README.md to reflect the exact current state. Ignore irrelevant folders like node_modules or .agent.Test Counter:
.test.tsx, .spec.ts) or add/remove tests (Vitest) within an existing file.npx vitest run), read the console output to get the exact number of passed tests, and update the badge or the "Tests Passing" section in the README.md header.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.