frogermcs/CodeAudits-Action
Analyse your project with Google Gemini for the code quality, refactoring, architecture and good practices.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| style | Parsed document style. Use 'markdown', 'xml' or 'plain' | — | markdown |
| compress | Run intelligent code parsing to reduce tokens (see Repomix documentation for the details) | — | false |
| working-directory | The directory in which to run the action. Defaults to the repository root. | no | . |
| llm-prompt | The name of the prompt file for the Gemini prompt (available prompts in README). | no | — |
| llm-custom-prompt | The name of the custom prompt file from /.codeaudits/prompts directory in the repository. | no | — |
| gemini-api-key | Gemini API key for AI-powered code analysis | no | — |
Outputs
| name | description |
|---|---|
| parse-metadata | Metadata of the parsed repository |
| parsed-file-name | Name of the parsed output file |
| submission-status | Result of the submission to CodeAudits |