A tool to scan a codebase for quality, security, and to generate documentation.

3 Open Issues Need Help Last updated: Jul 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Develop input plugins for the code-scan-docs tool to support Java, TypeScript/JavaScript, and PHP. This involves parsing code, analyzing dependencies, handling language-specific features, integrating with the existing Rust core via JSON IPC, implementing robust error handling and logging, creating comprehensive documentation, and ensuring security best practices are followed. The plugins should be easily extensible for future language support.

Complexity: 5/5
good first issue help wanted

A tool to scan a codebase for quality, security, and to generate documentation.

Rust

AI Summary: Develop a plugin for the `code-scan-docs` tool that uses an LLM to generate in-line documentation (JavaDoc, TSDoc, Rustdoc, etc.) for a codebase. The plugin should parse code, extract relevant information, interact with an LLM to generate descriptions, and insert the documentation into the source code while preserving formatting and avoiding overwriting existing comments.

Complexity: 4/5
good first issue help wanted

A tool to scan a codebase for quality, security, and to generate documentation.

Rust

AI Summary: Remove the `quality` command from the `code-scan-docs` tool, as it's no longer needed given the three core commands (`code`, `scan`, `docs`). This involves modifying the codebase to eliminate the functionality associated with the `quality` command and updating any related documentation or usage examples.

Complexity: 3/5
good first issue help wanted

A tool to scan a codebase for quality, security, and to generate documentation.

Rust