2 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(rules): add code-review.md rule to common rules
    - Add comprehensive code review standards for all languages
    - Define when to review (after code changes, before commits)
    - Include security review triggers and severity levels
    - Reference relevant agents (code-reviewer, security-reviewer, etc.)
    - Add review checklist covering security, quality, and performance
    - Define approval criteria (Approve/Warning/Block)
    
    This rule complements the existing code-reviewer agent by providing
    clear guidelines on when and how to conduct code reviews.