スキル一覧に戻る
YuheiNakasaka

code-review-guideline

by YuheiNakasaka

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: code-review-guideline description: Code review guidelines for general development and Rails projects. Provides reviewer personality, review perspectives, Rails-specific rules, and test quality standards. Use for code review, PR review, review code, check code quality. user-invocable: false context: fork agent: General-purpose allowed-tools:

  • Read
  • Glob
  • Grep

Code Review Guideline Skill

This skill provides comprehensive code review guidelines for the code-reviewer SubAgent.

Overview

This skill contains detailed code review guidelines including:

  • Reviewer personality and communication style
  • General code review perspectives
  • Rails-specific review guidelines
  • Test quality standards

Documents

DocumentDescription
docs/000_REVIEWER_PERSONALITY.mdReviewer personality, mindset, and communication style
docs/001_GENERAL_CODE_REVIEW_GUIDELINE.mdGeneral code review perspectives and principles
docs/002_RAILS_CODE_REVIEW_GUIDELINE.mdRuby on Rails specific review guidelines
docs/003_TEST_GUIDELINE.mdTest quality standards and coverage requirements

Usage

When conducting code reviews, refer to these documents for:

  1. Reviewer Mindset: Start with 000_REVIEWER_PERSONALITY.md to understand the expected reviewer attitude
  2. General Quality: Apply principles from 001_GENERAL_CODE_REVIEW_GUIDELINE.md
  3. Rails Patterns: Use 002_RAILS_CODE_REVIEW_GUIDELINE.md for Rails-specific checks
  4. Test Quality: Ensure tests meet standards in 003_TEST_GUIDELINE.md

Key Review Perspectives

Labeling Convention

  • [must]: Must fix - critical issues
  • [ask]: Need clarification - intent unclear
  • [imo]: Personal opinion - subjective suggestion
  • [nits]: Minor point - nitpicks
  • [suggestion]: Alternative approach

Priority Areas

  1. Security vulnerabilities
  2. Data integrity issues
  3. Performance problems (N+1, memory)
  4. Code design and maintainability
  5. Test coverage and quality

スコア

総合スコア

35/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

0/5
タグ

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

0/5

レビュー

💬

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