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
605 B
Plaintext
16 lines
605 B
Plaintext
Analyze code quality and maintainability aspects:
|
|
|
|
## Required Analysis:
|
|
1. Assess code organization and structural quality
|
|
2. Evaluate naming conventions and readability standards
|
|
3. Review error handling and logging practices
|
|
4. Analyze test coverage and testing strategies
|
|
5. Document technical debt and improvement priorities
|
|
|
|
## Output Requirements:
|
|
- Code quality metrics and specific improvement areas
|
|
- Naming convention consistency analysis
|
|
- Error handling pattern documentation
|
|
- Test coverage assessment with gap identification
|
|
|
|
Focus on maintainability improvements and long-term code health. |