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:
kevinpauer
2025-06-26 15:31:35 +02:00
committed by GitHub
parent 3cb8217c34
commit 65915024a1
5 changed files with 121 additions and 9 deletions

View File

@@ -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