Systematic code review checklist and pre-commit quality gates for PRs. Use when: reviewing pull requests, checking code quality, before committing code. Keywords: review, PR, pull request, checklist, quality, commit, 審查, 檢查, 簽入.
This skill provides systematic checklists for code review and pre-commit verification.
| Prefix | Meaning | Action Required | |--------|---------|------------------| | ❗ BLOCKING | Must fix before merge | 🔴 Required | | ⚠️ IMPORTANT | Should fix, but not blocking | 🟡 Recommended | | 💡 SUGGESTION | Nice-to-have improvement | 🟢 Optional | | ❓ QUESTION | Need clarification | 🔵 Discuss | | 📝 NOTE | Informational, no action | ⚪ Informational |
For complete standards, see:
❗ BLOCKING: Potential SQL injection vulnerability here.
Please use parameterized queries instead of string concatenation.
⚠️ IMPORTANT: This method is doing too much (120 lines).
Consider extracting validation logic to a separate method.
💡 SUGGESTION: Consider using a Map here instead of an array for O(1) lookup.
❓ QUESTION: Why are we using setTimeout here instead of async/await?
📝 NOTE: This is a clever solution! Nice use of reduce here.
This skill supports project-specific configuration.
CONTRIBUTING.md for "Disabled Skills" section
CONTRIBUTING.md for "Code Review Language" sectionIf no configuration found and context is unclear:
CONTRIBUTING.md:## Code Review Language
This project uses **[chosen option]** for code review comments.
<!-- Options: English | 中文 -->
In project's CONTRIBUTING.md:
## Code Review Language
This project uses **English** for code review comments.
<!-- Options: English | 中文 -->
### Comment Prefixes
BLOCKING, IMPORTANT, SUGGESTION, QUESTION, NOTE
License: CC BY 4.0 | Source: universal-dev-standards
npx skills add AsiaOstrich/code-review-assistant下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer