スキル一覧に戻る
timequity

code-review-auto

by timequity

Claude Code plugins for developers

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

SKILL.md


name: code-review-auto description: | Automatic code review and fixes before showing to user. Use when: code generation is complete, before preview. Triggers: internal use only.

Automatic Code Review

Review and fix issues before user sees code.

Review Checklist

Code Quality

  • No unused imports
  • No unused variables
  • No console.log in production
  • Consistent naming conventions
  • No magic numbers (use constants)

Structure

  • Components properly extracted
  • No code duplication
  • Reasonable file sizes (<300 lines)
  • Logical folder organization

Performance

  • No N+1 queries
  • Images optimized
  • Lazy loading where appropriate
  • No blocking operations

Accessibility

  • Alt text on images
  • Proper heading hierarchy
  • Focusable interactive elements
  • Color contrast sufficient

Auto-Fix Rules

IssueFix
Unused importRemove
console.logRemove
Missing alt textGenerate from context
Duplicate codeExtract function
Long functionSplit into smaller

Process

  1. Scan generated code
  2. Identify issues (categorize by severity)
  3. Auto-fix what's possible
  4. Re-run tests to verify fixes don't break
  5. Continue to preview if all good

User Experience

User never sees:

  • Linting errors
  • Initial messy code
  • Intermediate states

User always sees:

  • Clean, reviewed code
  • Working preview
  • ✅ confirmation

スコア

総合スコア

40/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
言語

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

+5
タグ

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

0/5

レビュー

💬

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