mrdailey99/Quality Orchestrator
Analyze PRs, recommend tests to run, and generate stubs for missing coverage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for PR access and commenting | no | ${{ github.token }} |
| generate-stubs | Embed truncated stub previews in the PR comment and write stub files (true/false) | no | true |
| framework | Stub framework override: auto (detects from config files), pytest, vitest, jest, or playwright | no | auto |
| test-dir | Directory to scan for known test files — enables the "Running N of M tests" counter in the PR comment | no | "" |
| fail-on-high | Exit with a non-zero status when risk tier is HIGH — use this to block merges via required status checks | no | false |
| comment-on-low | Post a PR comment even when risk tier is LOW — set false to reduce noise on routine PRs | no | true |
Outputs
| name | description |
|---|---|
| risk-tier | Risk tier from the analysis: high, med, or low |
| risk-score | Numeric risk score from 0 to 100 |