$npx -y skills add skvdhshuk-blip/hao-code --skill reviewReview recent code changes for quality issues
| 1 | Review the code changes in the current repository: |
| 2 | |
| 3 | 1. Run `git diff HEAD~1` to see the latest changes (or use `git diff` if not committed) |
| 4 | 2. If $ARGUMENTS is provided, review changes in that specific path |
| 5 | 3. Analyze the code for: |
| 6 | - Security vulnerabilities (XSS, injection, etc.) |
| 7 | - Error handling issues |
| 8 | - Performance problems |
| 9 | - Code style inconsistencies |
| 10 | - Missing tests |
| 11 | - Logic errors |
| 12 | 4. Provide a summary with severity levels (Critical/Warning/Info) |
| 13 | |
| 14 | Focus on actionable feedback with specific line references. |