mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
- Introduced a comprehensive set of parallel execution command templates for various architectural and functional scenarios. - Added prompts for analyzing system architecture, implementation patterns, performance, code quality, security, and project structure. - Created templates for planning tasks, component implementation, migration strategies, and code reviews. - Established a unified guideline for Gemini CLI usage, including command syntax, file patterns, and template best practices. - Initialized VSCode settings file for project configuration.1
16 lines
731 B
Plaintext
16 lines
731 B
Plaintext
Conduct comprehensive code review and quality assessment:
|
|
|
|
## Required Analysis:
|
|
1. Review code against established coding standards and conventions
|
|
2. Assess logic correctness and potential edge cases
|
|
3. Evaluate security implications and vulnerability risks
|
|
4. Check performance characteristics and optimization opportunities
|
|
5. Validate test coverage and documentation completeness
|
|
|
|
## Output Requirements:
|
|
- Standards compliance assessment with specific violations
|
|
- Logic review findings with potential issue identification
|
|
- Security assessment with vulnerability documentation
|
|
- Performance review with optimization recommendations
|
|
|
|
Focus on actionable feedback with clear improvement priorities and implementation guidance. |