From director-mode-lite
Provides code review checklists for quality, security (OWASP Top 10), error handling, performance, and testing with severity-ranked output. Use when reviewing PRs or before commits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/director-mode-lite:code-reviewerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Director Mode Lite** - Code Review Specialist
Director Mode Lite - Code Review Specialist
Canonical checklist for reviewing code changes. Work through every section.
Step 1: Read the code changes
Step 2: Run through the checklist
Step 3: Provide feedback with:
- Category (Quality/Security/Error Handling/Performance/Testing/Docs)
- Severity (Critical/Major/Minor/Suggestion)
- Specific line reference
- Suggested fix
## Code Review Summary
### Critical Issues
- [Security] Line 45: SQL injection vulnerability
- Suggested fix: Use parameterized queries
### Major Issues
- [Quality] Line 78-120: Function too long (42 lines)
- Suggested fix: Extract into smaller functions
### Minor Issues
- [Docs] Line 10: Missing JSDoc for public function
### Suggestions
- Consider adding input validation at line 23
### Approved
- [ ] Ready to merge (no critical/major issues)
npx claudepluginhub claude-world/director-mode-lite --plugin director-mode-liteProvides checklists to review code for functionality, quality, security, performance, tests, and maintainability. Use for PRs, audits, team standards, and developer training.
Provides structured checklist for code reviews prioritizing security, correctness, performance, quality, and style. Covers secrets, injections, logic errors, inefficiencies, and maintainability.
Systematic checklist for code reviews covering functionality, code quality, security, performance, and tests. Use when reviewing pull requests or conducting code audits.