mattschoe/Grammar Check
AI grammar/spelling check for LaTeX files; opens a PR with fixes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | LLM provider: claude | deepseek | yes | — |
| api-key | API key for the chosen provider | yes | — |
| tier | Model tier: cheap | medium | expensive | no | medium |
| file-extensions | Comma-separated file extensions to check (e.g. "tex,md"). No leading dot. | yes | — |
| max-output-tokens | Maximum output tokens per file. Raise for long documents that get truncated. | no | 16384 |
| system-prompt-append | Extra instructions appended to the LLM system prompt (e.g. "avoid em-dashes"). | no | "" |
| commit-message | Commit message and PR title for the grammar-fix PR. Free-form; defaults to a Conventional Commits fix: message but any message is accepted. | no | fix: grammar and spelling fixes |
Outputs
no outputs