mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
feat: Add comprehensive review command with quality analysis (#24)
* feat: Add comprehensive review command with quality analysis - Add new /review command with --files, --commit, --pr flags - Implement evidence-based quality assessment patterns - Create comprehensive review patterns YAML resource - Update command index to reflect 19 total commands - Integrate with existing analysis workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Kevin Pauer <kevinpauer@users.noreply.github.com> * fix: remove new custom .yml and reuse existing ones; adjust compression-performance-patterns * feat: add command documentation --------- Signed-off-by: Kevin Pauer <kevinpauer@users.noreply.github.com> Co-authored-by: Kevin Pauer <kevinpauer@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
10
README.md
10
README.md
@@ -85,7 +85,7 @@ Switch between different approaches with persona flags:
|
||||
|
||||
**v2.0.1 Update**: All 9 personas are now universal flags, available on every command for consistent access to specialized approaches.
|
||||
|
||||
### ⚡ **18 Commands**
|
||||
### ⚡ **19 Commands**
|
||||
Development lifecycle coverage:
|
||||
|
||||
**Development Commands**
|
||||
@@ -97,6 +97,7 @@ Development lifecycle coverage:
|
||||
|
||||
**Analysis & Quality**
|
||||
```bash
|
||||
/review --quality --evidence --persona-qa # AI-powered code review
|
||||
/analyze --architecture --seq # System analysis
|
||||
/troubleshoot --prod --five-whys # Issue resolution
|
||||
/improve --performance --iterate # Optimization
|
||||
@@ -223,7 +224,8 @@ SuperClaude encourages:
|
||||
- `/dev-setup` - Development environment setup
|
||||
- `/test` - Testing framework
|
||||
|
||||
### Analysis & Improvement (4 Commands)
|
||||
### Analysis & Improvement (5 Commands)
|
||||
- `/review` - AI-powered code review with evidence-based recommendations
|
||||
- `/analyze` - Code and system analysis
|
||||
- `/troubleshoot` - Debugging and issue resolution
|
||||
- `/improve` - Enhancement and optimization
|
||||
@@ -255,7 +257,7 @@ SuperClaude v2's architecture enables extensibility:
|
||||
- **@include System** – Template engine for configuration
|
||||
|
||||
**🎯 Unified Command System**
|
||||
- **18 Commands** – Development lifecycle coverage
|
||||
- **19 Commands** – Development lifecycle coverage
|
||||
- **Flag Inheritance** – Universal flags on all commands
|
||||
- **Persona Integration** – 9 cognitive modes as flags
|
||||
- **Template Validation** – Reference integrity checking
|
||||
@@ -370,7 +372,7 @@ Join the community: [Discussions](https://github.com/NomenAK/SuperClaude/discuss
|
||||
- **Maintenance**: Centralized configuration
|
||||
|
||||
**📊 Framework Details:**
|
||||
- **Commands**: 18 specialized commands
|
||||
- **Commands**: 19 specialized commands
|
||||
- **Personas**: 9 cognitive approaches
|
||||
- **MCP Servers**: 4 integrations
|
||||
- **Methodology**: Evidence-based approach
|
||||
|
||||
Reference in New Issue
Block a user