henteko/Code Analysis Agent
AI-powered code analysis using Google ADK that generates detailed specifications
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gemini-api-key | Google AI (Gemini) API key | yes | — |
| output-path | Output file path for the specification | no | docs/SPEC.md |
| focus-areas | Comma-separated focus areas for analysis (e.g., api,database,auth) | no | "" |
| repository-path | Path to the repository to analyze | no | . |
| language | Output language (en or ja) | no | en |
| model | Gemini model to use | no | gemini-2.5-flash |
| max-retries | Maximum number of retries if generation fails | no | 3 |
| quality-threshold | Quality threshold for specification approval (0-100) | no | 85 |
| max-iterations | Maximum refinement iterations | no | 3 |
Outputs
| name | description |
|---|---|
| spec-path | Path to the generated specification file |