hyperskill/SkillLens: PR Review Learning & Developer Growth
AI-powered GitHub Action that turns review comments into personalized learning paths
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| oidc-audience | OIDC audience to request for ID token (matches backend expected "aud") | no | skilllens.dev |
| default-language | Fallback programming language for topics (e.g., Python) | no | Python |
| max-topics | Maximum number of topics to include | no | 5 |
| min-confidence | Minimum confidence threshold (0..1) for topics | no | 0.65 |
| comment-marker | Hidden marker used to upsert a single PR comment | no | <!-- SkillLens:v0 --> |
| fail-on-proxy-error | Fail the workflow if the proxy returns an error (true/false) | no | false |
Outputs
| name | description |
|---|---|
| topics-json | JSON string of returned topics (for debugging/CI artifacts) |
| comment-url | URL of the created/updated PR comment |