$npx -y skills add jmstar85/oh-my-githubcopilot --skill reviewCode review with spec compliance and quality checks. Activate when user says: review this, code review, review my changes.
| 1 | # Review |
| 2 | |
| 3 | Systematic code review with severity-rated feedback. |
| 4 | |
| 5 | ## Modes |
| 6 | - **Default**: Full two-stage review (spec compliance + code quality) |
| 7 | - `--style`: Lightweight style-only checks |
| 8 | - `--performance`: Performance analysis and hotspot identification |
| 9 | - `--quality`: Release readiness and quality gate assessment |
| 10 | |
| 11 | ## Workflow |
| 12 | 1. Delegate to @code-reviewer for spec compliance + code quality |
| 13 | 2. Delegate to @security-reviewer for vulnerability detection |
| 14 | 3. Compile findings with severity ratings |
| 15 | |
| 16 | ## Output |
| 17 | - Issues rated: CRITICAL / HIGH / MEDIUM / LOW |
| 18 | - Each issue includes file:line, description, and fix suggestion |
| 19 | - Clear verdict: APPROVE / REQUEST CHANGES / COMMENT |