بنقرة واحدة
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]