Agent skill
code-reviewer-jk278-veld
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/code-reviewer-jk278-veld
SKILL.md
Code Reviewer Skill
Provides automated code review capabilities with focus on security, performance, and coding standards.
When to Use
- Before committing changes
- During pull request reviews
- When refactoring existing code
- For security vulnerability checks
Review Areas
- Security: SQL injection, XSS, authentication issues
- Performance: N+1 queries, inefficient loops, memory leaks
- Code Quality: DRY principle, SOLID principles, naming conventions
- Testing: Test coverage, test quality, edge cases
- Documentation: Comments, docstrings, README updates
Usage Examples
- "Review this code for security issues"
- "Check performance bottlenecks in this function"
- "Verify test coverage for this component"
- "Review pull request #123"
Guidelines
- Provide specific, actionable feedback
- Include code examples for improvements
- Flag critical security issues
- Suggest performance optimizations
Automatic Triggers:
- After code file modifications
- When git diff shows changes
- When PRs are created or updated
- When code review is requested
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?