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 9, 2026
- License
- None
Pinned Snippet
uses: 14790897/project-scaffold@49644d5e62cdfc7ee7ff0e756f22eb4de4741ca8 # no releases — HEAD as of 2026-07-13tags 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-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,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 |