3 Commits

  • fix: address review feedback from PR #929
    - Add missing code-review.md and development-workflow.md to zh/README.md directory listing
    - Add mkdir -p command before copy in manual install instructions
    - Fix TypeScript test command path in SKILL-DEVELOPMENT-GUIDE.md
    - Add Anti-Patterns section to SKILL.md template
    - Add Template category to Skill Categories table in CONTRIBUTING.md
    - Add Pre-Review Requirements section to code-review.md (both en and zh)
    - Add Pre-Review Checks step to development-workflow.md (both en and zh)
    - Add trailing newlines to all files that were missing them
  • feat: add Chinese (zh-CN) translation for rules/common
    - Add rules/zh/ directory with complete Chinese translations
    - Translate all 10 common rule files:
      - coding-style.md
      - security.md
      - testing.md
      - git-workflow.md
      - performance.md
      - patterns.md
      - hooks.md
      - agents.md
      - development-workflow.md
      - code-review.md
    - Add README.md for the zh directory explaining structure and installation
    - Maintain consistent formatting with original English versions
    - Keep technical terms and code examples in English where appropriate