From ork
Provides structured code review processes, conventional comments patterns, language-specific checklists, and feedback templates for PR reviews and standardizing practices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ork:code-review-playbookhaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides a comprehensive framework for effective code reviews that improve code quality, share knowledge, and foster collaboration. Whether you're a reviewer giving feedback or an author preparing code for review, this playbook ensures reviews are thorough, consistent, and constructive.
assets/pr-template.mdassets/review-feedback-template.mdchecklists/code-review-checklist.mdexamples/conventional-comments.mdexamples/pr-review-walkthrough.mdreferences/conventional-comments.mdreferences/review-patterns.mdrules/_sections.mdrules/_template.mdrules/linting-biome-rules.mdrules/linting-biome-setup.mdrules/python-quality.mdrules/security-baseline.mdrules/typescript-quality.mdscripts/fetch-pr-data.shscripts/review-pr.mdscripts/run-lint-check.shscripts/run-pr-checks.pytest-cases.jsonThis skill provides a comprehensive framework for effective code reviews that improve code quality, share knowledge, and foster collaboration. Whether you're a reviewer giving feedback or an author preparing code for review, this playbook ensures reviews are thorough, consistent, and constructive.
Code reviews serve multiple purposes:
Be Kind and Respectful:
Be Specific and Actionable:
Balance Speed with Thoroughness:
Distinguish Must-Fix from Nice-to-Have:
issue [blocking]: Missing error handling for API call
If the API returns a 500 error, this will crash. Add try/catch.
security [blocking]: API endpoint is not authenticated
The /api/admin/users endpoint is missing auth middleware.
Load Read("${CLAUDE_SKILL_DIR}/references/conventional-comments.md") for the full format, labels (praise, nitpick, suggestion, issue, question, security, bug, breaking), decorations ([blocking], [non-blocking], [if-minor]), and examples.
Check Context:
Verify Automated Checks:
Set Aside Time:
Follow a Pattern:
High-Level Review (5-10 minutes)
Detailed Review (20-45 minutes)
Testing Considerations (5-10 minutes)
Documentation Check (5 minutes)
Provide Clear Decision:
Respond to Author:
For Reviewers:
For Authors:
Skill Version: 2.0.0 Last Updated: 2026-01-08 Maintained by: AI Agent Hub Team
ork:architecture-patterns - Enforce testing and architectural best practices during code reviewsecurity-scanning - Automated security checks to complement manual reviework:testing-unit - Unit testing patterns to verify during reviewEach category has individual rule files in rules/ loaded on-demand:
| Category | Rule | Impact | Key Pattern |
|---|---|---|---|
| TypeScript Quality | rules/typescript-quality.md | HIGH | No any, Zod validation, exhaustive switches, React 19 |
| Python Quality | rules/python-quality.md | HIGH | Pydantic v2, ruff, mypy strict, async timeouts |
| Security Baseline | rules/security-baseline.md | CRITICAL | No secrets, auth on endpoints, input validation |
| Linting | rules/linting-biome-setup.md | HIGH | Biome setup, ESLint migration, gradual adoption |
| Linting | rules/linting-biome-rules.md | HIGH | Biome config, type-aware rules, CI integration |
Total: 5 rules across 4 categories
scripts/review-pr.md - Dynamic PR review with auto-fetched GitHub data
/ork:review-pr [PR-number]gh)$ARGUMENTS and !command for live PR dataassets/review-feedback-template.md - Static review feedback template
assets/pr-template.md - PR description template
npx claudepluginhub yonatangross/orchestkit --plugin orkProvides principles and process for effective code reviews: constructive feedback, systematic analysis, and collaborative improvement. Use for PR reviews, establishing standards, or mentoring.
Guides effective code reviews with mindset, actionable feedback examples, scope, and phased process. Use for pull requests, standards, mentoring, architecture reviews.
Provides code review guidelines on checks to perform, constructive feedback techniques, and comment standards for PRs and critiques.