ritza-co/Technical QA Tool
Validate technical articles by executing their instructions using AI agents
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic_api_key | Anthropic API key for Claude Code | yes | — |
| github_token | GitHub token for PR comments | yes | ${{ github.token }} |
| article_path | Path to the article file (for manual triggers) | no | — |
| trigger_label | Label that triggers QA review | no | qa-review |
| trigger_comment | Comment phrase that triggers QA review | no | /qa-review |
| working_directory | Directory to execute commands in | no | /tmp/qa-workspace |
| timeout_minutes | Maximum time for QA run in minutes | no | 30 |
| article_patterns | Comma-separated glob patterns for article files (e.g., "articles/**/*.md,tutorials/**/*.md") | no | "" |
Outputs
| name | description |
|---|---|
| status | QA result status (success, failure, skipped) |
| issues_found | Number of issues found |
| report_url | URL to the PR comment with full report |