From ceh-git-workflow
Load this skill when reviewing a pull request or leaving code review comments: deciding whether a comment is blocking or advisory, prioritizing what to review first, or structuring review feedback. Auto-load whenever a PR review is being written, review comments are being left, or a PR is being assessed for approval.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ceh-git-workflow:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The [blocking]/[advisory]/[question] comment convention, review priority order (correctness →
The [blocking]/[advisory]/[question] comment convention, review priority order (correctness → security → tests → style), and what constitutes a blocking vs non-blocking issue. Consistent comment tagging helps authors distinguish what must be fixed from what is a suggestion.
Read ../git-workflow/references/code-review.md and apply the conventions defined there.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub cheneeheng/agent-skills --plugin ceh-git-workflow