dariomonopoli-dev/Flash 3.5 Action

Run Gemini 3.5 Flash on your repo. Skills-aware, cost-capped, AGENTS.md compatible.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyGemini API key. Get one at https://aistudio.google.com/apikey.yes
promptPrompt for the agent.yes
contextHow to assemble repo context. One of: pr, issue, files, repo, none, auto.noauto
outputWhere to deliver the response. One of: comment, summary, check, file, none. (Pair file with actions/upload-artifact to upload.)nocomment
output-filePath for output when output=file or output=artifact.noflash-output.md
modelGemini model. Default is gemini-3.5-flash.nogemini-3.5-flash
max-tokensHard cap on total input+output tokens for the run. Aborts if exceeded.no8000
thinking-budgetThinking-token cap for thinking-enabled Gemini models (e.g. gemini-2.5+/3.x). 0 disables thinking (most predictable cost). -1 lets the model decide. Positive integer caps thinking at that many tokens. Leave unset for the model default.no""
skillsDirectory containing SKILL.md files. Auto-loaded into the system prompt.no.agent/skills
agents-mdPath to AGENTS.md. Prepended to the system prompt when present.noAGENTS.md
pr-numberPR number. Defaults to the event payload.no${{ github.event.pull_request.number }}
issue-numberIssue number. Defaults to the event payload.no${{ github.event.issue.number }}
github-tokenToken for posting comments, creating checks, applying labels.no${{ github.token }}
namedescription
summaryFull text response from the agent.
errorError string when the run fails.
artifact-pathPath to the file written when output=file. Pair with actions/upload-artifact to upload.
tokens-usedTotal tokens consumed (input + output).
budget-remainingTokens left under the max-tokens cap.