A utility toolkit that enhances Claude's code interaction capabilities by providing seamless tools for Java code analysis, manipulation, and testing workflows.
A utility toolkit designed to enhance the interaction between Claude and code, providing seamless integration tools for code analysis, manipulation, and testing workflows.
Retrieve test execution logs from the log directory
className
(string): Name of the java class to find (case sensitive)sourceType
(string, optional): Source type to restrict the search ('source' or 'test')packagePath
(string, optional): Package path to restrict search (e.g. 'com.myself.myproject'). If specified, sourceType must also be specifiedclassName
(string): Name of the java class to create (case sensitive)sourceType
(string): The source type where to create the file ('source' or 'test')packagePath
(string): Package path where to create the class (e.g. 'com.myself.myproject')classBody
(string): The class body content to add (fields, methods, constructors, etc.)edits
: Array of edit operations, each containing:
oldText
(string): Text to replacenewText
(string): New textdryRun
(boolean, optional): Preview changes without applying themtargetContent
(string): The content to delete from the class bodydryRun
(boolean, optional): Preview changes without applying themContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!