What problem does it solve?
This Skill automates the creation of functional documentation for code, specifically focusing on database interactions, saving developers significant time and ensuring consistency.
Core Features & Use Cases
- Code Analysis: Parses specified code files, line ranges, or methods to identify database tables, data operations, and control flow.
- Automated Documentation Generation: Creates structured Markdown documentation detailing database schemas, data manipulation (INSERT, UPDATE, DELETE), and processing logic.
- Use Case: When a new feature involving complex data writes is implemented, use this Skill to automatically generate a clear, up-to-date document explaining the database changes and their purpose.
Quick Start
Use the code-to-doc skill to document the database operations in the file '/src/path/to/file.php' between lines 100 and 200.