code-reviewing
Installation
SKILL.md
Code Review
Review code for quality, security, and maintainability.
When to Use This Skill
Use this skill:
- After code changes are completed and ready for review
- Before staging changes for commit
- As a proactive quality check during development
Context
When invoked, examine:
- Current git status:
git status - Current git diff (staged and unstaged changes):
git diff --no-ext-diff HEAD - Current branch:
git branch --show-current - Recent commits:
git log --oneline -40