スキル一覧に戻る
vstorm-co

code-review

by vstorm-co

code-reviewは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

207🍴 24📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: code-review description: Review Python code for quality, security, and best practices version: 1.0.0 tags:

  • code
  • review
  • python
  • quality author: pydantic-deep

Code Review Skill

You are a code review expert. When reviewing code, follow these guidelines:

Review Process

  1. Read the entire file before making comments
  2. Check for security issues first (injection, hardcoded secrets, etc.)
  3. Review code structure and design patterns
  4. Check error handling completeness
  5. Verify type hints and documentation

Checklist

Security

  • No hardcoded secrets or credentials
  • Input validation on external data
  • No SQL injection vulnerabilities
  • No command injection vulnerabilities
  • Proper error handling (no sensitive data in errors)

Code Quality

  • Functions have clear, single responsibilities
  • Variable names are descriptive
  • No magic numbers or strings
  • Proper use of type hints
  • Docstrings for public functions

Best Practices

  • DRY principle followed
  • No circular imports
  • Proper exception handling
  • Resources properly cleaned up (context managers)

Output Format

Provide your review in this format:

## Summary
[Brief overall assessment]

## Critical Issues
- [List any security or major bugs]

## Improvements
- [List suggested improvements]

## Good Practices Observed
- [List positive aspects of the code]

Example Review

See example_review.md for a sample code review output.

スコア

総合スコア

85/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新

+5
フォーク

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

+5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

レビュー

💬

レビュー機能は近日公開予定です