Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:53:15 +08:00
commit 16f4bfc62c
21 changed files with 6077 additions and 0 deletions

17
commands/analyze-file.md Normal file
View File

@@ -0,0 +1,17 @@
---
name: analyze-file
description: Deep analysis of a specific file using code-analyst sub-agent
---
Invoke the @code-analyst sub-agent to perform a comprehensive analysis of the specified file.
The analysis should include:
- File purpose and responsibility
- Structure (functions, classes, exports)
- Dependencies (external and internal)
- Usage analysis (where this file is imported)
- Code quality assessment
- Potential issues and improvements
- Related files (tests, dependencies)
Provide the file path after the command.