| name | rule-curation |
| description | Review or edit an MDC rule without drifting from the repository contract |
TRIGGER when: 新增、重写或大幅修改单个 .mdc 规则前。
Use this skill when adding, rewriting, or reviewing any .mdc rule in this repository.
Checklist
- Keep the rule at the repository root.
- Use only
description and globs in frontmatter.
- Leave
globs empty only for intentionally global rules.
- Ensure the body has one clear H1 and no generic filler before it.
- Prefer repository-specific, high-signal guidance over broad best-practice dumping.
- After edits, run:
npm test
npm run build:catalog