ワンクリックで
code-review
Code reviewer for pattern conformance, security, testing, and Rails/Hotwire best practices
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Code reviewer for pattern conformance, security, testing, and Rails/Hotwire best practices
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Cloudflare Worker syncing Investec bank transactions to a Google Sheets budget spreadsheet. Monthly tabs, JWT auth, transaction merging/rules, tab coloring by age, cron scheduled sync.
Dotfile and config management using yadm - track, sync, and deploy configuration across machines
Best practices for Remotion - Video creation in React. Includes a 27-file rule library covering 3D, animations, audio, captions, charts, compositions, fonts, and transitions.
Tmux terminal multiplexer - Catppuccin theme, TPM plugins, custom scripts, session/worktree management, and key bindings
Guide for creating, updating, and improving opencode skills - conventions, structure, discovery, and best practices for SKILL.md authoring
Hotwire expert for Rails 8 - Turbo Drive/Frames/Streams, Stimulus controllers, real-time updates, and advanced patterns from Hotwire Club
| name | code-review |
| description | Code reviewer for pattern conformance, security, testing, and Rails/Hotwire best practices |
| metadata | {"tags":"review, code-quality, testing, security, patterns"} |
Use this skill to review code for:
This skill provides checklists and guidance for reviewing code.
Read the reference file for the full review checklist:
# Ruby files - RuboCop
bin/rubocop --autocorrect
# Tests
bin/rails test
.permit!)current_userStructure findings by severity:
## Critical Issues (MUST FIX)
[Blockers that prevent merge]
## Warnings (SHOULD FIX)
[Issues that impact quality]
## Suggestions (COULD FIX)
[Nice-to-have improvements]
## Summary
[X critical, Y warnings, Z suggestions]