Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin tubone24-claude-code-settingsHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-settings:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 型アノテーションの欠落または不正確な型定義
Conducts code reviews assessing quality, best practices, security vulnerabilities, performance, error handling, and test coverage. Outputs categorized issues with recommendations and severity ratings.
Systematic code review across security, performance, maintainability, error handling, testing, and accessibility with severity-ranked findings and specific fixes.
Conducts thorough code reviews covering security, correctness, performance, maintainability, and testing. Includes automated checks and common vulnerability patterns.
Share bugs, ideas, or general feedback.
any 型の過剰使用as) の不適切な使用## レビュー結果
### Critical(即座に修正必要)
- [ ] ファイル:行番号 - 問題の説明
### High(重要)
- [ ] ファイル:行番号 - 問題の説明
### Medium(推奨)
- [ ] ファイル:行番号 - 問題の説明
### Low(改善提案)
- [ ] ファイル:行番号 - 問題の説明
### 良い点
- 評価できる実装パターン
/review # 現在のファイルをレビュー
/review src/api/ # 指定ディレクトリをレビュー
/review --security # セキュリティ観点のみ
/review --types # 型安全性観点のみ