devasy/Auto Documentation & Docstrings
Automatically generate documentation and docstrings for multi-language codebases using AI (Anthropic Claude or Google Gemini)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| model_provider | AI model provider to use (anthropic or gemini) | no | anthropic |
| anthropic_api_key | Anthropic API key for Claude AI | no | — |
| gemini_api_key | Google Gemini API key | no | — |
| target_branches | Comma-separated list of branches to run on | no | main,master,develop |
| commit_message | Custom commit message for documentation updates | no | docs: Auto-generated multi-language documentation |
Outputs
| name | description |
|---|---|
| files_processed | Number of files that were processed |
| context_md_generated | Whether AI_CONTEXT.md was generated (true/false) |
| branch_created | Name of the branch created with changes |