code review

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "code review" with this command: npx skills add raw1mage/ytlite_i6plus/raw1mage-ytlite-i6plus-code-review

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 .

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

skill-finder

No summary provided by upstream source.

Repository SourceNeeds Review
General

frontend-design

No summary provided by upstream source.

Repository SourceNeeds Review
General

webapp-testing

No summary provided by upstream source.

Repository SourceNeeds Review