スキル一覧に戻る
Raw1mage

code-review

by Raw1mage

A Youtube frontend rewrite to facilitate old mobile phone usage.

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

SKILL.md


name: Code Review description: Guidelines for reviewing and improving code quality in YT Lite v3.

Code Review Skill

Use this skill to review code before committing or when refactoring.

Guidelines

Python (FastAPI)

  • Type Hinting: Ensure all functions have type hints.
  • Async: Use async def for I/O bound operations.
  • Error Handling: Use try/except blocks and return appropriate HTTP exceptions.
  • Security: Validate all inputs. No secrets in source code.

Frontend

  • CSS:
    • Check for hardcoded values (use variables).
    • Check for responsiveness (Flexbox/Grid).
    • Ensure aesthetics match the "Premium Design" goal.
  • JS:
    • Ensure no global namespace pollution. Use const/let.
    • Check for console errors handling.
  • Accessibility:
    • Check for aria-labels on icon buttons.
    • alt tags on images.

Documentation

  • Docstrings: Ensure complex logic has docstrings.
  • TODOs: Mark incomplete items with TODO.

スコア

総合スコア

50/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

レビュー

💬

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