원클릭으로
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.