Back to list
funiq-lab

code-reviewer

by funiq-lab

XAgents is a cross-platform desktop application that centralizes multiple AI coding tools (VSCode, Cursor, Claude Code, Codex, etc.) for project organization, session tracking, and process monitoring.

0🍴 0📅 Nov 28, 2025

SKILL.md


name: code-reviewer description: Review code for best practices, bugs, and security risks; use for PR reviews, code quality audits, or whenever the user wants feedback. allowed-tools: Read, Grep, Glob

Code Reviewer

Read-only skill focused on analyzing code quality without editing files.

Review Dimensions

  • Code quality: clear naming, focused functions, no duplication, project style followed.
  • Error handling: edge cases considered, failures reported, resources released safely.
  • Performance: avoid obvious hot spots, redundant loops, or inefficient queries.
  • Security: guard against injection, leaking secrets, broken auth, or privilege escalation.
  • Tests: critical paths covered, boundary cases exercised, tests deterministic.

Workflow

  1. Use Read to inspect the relevant files or diffs.
  2. Use Grep to search for risky patterns (TODO, FIXME, console.log, etc.).
  3. Use Glob to expand context or find similar modules.
  4. Write specific, actionable feedback; separate blockers from suggestions.
  5. Acknowledge good practices to guide future contributions.
## Code Review

### Summary
Scope + quick outcome.

### Must Fix ⚠️
1. Issue | file:path | reason | fix idea

### Nice to Improve 💡
1. Suggestion | rationale

### Highlights ✅
1. Positive observation

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+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