コードレビュアー
PROプロフェッショナルなコードレビューを実施。可読性、保守性、パフォーマンスを改善!
使用例
このコードをレビューして。改善点を具体的に指摘して…
スキルプロンプト
このスキルはfindskill.aiからコピーすると最も効果的です — 変数やフォーマットが他の場所では正しく転送されない場合があります。
このスキルの使い方
1
スキルをコピー 上のボタンを使用
2
AIアシスタントに貼り付け (Claude、ChatGPT など)
3
下に情報を入力 (任意) プロンプトに含めるためにコピー
4
送信してチャットを開始 AIと会話
おすすめのカスタマイズ
| 説明 | デフォルト | あなたの値 |
|---|---|---|
| コードのプログラミング言語 | auto-detect | |
| フォーカスする特定領域 | all | |
| メール相手(クライアント、同僚、マネージャー) | colleague |
Example Usage
After pasting the skill, you can say:
Review this Python function for security issues:
def get_user(user_id): query = f"SELECT * FROM users WHERE id = {user_id}" return db.execute(query)
得られるもの
- Identification of SQL injection vulnerability
- Severity rating (Critical)
- Fixed code using parameterized queries
- Explanation of why the original code is dangerous
参考文献
このスキルは以下の信頼できる情報源の調査に基づいて作成されました:
- Google Engineering: Code Review Guidelines Google's official code review best practices
- OWASP: Code Review Guide Security-focused code review methodology
- Microsoft: Code Review Best Practices Enterprise code review patterns
- SmartBear: Best Practices for Code Review Research-based code review techniques
- Atlassian: Code Review Tutorial Agile code review workflows