Agent skill
code-review
Review code for quality, security and best practices
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/code-review-antjanlaban-ow-korfbalmanager
SKILL.md
Review de code in $ARGUMENTS:
- Lees de code en begrijp de functionaliteit
- Controleer op:
- Code clarity en leesbaarheid
- Naamgeving van functies en variabelen
- Gedupliceerde code
- Foutafhandeling
- Security issues (OWASP top 10)
- Input validatie
- Test coverage
- Performance
- Run de linter:
npm run lint - Run de tests:
npm test - Rapporteer bevindingen gegroepeerd op prioriteit:
- Kritiek: Moet gefixt worden
- Waarschuwingen: Zou gefixt moeten worden
- Suggesties: Nice to have verbeteringen
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?