Back to list
tao12345666333

code-review

by tao12345666333

It’s a coding agent, but I’m trying to strip it down to the bare essentials and offload everything else to MCP/subagents, snapping the pieces together like LEGO.

12🍴 1📅 Jan 19, 2026

SKILL.md


name: code-review description: Provides expert code review guidelines and best practices

Code Review Skill

When reviewing code, follow these best practices:

Review Checklist

  1. Correctness: Does the code work as intended?
  2. Readability: Is the code easy to understand?
  3. Performance: Are there any obvious performance issues?
  4. Security: Are there any security vulnerabilities?
  5. Testing: Is the code adequately tested?
  6. Documentation: Is the code well-documented?

Review Guidelines

  • Be constructive and kind
  • Focus on the code, not the coder
  • Suggest improvements, don't just criticize
  • Explain the "why" behind your suggestions
  • Prioritize issues by severity

Common Issues to Look For

  • Magic numbers and strings
  • Duplicated code
  • Long functions or methods
  • Deep nesting
  • Missing error handling
  • Hardcoded values
  • Poor naming conventions

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

Reviews

💬

Reviews coming soon