Back to list
jk278

code-reviewer

by jk278

Veld - AI Toolkit for Developers: A cross-platform system tray tool for quick AI assistant access with pre-configured prompts and real-time AI interaction

0🍴 0📅 Jan 18, 2026

SKILL.md


name: code-reviewer description: Code review: security, performance, best practices allowed-tools: Read, Grep, Glob, Bash

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

  1. Security: SQL injection, XSS, authentication issues
  2. Performance: N+1 queries, inefficient loops, memory leaks
  3. Code Quality: DRY principle, SOLID principles, naming conventions
  4. Testing: Test coverage, test quality, edge cases
  5. Documentation: Comments, docstrings, README updates

Usage Examples

  1. "Review this code for security issues"
  2. "Check performance bottlenecks in this function"
  3. "Verify test coverage for this component"
  4. "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

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon