Perform code quality review with scoring and actionable feedback. Checks for bugs, security, and best practices.
Scan code for bugs, security issues, and best practices violations. Use after implementing features or before committing changes to catch issues early.
/plugin marketplace add az9713/claude-code-agentic-framework/plugin install az9713-codebase-singularity@az9713/claude-code-agentic-frameworkReview code for quality, bugs, security issues, and adherence to best practices.
When this command is invoked:
Ask user (if not specified):
Options:
app/ and tests/For each file, check:
Create a report in this format:
# Code Review Report
**Date**: [Current date]
**Scope**: [What was reviewed]
**Reviewer**: Claude AI
## Summary
| Category | Score | Issues |
|----------|-------|--------|
| Code Quality | X/10 | N issues |
| Error Handling | X/10 | N issues |
| Security | X/10 | N issues |
| Best Practices | X/10 | N issues |
| Testing | X/10 | N issues |
**Overall Score**: X/10
## Critical Issues (Fix Immediately)
### Issue 1: [Title]
- **File**: path/to/file.js
- **Line**: XX
- **Problem**: [Description]
- **Solution**: [How to fix]
## Warnings (Should Fix)
### Warning 1: [Title]
- **File**: path/to/file.js
- **Problem**: [Description]
- **Suggestion**: [How to improve]
## Suggestions (Nice to Have)
- [Suggestion 1]
- [Suggestion 2]
## What's Good
- [Positive observation 1]
- [Positive observation 2]
Save the report to specs/reviews/[date]-review.md
After the review, offer:
User can specify: "Do a thorough review" or "Quick scan is fine"