14790897/Issue Validator & AI Log Review
Validates bug report template completeness and uses AI to verify log authenticity
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- MIT
Pinned Snippet
uses: 14790897/miqi@9f17e74f3e792622c2b9c9f6e6eb604bb2752e79 # v0.5.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | — |
| ai-api-key | API key for AI log review (DeepSeek or OpenAI compatible) | no | — |
| ai-api-base | API base URL | no | https://api.deepseek.com |
| ai-model | Model name | no | deepseek-chat |
| skip-ai | Set to "true" to skip AI log review | no | false |
| min-description | Minimum characters for bug description section | no | 10 |
| min-steps | Minimum characters for reproduction steps section | no | 10 |
| min-freq | Minimum characters for frequency section | no | 1 |
| min-logs | Minimum characters for logs section | no | 20 |
| sys-keywords | Comma-separated keywords to detect system info in environment section | no | OS,Python,CPU,Hardware,MiQi,Node,WSL,bwrap,Disk |
| min-sys-keywords | Minimum number of system keywords matched in environment section | no | 3 |
| feature-title-prefix | Issue title prefix that skips validation (feature requests) | no | [FEATURE] |
| incomplete-label | Label applied when template is incomplete | no | incomplete |
| suspicious-label | Label applied when AI suspects fake logs | no | ai:logs-suspicious |
Outputs
| name | description |
|---|---|
| template-valid | Whether template validation passed |