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:
@@ -121,6 +121,12 @@ Performance_Baselines:
|
||||
CPU_Utilization: "Track intensive operations"
|
||||
Network_Usage: "MCP server communication overhead"
|
||||
Disk_I_O: "File operations efficiency"
|
||||
|
||||
Review_Scope_Limits:
|
||||
Single_File: "Files >1000 lines flagged for review scope"
|
||||
Directory: "Directories >50 files require batch processing"
|
||||
Repository: "Repos >10K files get incremental analysis"
|
||||
Large_File_Warning: "Files >5MB may require streaming analysis"
|
||||
```
|
||||
|
||||
## MCP Performance Integration
|
||||
|
||||
Reference in New Issue
Block a user