caboo-intelligence/PixelLint Design Precision Check
Analyze design screenshots for pixel-perfect precision using AI-powered visual linting
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | Glob pattern for screenshot files to analyze | no | screenshots/**/*.png |
| threshold | Minimum score threshold (0.0-1.0) to pass | no | 0.7 |
| fail-on-issues | Whether to fail the action if issues are found | no | true |
| output-format | Output format (json, html, markdown) | no | json |
| comment-pr | Whether to comment results on pull requests | no | true |
| upload-report | Whether to upload the analysis report as an artifact | no | true |
Outputs
| name | description |
|---|---|
| score | Overall design precision score (0.0-1.0) |
| grade | Letter grade (A+, A, B, C, F) |
| total-files | Total number of files analyzed |
| passed-files | Number of files that passed the threshold |
| failed-files | Number of files that failed the threshold |
| report-url | URL to the uploaded report artifact |