Initial commit
This commit is contained in:
17
commands/analyze-file.md
Normal file
17
commands/analyze-file.md
Normal 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.
|
||||
Reference in New Issue
Block a user