reviewing-code | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / reviewing-code

reviewing-code

maintained by WallysonGalvao

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: reviewing-code description: Code review workflow for evaluating changes against standards. Use when reviewing pull requests, commits, or diffs.

Code Review Standards

Systematic review for quality and consistency.

Review Checklist

Type Safety

  • No any types
  • Minimal as casting
  • E2E type coverage

Clarity

  • Descriptive names
  • Early returns
  • Flat code structure
  • No magic strings/numbers

React (if applicable)

  • Pure components
  • React Query for data
  • Suspense/Error boundaries

Security

  • Input validation
  • Query builders (no raw SQL)
  • No exposed secrets

Accessibility

  • Semantic HTML
  • ARIA labels
  • Keyboard navigation

Testing

  • Tests behavior
  • Bug fixes have tests

Output Format

## Summary
[What changed]

## Issues
### Critical (blocks merge)
- [Issue]: [Fix]

### Suggested (improve quality)
- [Issue]: [Fix]

## Status
✅ Approved | ⚠️ Minor changes | ❌ Needs work

Priority

  1. Critical: Security, type-safety, breaking changes
  2. High: Maintainability, readability
  3. Medium: Naming, minor refactoring
  4. Low: Style preferences

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated il y a 4 mois
tools tools automation tools

Related Skills

specs-gen
chevron_right
pr

pr

MoonshotAI
star 6.1k
chevron_right
docker-expert
chevron_right
glm-coding-agent
chevron_right
feature-dev
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.