quick
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Quick Code Review
Context
- Current branch: !
git branch --show-current - Git status: !
git status --porcelain - Base branch: [detect dynamically - check for develop or main]
- Recent commits: !
git log --oneline -10 - Changed files: !
git diff --name-only HEAD~5..HEAD - Test framework: [detect dynamically based on project files]
Phase 1: Determine Review Scope
Goal: Identify what to review based on current state.