mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
- Introduced new analysis templates for architecture, implementation patterns, performance, quality, and security. - Created detailed development templates for component creation, debugging, feature implementation, refactoring, testing, and migration planning. - Established structured documentation guidelines for root, domain, module, and sub-module levels to enhance clarity and organization. - Implemented a hierarchy analysis template to optimize project structure and documentation depth. - Updated codex-unified documentation to reflect new command structures, template usage, and best practices for autonomous development workflows.
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. |