What problem does it solve? Contributors to the MindIE-SD repository often produce inconsistent commit messages, PR descriptions, bilingual documentation, and governance changes because the rules are scattered across AGENTS.md, templates, and config files. This Skill centralizes those conventions into fixed review steps with minimal context reading and deterministic output. ## Core Features & Use Cases - Commit and PR conventions: Generates ready-to-use commit titles in [Type][Scope]Summary format, PR titles, and PR body drafts covering the four required template sections (Which issue(s), Purpose, Test Plan, Test Report). - Bilingual documentation checks: Verifies Chinese/English page pairing under docs/zh/ and docs/en/, checks {toctree} navigation in both index.md files, and provides Sphinx build verification commands. - Governance and release policy updates: Handles changes to contributor workflows, PR/Issue templates, version sources (version.py, pyproject.toml), and release notes with a fixed six-item output template. - Use Case: A contributor asks how to title a commit fixing a pattern bug; the Skill returns a compliant title like [Bugfix][pattern] Fix RMSNorm matching for get_attr inputs plus a PR title and body draft. ## Quick Start Ask the assistant to review your MindIE-SD documentation change or draft a compliant commit message and PR description for your current changes.