Action inputs & outputs
AI-powered code quality analysis with PR comments and GitHub Checks integration
This page is generated from action.yml. Edit that file, not this page.
Inputs
Section titled “Inputs”| Input | Description | Required | Default |
|---|---|---|---|
anthropic-api-key |
Anthropic API key for Claude AI | yes | — |
github-token |
GitHub token for API access | no | ${{ github.token }} |
config-path |
Path to .qualopsrc.json config file | no | .qualops/.qualopsrc.json |
stages |
Comma-separated list of stages to run (analyze,review,fix,report,judge) | no | analyze,review,judge,report |
base-ref |
Base branch or commit for comparison | no | — |
files |
Specific files or patterns to analyze (comma-separated) | no | — |
Outputs
Section titled “Outputs”| Output | Description |
|---|---|
total-issues |
Total number of issues found |
critical-issues |
Number of critical severity issues |
high-issues |
Number of high severity issues |
quality-passed |
Whether quality thresholds were met (true/false) |