Perform a focused code review on specified files or changes.
Analyzes code for bugs, security issues, and quality problems with line-specific recommendations.
/plugin marketplace add marcel-Ngan/ai-dev-team/plugin install marcel-ngan-ai-dev-team@marcel-Ngan/ai-dev-teamPerform a focused code review on specified files or changes.
/review [target]
Arguments:
target - File path, directory, PR number, or "staged" for staged changes/review src/auth/login.ts
/review src/components/
/review #42
/review staged
Analyzes the specified code for:
Provides actionable feedback with:
## Code Review: {target}
### Critical Issues
- **[Line X]** {issue description}
- Recommendation: {fix}
### Warnings
- **[Line Y]** {issue description}
### Suggestions
- {improvement suggestion}
### Summary
- Files reviewed: X
- Issues found: Y (Z critical)
- Overall quality: {score}/10
github-code-review
Use the Senior Developer agent when: